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