Flow123d  release_2.2.0-914-gf1a3a4f
Protected Member Functions | Private Member Functions | Private 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

const ArgListargs () const
 
 FormatterBase (const ArgList &args)
 
Arg next_arg (const char *&error)
 
Arg get_arg (unsigned arg_index, const char *&error)
 
bool check_no_auto_index (const char *&error)
 
template<typename Char >
void write (BasicWriter< Char > &w, const Char *start, const Char *end)
 

Private Member Functions

FMT_API Arg do_get_arg (unsigned arg_index, const char *&error)
 

Private Attributes

ArgList args_
 
int next_arg_index_
 

Detailed Description

Definition at line 1897 of file format.h.

Constructor & Destructor Documentation

fmt::internal::FormatterBase::FormatterBase ( const ArgList args)
inlineexplicitprotected

Definition at line 1908 of file format.h.

Member Function Documentation

const ArgList& fmt::internal::FormatterBase::args ( ) const
inlineprotected

Definition at line 1906 of file format.h.

bool fmt::internal::FormatterBase::check_no_auto_index ( const char *&  error)
inlineprotected

Definition at line 1927 of file format.h.

FMT_FUNC Arg fmt::internal::FormatterBase::do_get_arg ( unsigned  arg_index,
const char *&  error 
)
private

Definition at line 459 of file format.cc.

Arg fmt::internal::FormatterBase::get_arg ( unsigned  arg_index,
const char *&  error 
)
inlineprotected

Definition at line 1923 of file format.h.

Here is the caller graph for this function:

Arg fmt::internal::FormatterBase::next_arg ( const char *&  error)
inlineprotected

Definition at line 1914 of file format.h.

template<typename Char >
void fmt::internal::FormatterBase::write ( BasicWriter< Char > &  w,
const Char *  start,
const Char *  end 
)
inlineprotected

Definition at line 1937 of file format.h.

Member Data Documentation

ArgList fmt::internal::FormatterBase::args_
private

Definition at line 1899 of file format.h.

int fmt::internal::FormatterBase::next_arg_index_
private

Definition at line 1900 of file format.h.


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