ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
fwds.hpp File Reference

Description:


This header file is part of sub-namespace alib::lang::format of module ALib BaseCamp of the ALib C++ Library .

© 2013-2024 A-Worx GmbH, Germany. Published under Boost Software License.

Definition in file lang/format/fwds.hpp.

Include dependency graph for lang/format/fwds.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FFormat
 

Namespaces

namespace  alib
 
namespace  alib::lang
 
namespace  alib::lang::basecamp
 
namespace  alib::lang::format
 

Typedefs

using Formatter = lang::format::Formatter
 Type alias in namespace alib.
 
using FormatterJavaStyle = lang::format::FormatterJavaStyle
 Type alias in namespace alib.
 
using FormatterPythonStyle = lang::format::FormatterPythonStyle
 Type alias in namespace alib.
 
using Paragraphs = lang::format::Paragraphs
 Type alias in namespace alib.
 
using SPFormatter = std::shared_ptr< lang::format::Formatter>