| 
    Jpp
    master_rocky-40-g5f0272dcd
    
   the software that should make you happy 
   | 
 
Example program to test JLANG::JConstructor class. More...
#include <iostream>#include <iomanip>#include "JLang/JConstructor.hh"#include "Jeep/JParser.hh"#include "Jeep/JMessage.hh"Go to the source code of this file.
Macros | |
| #define | PRINT(OUT, U, V) print<U,V>(OUT, #U, #V) | 
| Print class parameters.  More... | |
Functions | |
| int | main (int argc, char **argv) | 
Example program to test JLANG::JConstructor class.
Definition in file JConstructor.cc.
| #define PRINT | ( | OUT, | |
| U, | |||
| V | |||
| ) | print<U,V>(OUT, #U, #V) | 
Print class parameters.
| OUT | output stream | 
| U | class | 
| V | class | 
Definition at line 46 of file JConstructor.cc.
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 55 of file JConstructor.cc.