| c_comment | (); |
| c_comment | ( const c_comment &ar_rhs ); |
c_comment & | operator = | ( const c_comment &ar_rhs ); |
void | swap | ( c_comment &ar_rhs ); |
| c_comment | ( const char ac_file_name[], lmx::elmx_error *ap_error ); |
| c_comment | ( const char *ap_memory, size_t a_memory_size, lmx::elmx_error *ap_error ); |
| c_comment | ( const std::string &ar_string, lmx::elmx_error *ap_error ); |
virtual | ~c_comment | (); |
lmx::elmx_error | marshal | ( const char ac_file_name[] ) const; |
lmx::elmx_error | marshal | ( std::string *ap_string ) const; |
lmx::elmx_error | marshal | ( std::ostream &ar_sos ) const; |
lmx::elmx_error | unmarshal | ( const char ac_file_name[] ); |
lmx::elmx_error | unmarshal | ( const char *ap_memory, size_t a_memory_size ); |
lmx::elmx_error | unmarshal | ( const std::string &ar_string ); |
lmx::elmx_error | marshal | ( lmx::c_xml_writer &ar_writer, const char *ap_name = "comment" ) const; |
lmx::elmx_error | unmarshal | ( lmx::c_xml_reader &ar_reader ); |
lmx::elmx_error | unmarshal | ( lmx::c_xml_reader &ar_reader, const std::string &ar_name ); |
void | reset | (); |
bool | is_occurs_ok | () const; |