Jpp
|
#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. More... | |
#define | C_SWITCH(VALUE, A, B) VALUE.c_switch<A,B>() |
Switch macro. More... | |
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>() |