|
|
| CheiralityException (Key j) |
| |
|
Key | nearbyVariable () const |
| |
|
const char * | what () const noexcept override |
| |
|
|
typedef std::string | String |
| |
|
| ThreadsafeException () |
| | Default constructor is protected - may only be created from derived classes.
|
| |
|
| ThreadsafeException (const ThreadsafeException &other) |
| | Copy constructor is protected - may only be created from derived classes.
|
| |
|
| ThreadsafeException (const std::string &description) |
| | Construct with description string.
|
| |
|
| ~ThreadsafeException () noexcept override |
| | Default destructor doesn't have the noexcept.
|
| |
|
bool | dynamic_ |
| | Whether this object was moved.
|
| |
|
boost::optional< String > | description_ |
| | Optional description.
|
| |
The documentation for this class was generated from the following file: