#include <ExceptionMsg.h>
|
| std::string | m_message |
| | description: the actual message
|
Definition at line 28 of file ExceptionMsg.h.
◆ ExceptionMsg()
| RCU::ExceptionMsg::ExceptionMsg |
( |
const char *const | val_file, |
|
|
const unsigned | val_line, |
|
|
const std::string & | val_message ) |
Definition at line 35 of file ExceptionMsg.cxx.
39 {
41 }
#define RCU_NEW_INVARIANT(x)
std::string m_message
description: the actual message
◆ ~ExceptionMsg()
| RCU::ExceptionMsg::~ExceptionMsg |
( |
| ) |
|
| throw | ( | ) | | | |
|
virtual |
Definition at line 45 of file ExceptionMsg.cxx.
47 {
49 }
#define RCU_DESTROY_INVARIANT(x)
◆ testInvariant()
| void RCU::ExceptionMsg::testInvariant |
( |
| ) |
const |
◆ what()
| const char * RCU::ExceptionMsg::what |
( |
| ) |
const |
| throw | ( | ) | | | |
|
virtual |
◆ m_message
| std::string RCU::ExceptionMsg::m_message |
|
private |
The documentation for this class was generated from the following files: