ewmscp
..
|
template interface class for options that provide a value printer More...
#include <Options.h>
Public Types | |
typedef void(* | valuePrinterType) (std::ostream &, const T &) |
Public Member Functions | |
valuePrinter () | |
valuePrinter (valuePrinterType aValuePrinter) | |
virtual void | fSetValuePrinter (valuePrinterType aValuePrinter) |
Protected Attributes | |
valuePrinterType | lValuePrinter |
template interface class for options that provide a value printer
typedef void(* options::valuePrinter< T >::valuePrinterType) (std::ostream &, const T &) |
|
inline |
|
inline |
|
inlinevirtual |
|
protected |
Definition at line 178 of file Options.h.
Referenced by options::valuePrinter< std::chrono::duration< Rep, Period > >::fSetValuePrinter().