36template<
class charT,
class traits =
char_traits<
charT > >
86#include "xoutsimple.hxx"
traits::off_type off_type
XStreamMapType::iterator XStreamMapIteratorType
XStreamMapType::value_type XStreamMapEntryType
CStreamMapType::iterator CStreamMapIteratorType
CStreamMapType::value_type CStreamMapEntryType
traits::pos_type pos_type
basic_ios< charT, traits > ios_type
basic_ostream< charT, traits > ostream_type
std::map< std::string, ostream_type * > CStreamMapType
std::map< std::string, Self * > XStreamMapType
traits::int_type int_type
xout class with only basic functionality.
Superclass::CStreamMapType CStreamMapType
void SetOutputs(const CStreamMapType &outputmap) override
const XStreamMapType & GetXOutputs(void) override
Superclass::traits_type traits_type
int AddOutput(const char *name, Superclass *output) override
Superclass::char_type char_type
const CStreamMapType & GetCOutputs(void) override
xoutbase< charT, traits > Superclass
Superclass::ios_type ios_type
Superclass::XStreamMapIteratorType XStreamMapIteratorType
int RemoveOutput(const char *name) override
Superclass::XStreamMapType XStreamMapType
Superclass::CStreamMapIteratorType CStreamMapIteratorType
Superclass::CStreamMapEntryType CStreamMapEntryType
void SetOutputs(const XStreamMapType &outputmap) override
Superclass::ostream_type ostream_type
Superclass::XStreamMapEntryType XStreamMapEntryType
Superclass::pos_type pos_type
Superclass::off_type off_type
int AddOutput(const char *name, ostream_type *output) override
Superclass::int_type int_type