Go to the documentation of this file.
26 return out <<
object.value;
62 #define C_OPERAND(OP, A, B) OP< JBool<A>, JBool<B> >::value
73 #define C_SWITCH(VALUE, A, B) VALUE.c_switch<A,B>()
82 int main(
int argc,
char **argv)
90 JParser<> zap(
"Example program to test boolean algebra at compile time.");
96 catch(
const exception &error) {
97 FATAL(error.what() << endl);
103 const bool Y =
false;
Type definition of logical OR.
#define ASSERT(A,...)
Assert macro.
Type definition of logical AND.
#define C_SWITCH(VALUE, A, B)
Switch macro.
Utility class to parse command line options.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
static JBool<!value > c_not()
Make logical NOT.
#define C_OPERAND(OP, A, B)
Operand macro.
Type definition of logical XOR.
Auxiliary template class for type bool.
int main(int argc, char **argv)
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object