Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
fmt::internal::ArgFormatterBase< Impl, Char > Class Template Reference

#include <format.h>

Inheritance diagram for fmt::internal::ArgFormatterBase< Impl, Char >:
Inheritance graph
[legend]

Public Member Functions

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

Protected Member Functions

FormatSpecspec ()
 
void write (bool value)
 
void write (const char *value)
 
BasicWriter< Char > & writer ()
 

Private Member Functions

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

Private Attributes

FormatSpecspec_
 
BasicWriter< Char > & writer_
 

Detailed Description

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

Definition at line 2140 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 2179 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 2160 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 2189 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 2183 of file format.h.

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

Definition at line 2194 of file format.h.

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

Definition at line 2201 of file format.h.

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

Definition at line 2241 of file format.h.

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

Definition at line 2260 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 2248 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 2255 of file format.h.

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

Definition at line 2165 of file format.h.

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

Definition at line 2172 of file format.h.

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

Definition at line 2148 of file format.h.

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

Definition at line 2156 of file format.h.

Member Data Documentation

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

Definition at line 2144 of file format.h.

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

Definition at line 2143 of file format.h.


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


ros_opcua_impl_freeopcua
Author(s): Denis Štogl
autogenerated on Tue Jan 19 2021 03:12:09