|
Namespaces |
| namespace | firtex |
| namespace | firtex::utility |
组合类型 |
| class | firtex::utility::CFirteException |
| class | firtex::utility::CIllegalArgumentException |
| class | firtex::utility::CUnsupportedOperationException |
| class | firtex::utility::CFileIOException |
宏定义 |
| #define | FIRTEX_THROW1(code) throw CFirteException(CFirteException::code) |
| #define | FIRTEX_THROW2(code, msg) throw CFirteException(CFirteException::code,msg) |
| #define | FIRTEX_THROW3(code, msg) throw CFirteException(CFirteException::code,msg,__FILE__, __LINE__) |
| #define | FIRTEX_THROW_LINE(code, msg, file, line) throw CFirteException(CFirteException::code,msg,file,line) |
| #define | FIRTEX_RETHROW(e) throw CFirteException(e) |
| #define | FIRTEX_ASSERT(exp, msg) |
类型定义 |
| typedef unsigned short | exception_type |