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

#include <tinyformat.h>

Inheritance diagram for tinyformat::FormatList:
Inheritance graph
[legend]
Collaboration diagram for tinyformat::FormatList:
Collaboration graph
[legend]

Public Member Functions

 FormatList (detail::FormatArg *formatters, int N)
 

Private Attributes

const detail::FormatArgm_formatters
 
int m_N
 

Friends

void vformat (std::ostream &out, const char *fmt, const FormatList &list)
 

Detailed Description

List of template arguments format(), held in a type-opaque way.

A const reference to FormatList (typedef'd as FormatListRef) may be conveniently used to pass arguments to non-template functions: All type information has been stripped from the arguments, leaving just enough of a common interface to perform formatting as required.


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