Pyrogenesis  trunk
Protected Member Functions | Protected Attributes | List of all members
fmt::internal::FormatterBase Class Reference

#include <format.h>

Inheritance diagram for fmt::internal::FormatterBase:
Inheritance graph
[legend]
Collaboration diagram for fmt::internal::FormatterBase:
Collaboration graph
[legend]

Protected Member Functions

 FormatterBase ()
 
const Argnext_arg ()
 
const Arghandle_arg_index (unsigned arg_index)
 
template<typename Char >
void write (BasicWriter< Char > &w, const Char *start, const Char *end)
 

Protected Attributes

ArgList args_
 
int next_arg_index_
 
const char * error_
 

Constructor & Destructor Documentation

fmt::internal::FormatterBase::FormatterBase ( )
inlineprotected

Member Function Documentation

const Arg & fmt::internal::FormatterBase::handle_arg_index ( unsigned  arg_index)
protected
const Arg & fmt::internal::FormatterBase::next_arg ( )
protected
template<typename Char >
void fmt::internal::FormatterBase::write ( BasicWriter< Char > &  w,
const Char *  start,
const Char *  end 
)
inlineprotected

Member Data Documentation

ArgList fmt::internal::FormatterBase::args_
protected
const char* fmt::internal::FormatterBase::error_
protected
int fmt::internal::FormatterBase::next_arg_index_
protected

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