idle_detect  0.8.3.0
Provides overall idle detection for a linux computer
Public Member Functions | Static Private Member Functions | Private Attributes | List of all members
tinyformat::detail::FormatArg Class Reference

Public Member Functions

template<typename T >
 FormatArg (const T &value)
 
void format (std::ostream &out, const char *fmtBegin, const char *fmtEnd, int ntrunc) const
 
int toInt () const
 

Static Private Member Functions

template<typename T >
static TINYFORMAT_HIDDEN void formatImpl (std::ostream &out, const char *fmtBegin, const char *fmtEnd, int ntrunc, const void *value)
 
template<typename T >
static TINYFORMAT_HIDDEN int toIntImpl (const void *value)
 

Private Attributes

const void * m_value
 
void(* m_formatImpl )(std::ostream &out, const char *fmtBegin, const char *fmtEnd, int ntrunc, const void *value)
 
int(* m_toIntImpl )(const void *value)
 

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