|
Jpp 20.0.0-27-g39925593c-D
the software that should make you happy
|
Example program to test JLANG::JBool class. More...
#include <iostream>#include <iomanip>#include "JLang/JBool.hh"#include "JLang/JConversion.hh"#include "Jeep/JParser.hh"#include "Jeep/JMessage.hh"Go to the source code of this file.
Macros | |
| #define | C_OPERAND(OP, A, B) OP< JBool<A>, JBool<B> >::value |
| Operand macro. | |
| #define | C_SWITCH(VALUE, A, B) VALUE.c_switch<A,B>() |
| Switch macro. | |
Functions | |
| int | main (int argc, char **argv) |
Example program to test JLANG::JBool class.
Definition in file JBool.cc.
| #define C_SWITCH | ( | VALUE, | |
| A, | |||
| B ) VALUE.c_switch<A,B>() |
Definition at line 82 of file JBool.cc.