Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
fmt::PrintfArgFormatter< Char > Class Template Reference

#include <printf.h>

+ Inheritance diagram for fmt::PrintfArgFormatter< Char >:
+ Collaboration diagram for fmt::PrintfArgFormatter< Char >:

Public Member Functions

 PrintfArgFormatter (BasicWriter< Char > &w, FormatSpec &s)
 
- Public Member Functions inherited from fmt::BasicPrintfArgFormatter< PrintfArgFormatter< Char >, Char, FormatSpec >
 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 (internal::Arg::CustomValue c)
 
- Public Member Functions inherited from fmt::internal::ArgFormatterBase< Impl, Char, Spec >
 ArgFormatterBase (BasicWriter< Char > &w, Spec &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 (internal::Arg::StringValue< char > value)
 
void visit_wstring (internal::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)
 

Additional Inherited Members

- Public Types inherited from fmt::internal::ArgFormatterBase< Impl, Char, Spec >
typedef Spec SpecType
 
- Protected Member Functions inherited from fmt::internal::ArgFormatterBase< Impl, Char, Spec >
BasicWriter< Char > & writer ()
 
Spec & spec ()
 
void write (bool value)
 
void write (const char *value)
 
- Package Attributes inherited from fmt::BasicPrintfArgFormatter< PrintfArgFormatter< Char >, Char, FormatSpec >
 __pad0__
 
 Char
 
FormatSpec Base
 
- Package Attributes inherited from fmt::internal::ArgFormatterBase< Impl, Char, Spec >
 :Arg Arg
 
- Package Attributes inherited from fmt::ArgVisitor< Impl, void >
 __pad0__
 

Detailed Description

template<typename Char>
class fmt::PrintfArgFormatter< Char >

The default printf argument formatter.

Definition at line 302 of file printf.h.

Constructor & Destructor Documentation

◆ PrintfArgFormatter()

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

Constructs an argument formatter object.

Definition at line 306 of file printf.h.


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