| c_Response | (); |
| c_Response | ( const c_Response & r_rhs ); |
c_Response & | operator = | ( const c_Response & r_rhs ); |
virtual c_Response * | clone | () const; |
void | swap | ( c_Response & r_rhs ); |
| c_Response | ( lmx::c_xml_reader & r_reader, lmx::elmx_error * p_error ); |
| c_Response | ( const char c_file_name[], lmx::elmx_error * p_error, lmx::s_debug_error * p_debug_error = LMXNULL ); |
| c_Response | ( const wchar_t c_file_name[], lmx::elmx_error * p_error, lmx::s_debug_error * p_debug_error = LMXNULL ); |
| c_Response | ( const char * p_memory, size_t memory_size, lmx::elmx_error * p_error, lmx::s_debug_error * p_debug_error = LMXNULL ); |
| c_Response | ( const std::string & r_string, lmx::elmx_error * p_error, lmx::s_debug_error * p_debug_error = LMXNULL ); |
| c_Response | ( const lmx::c_any_info & r_any_info, lmx::elmx_error * p_error, lmx::s_debug_error * p_debug_error = LMXNULL ); |
virtual | ~c_Response | (); |
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 = "Response" ) const; |
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 = "Response" ) const; |
bool | is_occurs_ok | ( lmx::c_check_tracker * p_tracker_in = LMXNULL ) const; |