xml_format Class Reference |
Public Types | |
typedef inherited_t::stream_type | stream_type |
Public Member Functions | |
virtual void | begin_atom (stream_type &os, const any_regular_t &) |
virtual void | begin_bag (stream_type &os, const std::string &ident) |
virtual void | begin_format (stream_type &os) |
virtual void | begin_sequence (stream_type &os) |
Detailed Description
Definition at line 29 of file iomanip_xml.hpp.
Member Typedef Documentation
typedef inherited_t::stream_type stream_type |
Reimplemented from format_base.
Definition at line 34 of file iomanip_xml.hpp.
Member Function Documentation
virtual void begin_atom | ( | stream_type & | os, |
const any_regular_t & | |||
) | [virtual] |
Reimplemented from format_base.
virtual void begin_bag | ( | stream_type & | os, |
const std::string & | ident | ||
) | [virtual] |
Reimplemented from format_base.
virtual void begin_format | ( | stream_type & | os ) | [virtual] |
Reimplemented from format_base.
virtual void begin_sequence | ( | stream_type & | os ) | [virtual] |
Reimplemented from format_base.