Flow123d  JS_before_hm-1874-gec44d9749
Public Member Functions | Private Types | Private Member Functions | List of all members
fmt::internal::BasicPrintfArgFormatter< Impl, Char > Class Template Reference

#include <format.h>

Public Member Functions

 BasicPrintfArgFormatter (BasicWriter< Char > &w, FormatSpec &s)
 
void visit_bool (bool value)
 
void visit_char (int value)
 
void visit_cstring (const char *value)
 
void visit_pointer (const void *value)
 
void visit_custom (Arg::CustomValue c)
 

Private Types

typedef ArgFormatterBase< Impl, Char > Base
 

Private Member Functions

void write_null_pointer ()
 

Detailed Description

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

Definition at line 1322 of file format.h.

Member Typedef Documentation

◆ Base

template<typename Impl , typename Char >
typedef ArgFormatterBase<Impl, Char> fmt::internal::BasicPrintfArgFormatter< Impl, Char >::Base
private

Definition at line 182 of file printf.h.

Constructor & Destructor Documentation

◆ BasicPrintfArgFormatter()

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

Definition at line 185 of file printf.h.

Member Function Documentation

◆ visit_bool()

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

Definition at line 188 of file printf.h.

◆ visit_char()

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

Definition at line 196 of file printf.h.

◆ visit_cstring()

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

Definition at line 218 of file printf.h.

◆ visit_custom()

template<typename Impl , typename Char >
void fmt::internal::BasicPrintfArgFormatter< Impl, Char >::visit_custom ( Arg::CustomValue  c)
inline

Definition at line 234 of file printf.h.

◆ visit_pointer()

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

Definition at line 227 of file printf.h.

◆ write_null_pointer()

template<typename Impl , typename Char >
void fmt::internal::BasicPrintfArgFormatter< Impl, Char >::write_null_pointer ( )
inlineprivate

Definition at line 177 of file printf.h.

Here is the caller graph for this function:

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