15 #define PRINT(OUT, CLASS) OUT << setw(8) << std::left << #CLASS << ' ' << JLANG::JResolve<CLASS>::value << std::endl; 
   24 int main(
int argc, 
char **argv)
 
   32     JParser<> zap(
"Example program to test whetger a class exists.");
 
   38   catch(
const exception &error) {
 
   39     FATAL(error.what() << endl);
 
General purpose messaging.
 
#define ASSERT(A,...)
Assert macro.
 
Utility class to parse command line options.
 
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
 
int main(int argc, char **argv)
 
#define PRINT(OUT, CLASS)
 
Test existence of class T.
 
Utility class to parse command line options.