Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
fmt::internal::DefaultType Class Reference

#include <printf.h>

+ Inheritance diagram for fmt::internal::DefaultType:
+ Collaboration diagram for fmt::internal::DefaultType:

Public Member Functions

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

Additional Inherited Members

- Package Attributes inherited from fmt::ArgVisitor< DefaultType, char >
 __pad0__
 

Detailed Description

Definition at line 65 of file printf.h.

Member Function Documentation

◆ visit_any_double()

template<typename T >
char fmt::internal::DefaultType::visit_any_double ( T )
inline

Definition at line 77 of file printf.h.

◆ visit_any_int()

template<typename T >
char fmt::internal::DefaultType::visit_any_int ( T )
inline

Definition at line 74 of file printf.h.

◆ visit_bool()

char fmt::internal::DefaultType::visit_bool ( bool )
inline

Definition at line 69 of file printf.h.

◆ visit_char()

char fmt::internal::DefaultType::visit_char ( int )
inline

Definition at line 67 of file printf.h.

◆ visit_pointer()

char fmt::internal::DefaultType::visit_pointer ( const void * )
inline

Definition at line 71 of file printf.h.

◆ visit_unhandled_arg()

char fmt::internal::DefaultType::visit_unhandled_arg ( )
inline

Definition at line 79 of file printf.h.


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