#include <worm_exceptions.h>
Inheritance diagram for worm_exception:

Public Member Functions | |
| worm_exception (const char *p_message) | |
| worm_exception (const std::string &p_message) | |
| worm_exception | operator= (worm_exception &p_other) |
| worm_exception | operator= (worm_exception *p_other) |
| worm_exception | operator+= (const int p_value) |
| worm_exception | operator+= (const long p_value) |
| worm_exception | operator+= (const double p_value) |
| worm_exception | operator+= (const char *p_text) |
| worm_exception | operator+= (const std::string p_text) |
| const char * | what () const |
| std::string | what_string () const |
Protected Attributes | |
| std::string | What |
|
|
Definition at line 18 of file worm_exceptions.h. |
|
|
Definition at line 30 of file worm_exceptions.h. |
|
|
Definition at line 77 of file worm_exceptions.h. |
|
|
Definition at line 68 of file worm_exceptions.h. |
|
|
Definition at line 60 of file worm_exceptions.h. |
|
|
Definition at line 52 of file worm_exceptions.h. |
|
|
Definition at line 44 of file worm_exceptions.h. |
|
|
Definition at line 39 of file worm_exceptions.h. References what(). |
|
|
Definition at line 34 of file worm_exceptions.h. References what(). |
|
|
Definition at line 82 of file worm_exceptions.h. Referenced by operator=(). |
|
|
Definition at line 83 of file worm_exceptions.h. |
|
|
Definition at line 16 of file worm_exceptions.h. |
1.3-rc3