Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
fmt::internal::ArgFormatterBase< Impl, Char, Spec > Class Template Reference

#include <format.h>

+ Inheritance diagram for fmt::internal::ArgFormatterBase< Impl, Char, Spec >:
+ Collaboration diagram for fmt::internal::ArgFormatterBase< Impl, Char, Spec >:

Public Types

typedef Spec SpecType
 

Public Member Functions

 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)
 

Protected Member Functions

BasicWriter< Char > & writer ()
 
Spec & spec ()
 
void write (bool value)
 
void write (const char *value)
 

Package Attributes

 :Arg Arg
 
- Package Attributes inherited from fmt::ArgVisitor< Impl, void >
 __pad0__
 

Private Member Functions

 FMT_DISALLOW_COPY_AND_ASSIGN (ArgFormatterBase)
 
void write_pointer (const void *p)
 

Private Attributes

BasicWriter< Char > & writer_
 
Spec & spec_
 

Detailed Description

template<typename Impl, typename Char, typename Spec = fmt::FormatSpec>
class fmt::internal::ArgFormatterBase< Impl, Char, Spec >

Definition at line 2088 of file format.h.

Member Typedef Documentation

◆ SpecType

template<typename Impl , typename Char , typename Spec = fmt::FormatSpec>
typedef Spec fmt::internal::ArgFormatterBase< Impl, Char, Spec >::SpecType

Definition at line 2120 of file format.h.

Constructor & Destructor Documentation

◆ ArgFormatterBase()

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

Definition at line 2122 of file format.h.

Member Function Documentation

◆ FMT_DISALLOW_COPY_AND_ASSIGN()

template<typename Impl , typename Char , typename Spec = fmt::FormatSpec>
fmt::internal::ArgFormatterBase< Impl, Char, Spec >::FMT_DISALLOW_COPY_AND_ASSIGN ( ArgFormatterBase< Impl, Char, Spec > )
private

◆ spec()

template<typename Impl , typename Char , typename Spec = fmt::FormatSpec>
Spec & fmt::internal::ArgFormatterBase< Impl, Char, Spec >::spec ( )
inlineprotected

Definition at line 2106 of file format.h.

◆ visit_any_double()

template<typename Impl , typename Char , typename Spec = fmt::FormatSpec>
template<typename T >
void fmt::internal::ArgFormatterBase< Impl, Char, Spec >::visit_any_double ( T value)
inline

Definition at line 2129 of file format.h.

◆ visit_any_int()

template<typename Impl , typename Char , typename Spec = fmt::FormatSpec>
template<typename T >
void fmt::internal::ArgFormatterBase< Impl, Char, Spec >::visit_any_int ( T value)
inline

Definition at line 2126 of file format.h.

◆ visit_bool()

template<typename Impl , typename Char , typename Spec = fmt::FormatSpec>
void fmt::internal::ArgFormatterBase< Impl, Char, Spec >::visit_bool ( bool value)
inline

Definition at line 2131 of file format.h.

◆ visit_char()

template<typename Impl , typename Char , typename Spec = fmt::FormatSpec>
void fmt::internal::ArgFormatterBase< Impl, Char, Spec >::visit_char ( int value)
inline

Definition at line 2139 of file format.h.

◆ visit_cstring()

template<typename Impl , typename Char , typename Spec = fmt::FormatSpec>
void fmt::internal::ArgFormatterBase< Impl, Char, Spec >::visit_cstring ( const char * value)
inline

Definition at line 2169 of file format.h.

◆ visit_pointer()

template<typename Impl , typename Char , typename Spec = fmt::FormatSpec>
void fmt::internal::ArgFormatterBase< Impl, Char, Spec >::visit_pointer ( const void * value)
inline

Definition at line 2186 of file format.h.

◆ visit_string()

template<typename Impl , typename Char , typename Spec = fmt::FormatSpec>
void fmt::internal::ArgFormatterBase< Impl, Char, Spec >::visit_string ( internal::Arg::StringValue< char > value)
inline

Definition at line 2176 of file format.h.

◆ visit_wstring()

template<typename Impl , typename Char , typename Spec = fmt::FormatSpec>
void fmt::internal::ArgFormatterBase< Impl, Char, Spec >::visit_wstring ( internal::Arg::StringValue< Char > value)
inline

Definition at line 2182 of file format.h.

◆ write() [1/2]

template<typename Impl , typename Char , typename Spec = fmt::FormatSpec>
void fmt::internal::ArgFormatterBase< Impl, Char, Spec >::write ( bool value)
inlineprotected

Definition at line 2108 of file format.h.

◆ write() [2/2]

template<typename Impl , typename Char , typename Spec = fmt::FormatSpec>
void fmt::internal::ArgFormatterBase< Impl, Char, Spec >::write ( const char * value)
inlineprotected

Definition at line 2114 of file format.h.

◆ write_pointer()

template<typename Impl , typename Char , typename Spec = fmt::FormatSpec>
void fmt::internal::ArgFormatterBase< Impl, Char, Spec >::write_pointer ( const void * p)
inlineprivate

Definition at line 2095 of file format.h.

◆ writer()

template<typename Impl , typename Char , typename Spec = fmt::FormatSpec>
BasicWriter< Char > & fmt::internal::ArgFormatterBase< Impl, Char, Spec >::writer ( )
inlineprotected

Definition at line 2105 of file format.h.

Member Data Documentation

◆ __pad0__

template<typename Impl , typename Char , typename Spec = fmt::FormatSpec>
fmt::internal::ArgFormatterBase< Impl, Char, Spec >::__pad0__
package

Definition at line 2102 of file format.h.

◆ spec_

template<typename Impl , typename Char , typename Spec = fmt::FormatSpec>
Spec& fmt::internal::ArgFormatterBase< Impl, Char, Spec >::spec_
private

Definition at line 2091 of file format.h.

◆ writer_

template<typename Impl , typename Char , typename Spec = fmt::FormatSpec>
BasicWriter<Char>& fmt::internal::ArgFormatterBase< Impl, Char, Spec >::writer_
private

Definition at line 2090 of file format.h.


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