| Comment | (); |
| Comment | ( const Comment & r_rhs ); |
Comment & | operator = | ( const Comment & r_rhs ); |
virtual Comment * | clone | () const; |
void | swap | ( Comment & r_rhs ); |
| Comment | ( lmx::c_xml_reader & r_reader, lmx::elmx_error * p_error ); |
| Comment | ( const char c_file_name[], lmx::elmx_error * p_error, lmx::s_debug_error * p_debug_error = LMXNULL ); |
| Comment | ( const wchar_t c_file_name[], lmx::elmx_error * p_error, lmx::s_debug_error * p_debug_error = LMXNULL ); |
| Comment | ( const char * p_memory, size_t memory_size, lmx::elmx_error * p_error, lmx::s_debug_error * p_debug_error = LMXNULL ); |
| Comment | ( const std::string & r_string, lmx::elmx_error * p_error, lmx::s_debug_error * p_debug_error = LMXNULL ); |
| Comment | ( const lmx::c_any_info & r_any_info, lmx::elmx_error * p_error, lmx::s_debug_error * p_debug_error = LMXNULL ); |
virtual | ~Comment | (); |
lmx::elmx_error | Marshal | ( const char c_file_name[], lmx::s_debug_error * p_debug_error = LMXNULL ) const; |
lmx::elmx_error | Marshal | ( const wchar_t c_file_name[], lmx::s_debug_error * p_debug_error = LMXNULL ) const; |
lmx::elmx_error | Marshal | ( std::string * p_string, lmx::s_debug_error * p_debug_error = LMXNULL ) const; |
lmx::elmx_error | Marshal | ( std::ostream & r_sos, lmx::s_debug_error * p_debug_error = LMXNULL ) const; |
lmx::elmx_error | Unmarshal | ( const char c_file_name[], lmx::s_debug_error * p_debug_error = LMXNULL ); |
lmx::elmx_error | Unmarshal | ( const wchar_t c_file_name[], lmx::s_debug_error * p_debug_error = LMXNULL ); |
lmx::elmx_error | Unmarshal | ( const char * p_memory, size_t memory_size, lmx::s_debug_error * p_debug_error = LMXNULL ); |
lmx::elmx_error | Unmarshal | ( const std::string & r_string, lmx::s_debug_error * p_debug_error = LMXNULL ); |
lmx::elmx_error | Unmarshal | ( const lmx::c_any_info & r_any_info, lmx::s_debug_error * p_debug_error = LMXNULL ); |
lmx::elmx_error | Marshal | ( lmx::c_xml_writer & r_writer, const char * p_name = "comment" ) const; |
lmx::elmx_error | marshal | ( lmx::c_xml_writer & r_writer, const char * p_name = "comment" ) const; |
lmx::elmx_error | Unmarshal | ( lmx::c_xml_reader & r_reader ); |
lmx::elmx_error | unmarshal | ( lmx::c_xml_reader & r_reader ); |
lmx::elmx_error | unmarshal | ( lmx::c_xml_reader & r_reader, const std::string & r_name ); |
void | reset | (); |
bool | Check | ( lmx::c_check_tracker * p_tracker_in = LMXNULL, const char * p_name_in = "comment" ) const; |
bool | IsOccursOk | ( lmx::c_check_tracker * p_tracker_in = LMXNULL ) const; |