Base class to hold iostream manipulator state. Inherit from this class and call Subclass::inst(ios)
to attach an instance of Subclass to an iostream.
More...
#include <StdUtil.h>
|
static bool | hasInst (ios_base &ios) |
|
static Subclass & | inst (ios_base &ios) |
|
template<class Subclass>
class honey::Manip< Subclass >
Base class to hold iostream manipulator state. Inherit from this class and call Subclass::inst(ios)
to attach an instance of Subclass to an iostream.
template<class Subclass >
static bool honey::Manip< Subclass >::hasInst |
( |
ios_base & |
ios | ) |
|
|
inlinestatic |
template<class Subclass >
static Subclass& honey::Manip< Subclass >::inst |
( |
ios_base & |
ios | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: