39 template<
class charT,
class traits =
char_traits<
charT> >
75 virtual void WriteBufferedData(
void );
81 virtual void WriteHeaders(
void );
84 virtual int AddTargetCell(
const char * name );
87 virtual int RemoveTargetCell(
const char * name );
98 virtual int AddOutput(
const char * name,
ostream_type * output );
99 virtual int AddOutput(
const char * name,
Superclass * output );
100 virtual int RemoveOutput(
const char * name );
111 virtual Superclass & SelectXCell(
const char * name );
120 #include "xoutrow.hxx"
122 #endif // end #ifndef __xoutrow_h
Superclass::XStreamMapEntryType XStreamMapEntryType
XStreamMapType::value_type XStreamMapEntryType
basic_ios< charT, traits > ios_type
Superclass::CStreamMapIteratorType CStreamMapIteratorType
Superclass::char_type char_type
The xoutrow class can easily generate tables.
Superclass::XStreamMapIteratorType XStreamMapIteratorType
CStreamMapType::value_type CStreamMapEntryType
Superclass::ostream_type ostream_type
xoutcell< charT, traits > XOutCellType
xoutbase< charT, traits > Superclass
basic_ostream< charT, traits > ostream_type
Superclass::CStreamMapEntryType CStreamMapEntryType
Superclass::ios_type ios_type
Superclass::int_type int_type
traits::pos_type pos_type
Superclass::XStreamMapType XStreamMapType
XStreamMapType::iterator XStreamMapIteratorType
Superclass::traits_type traits_type
Superclass::off_type off_type
traits::int_type int_type
std::map< std::string, Self * > XStreamMapType
std::map< std::string, ostream_type * > CStreamMapType
Superclass::pos_type pos_type
traits::off_type off_type
CStreamMapType::iterator CStreamMapIteratorType
Superclass::CStreamMapType CStreamMapType
Stores the input in a string stream.