Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Functions
tinyformat::detail Namespace Reference

Classes

struct  convertToInt
 
struct  convertToInt< T, true >
 
class  FormatArg
 
class  FormatListN
 
class  FormatListN< 0 >
 
struct  formatValueAsType
 
struct  formatValueAsType< T, fmtT, true >
 
struct  is_convertible
 
struct  is_wchar
 
struct  is_wchar< const wchar_t * >
 
struct  is_wchar< const wchar_t[n]>
 
struct  is_wchar< wchar_t * >
 
struct  is_wchar< wchar_t[n]>
 

Functions

template<typename T >
void formatTruncated (std::ostream &out, const T &value, int ntrunc)
 
int parseIntAndAdvance (const char *&c)
 
const char * printFormatStringLiteral (std::ostream &out, const char *fmt)
 
const char * streamStateFromFormat (std::ostream &out, bool &spacePadPositive, int &ntrunc, const char *fmtStart, const detail::FormatArg *formatters, int &argIndex, int numFormatters)
 
void formatImpl (std::ostream &out, const char *fmt, const detail::FormatArg *formatters, int numFormatters)
 

Function Documentation

void tinyformat::detail::formatImpl ( std::ostream &  out,
const char *  fmt,
const detail::FormatArg formatters,
int  numFormatters 
)
inline

Definition at line 776 of file tinyformat.h.

Here is the call graph for this function:

Here is the caller graph for this function:

template<typename T >
void tinyformat::detail::formatTruncated ( std::ostream &  out,
const T value,
int  ntrunc 
)
inline

Definition at line 274 of file tinyformat.h.

Here is the caller graph for this function:

int tinyformat::detail::parseIntAndAdvance ( const char *&  c)
inline

Definition at line 541 of file tinyformat.h.

Here is the caller graph for this function:

const char* tinyformat::detail::printFormatStringLiteral ( std::ostream &  out,
const char *  fmt 
)
inline

Definition at line 555 of file tinyformat.h.

Here is the caller graph for this function:

const char* tinyformat::detail::streamStateFromFormat ( std::ostream &  out,
bool &  spacePadPositive,
int &  ntrunc,
const char *  fmtStart,
const detail::FormatArg formatters,
int &  argIndex,
int  numFormatters 
)
inline

Definition at line 589 of file tinyformat.h.

Here is the call graph for this function:

Here is the caller graph for this function: