Flow123d  release_2.2.0-914-gf1a3a4f
Public Member Functions | Private Types | Private Member Functions | List of all members
fmt::internal::BasicPrintfArgFormatter< Impl, Char > Class Template Reference

#include <format.h>

Inheritance diagram for fmt::internal::BasicPrintfArgFormatter< Impl, Char >:
Inheritance graph
[legend]
Collaboration diagram for fmt::internal::BasicPrintfArgFormatter< Impl, Char >:
Collaboration graph
[legend]

Public Member Functions

 BasicPrintfArgFormatter (BasicWriter< Char > &w, FormatSpec &s)
 
void visit_bool (bool value)
 
void visit_char (int value)
 
void visit_cstring (const char *value)
 
void visit_pointer (const void *value)
 
void visit_custom (Arg::CustomValue c)
 
- Public Member Functions inherited from fmt::internal::ArgFormatterBase< Impl, Char >
 ArgFormatterBase (BasicWriter< Char > &w, FormatSpec &s)
 
template<typename T >
void visit_any_int (T value)
 
template<typename T >
void visit_any_double (T value)
 
void visit_bool (bool value)
 
void visit_char (int value)
 
void visit_cstring (const char *value)
 
void visit_string (Arg::StringValue< char > value)
 
void visit_wstring (Arg::StringValue< Char > value)
 
void visit_pointer (const void *value)
 
- Public Member Functions inherited from fmt::ArgVisitor< Impl, void >
void report_unhandled_arg ()
 
void visit_unhandled_arg ()
 
void visit_int (int value)
 
void visit_long_long (LongLong value)
 
void visit_uint (unsigned value)
 
void visit_ulong_long (ULongLong value)
 
void visit_bool (bool value)
 
void visit_char (int value)
 
void visit_any_int (T)
 
void visit_double (double value)
 
void visit_long_double (long double value)
 
void visit_any_double (T)
 
void visit_cstring (const char *)
 
void visit_string (Arg::StringValue< char >)
 
void visit_wstring (Arg::StringValue< wchar_t >)
 
void visit_pointer (const void *)
 
void visit_custom (Arg::CustomValue)
 
void visit (const Arg &arg)
 

Private Types

typedef ArgFormatterBase< Impl, Char > Base
 

Private Member Functions

void write_null_pointer ()
 

Additional Inherited Members

- Protected Member Functions inherited from fmt::internal::ArgFormatterBase< Impl, Char >
BasicWriter< Char > & writer ()
 
FormatSpecspec ()
 
void write (bool value)
 
void write (const char *value)
 

Detailed Description

template<typename Impl, typename Char>
class fmt::internal::BasicPrintfArgFormatter< Impl, Char >

Definition at line 1322 of file format.h.

Member Typedef Documentation

template<typename Impl, typename Char>
typedef ArgFormatterBase<Impl, Char> fmt::internal::BasicPrintfArgFormatter< Impl, Char >::Base
private

Definition at line 182 of file printf.h.

Constructor & Destructor Documentation

template<typename Impl, typename Char>
fmt::internal::BasicPrintfArgFormatter< Impl, Char >::BasicPrintfArgFormatter ( BasicWriter< Char > &  w,
FormatSpec s 
)
inline

Definition at line 185 of file printf.h.

Member Function Documentation

template<typename Impl, typename Char>
void fmt::internal::BasicPrintfArgFormatter< Impl, Char >::visit_bool ( bool  value)
inline

Definition at line 188 of file printf.h.

template<typename Impl, typename Char>
void fmt::internal::BasicPrintfArgFormatter< Impl, Char >::visit_char ( int  value)
inline

Definition at line 196 of file printf.h.

template<typename Impl, typename Char>
void fmt::internal::BasicPrintfArgFormatter< Impl, Char >::visit_cstring ( const char *  value)
inline

Definition at line 218 of file printf.h.

template<typename Impl, typename Char>
void fmt::internal::BasicPrintfArgFormatter< Impl, Char >::visit_custom ( Arg::CustomValue  c)
inline

Definition at line 234 of file printf.h.

template<typename Impl, typename Char>
void fmt::internal::BasicPrintfArgFormatter< Impl, Char >::visit_pointer ( const void *  value)
inline

Definition at line 227 of file printf.h.

template<typename Impl, typename Char>
void fmt::internal::BasicPrintfArgFormatter< Impl, Char >::write_null_pointer ( )
inlineprivate

Definition at line 177 of file printf.h.


The documentation for this class was generated from the following files: