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

#include <printf.h>

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

Public Member Functions

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

Private Member Functions

 FMT_DISALLOW_COPY_AND_ASSIGN (WidthHandler)
 

Private Attributes

FormatSpecspec_
 

Additional Inherited Members

- Package Attributes inherited from fmt::ArgVisitor< WidthHandler, unsigned >
 __pad0__
 

Detailed Description

Definition at line 173 of file printf.h.

Constructor & Destructor Documentation

◆ WidthHandler()

fmt::internal::WidthHandler::WidthHandler ( FormatSpec & spec)
inlineexplicit

Definition at line 180 of file printf.h.

+ Here is the caller graph for this function:

Member Function Documentation

◆ FMT_DISALLOW_COPY_AND_ASSIGN()

fmt::internal::WidthHandler::FMT_DISALLOW_COPY_AND_ASSIGN ( WidthHandler )
private

◆ report_unhandled_arg()

void fmt::internal::WidthHandler::report_unhandled_arg ( )
inline

Definition at line 182 of file printf.h.

+ Here is the call graph for this function:

◆ visit_any_int()

template<typename T >
unsigned fmt::internal::WidthHandler::visit_any_int ( T value)
inline

Definition at line 187 of file printf.h.

+ Here is the call graph for this function:

Member Data Documentation

◆ spec_

FormatSpec& fmt::internal::WidthHandler::spec_
private

Definition at line 175 of file printf.h.


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