asl_cel_format Class Reference |
Public Types | |
typedef inherited_t::stream_type | stream_type |
Public Member Functions | |
asl_cel_format (bool safe_strings) | |
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_asl_cel.hpp.
Member Typedef Documentation
typedef inherited_t::stream_type stream_type |
Reimplemented from format_base.
Definition at line 34 of file iomanip_asl_cel.hpp.
Constructor & Destructor Documentation
asl_cel_format | ( | bool | safe_strings ) | [explicit] |
Definition at line 36 of file iomanip_asl_cel.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.