NGL  6.5
The NCCA Graphics Library
fmt::internal::ArgFormatterBase< Impl, Char > Class Template Reference

#include <format.h>

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

Public Member Functions

 ArgFormatterBase (BasicWriter< Char > &w, FormatSpec &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 (Arg::StringValue< char > value)
 
void visit_wstring (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 ()
 
FormatSpecspec ()
 
void write (bool value)
 
void write (const char *value)
 

Private Member Functions

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

Private Attributes

BasicWriter< Char > & writer_
 
FormatSpecspec_
 

Detailed Description

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

Definition at line 1835 of file format.h.

Constructor & Destructor Documentation

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

Definition at line 1864 of file format.h.

Member Function Documentation

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

Definition at line 1850 of file format.h.

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

Definition at line 1871 of file format.h.

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

Definition at line 1868 of file format.h.

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

Definition at line 1873 of file format.h.

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

Definition at line 1879 of file format.h.

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

Definition at line 1909 of file format.h.

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

Definition at line 1925 of file format.h.

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

Definition at line 1915 of file format.h.

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

Definition at line 1921 of file format.h.

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

Definition at line 1852 of file format.h.

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

Definition at line 1858 of file format.h.

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

Definition at line 1842 of file format.h.

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

Definition at line 1849 of file format.h.

Member Data Documentation

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

Definition at line 1838 of file format.h.

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

Definition at line 1837 of file format.h.


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