|
Jpp
|
Go to the source code of this file.
Classes | |
| struct | JLANG::JAssert< bool > |
| Generation of compiler error. More... | |
| struct | JLANG::JAssert< true > |
| Implementation of valid assertion. More... | |
Namespaces | |
| JLANG | |
| Auxiliary classes and methods for language specific functionality. | |
| JPP | |
Macros | |
| #define | STATIC_CHECK(expr) { JLANG::JAssert<expr>(); } |
| #define STATIC_CHECK | ( | expr | ) | { JLANG::JAssert<expr>(); } |
Definition at line 29 of file JAssert.hh.
1.8.5