Honeycomb  0.1
Component-Model Framework
Static Public Member Functions | List of all members
honey::Manip< Subclass > Class Template Reference

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 Public Member Functions

static bool hasInst (ios_base &ios)
 
static Subclass & inst (ios_base &ios)
 

Detailed Description

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.

Member Function Documentation

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: