The Vish Visualization Shell 0.3
Vish
List of all members
MemCore::Creature::Exception Struct Reference

Associated Exception class. More...

#include <elementary/memcore/Creature.hpp>

Inheritance diagram for MemCore::Creature::Exception:
MemCore::Exception MemCore::CreatorBase< Domain >::Exception

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
 

Detailed Description

Associated Exception class.