![]() |
Blender V2.61 - r43446
|
#include <Exception.h>
Public Member Functions | |
| ExpDesc (ExceptionID &exp, const char *desc, RESULT hres=S_OK) | |
| ~ExpDesc (void) | |
| int | isExp (ExceptionID *exp, RESULT hres=S_OK) throw () |
| void | loadDesc (std::string &desc) throw () |
| void | registerDesc (void) |
Static Public Attributes | |
| static std::vector< ExpDesc * > | m_expDescs |
Definition at line 94 of file Exception.h.
| ExpDesc::ExpDesc | ( | ExceptionID & | exp, |
| const char * | desc, | ||
| RESULT | hres = S_OK |
||
| ) |
Definition at line 47 of file Exception.cpp.
| ExpDesc::~ExpDesc | ( | void | ) |
Definition at line 53 of file Exception.cpp.
| int ExpDesc::isExp | ( | ExceptionID * | exp, |
| RESULT | hres = S_OK |
||
| ) | throw () [inline] |
Definition at line 105 of file Exception.h.
References S_OK.
| void ExpDesc::loadDesc | ( | std::string & | desc | ) | throw () [inline] |
Definition at line 120 of file Exception.h.
| void ExpDesc::registerDesc | ( | void | ) | [inline] |
Definition at line 125 of file Exception.h.
References find(), and m_expDescs.
Referenced by registerAllExceptions().
std::vector< ExpDesc * > ExpDesc::m_expDescs [static] |
Definition at line 131 of file Exception.h.
Referenced by registerDesc(), and Exception::setXptDesc().