|
The Vish Visualization Shell 0.3
Vish
|
Associated Exception class. More...
#include <elementary/memcore/Creature.hpp>
Additional Inherited Members | |
Public Member Functions inherited from MemCore::Exception | |
| Exception () | |
| Empty construction. | |
| Exception (const char *s, const char *filename=0, int LineNo=0) noexcept | |
| Construct description from native C string. | |
| Exception (const Exception &E) noexcept | |
| Copy constructor with description. | |
| Exception (const std::string &s, const char *filename=nullptr, int LineNo=0) noexcept | |
| Construct from STL string. | |
Public Attributes inherited from MemCore::Exception | |
| simplestring | description |
| optional detailed description | |
| unsigned | sourcefilelinenumber |
| source line number | |
| simplestring | sourcefilename |
| source file name | |
Associated Exception class.