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

#include <printf.h>

+ Inheritance diagram for fmt::internal::ArgConverter< T >:
+ Collaboration diagram for fmt::internal::ArgConverter< T >:

Public Member Functions

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

Private Member Functions

 FMT_DISALLOW_COPY_AND_ASSIGN (ArgConverter)
 

Private Attributes

internal::Argarg_
 
wchar_t type_
 

Additional Inherited Members

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

Detailed Description

template<typename T = void>
class fmt::internal::ArgConverter< T >

Definition at line 97 of file printf.h.

Constructor & Destructor Documentation

◆ ArgConverter()

template<typename T = void>
fmt::internal::ArgConverter< T >::ArgConverter ( internal::Arg & arg,
wchar_t type )
inline

Definition at line 105 of file printf.h.

Member Function Documentation

◆ FMT_DISALLOW_COPY_AND_ASSIGN()

template<typename T = void>
fmt::internal::ArgConverter< T >::FMT_DISALLOW_COPY_AND_ASSIGN ( ArgConverter< T > )
private

◆ visit_any_int()

template<typename T = void>
template<typename U >
void fmt::internal::ArgConverter< T >::visit_any_int ( U value)
inline

Definition at line 119 of file printf.h.

+ Here is the call graph for this function:

◆ visit_bool()

template<typename T = void>
void fmt::internal::ArgConverter< T >::visit_bool ( bool value)
inline

Definition at line 108 of file printf.h.

◆ visit_char()

template<typename T = void>
void fmt::internal::ArgConverter< T >::visit_char ( int value)
inline

Definition at line 113 of file printf.h.

Member Data Documentation

◆ arg_

template<typename T = void>
internal::Arg& fmt::internal::ArgConverter< T >::arg_
private

Definition at line 99 of file printf.h.

◆ type_

template<typename T = void>
wchar_t fmt::internal::ArgConverter< T >::type_
private

Definition at line 100 of file printf.h.


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