Jpp
master_rocky-37-gf0c5bc59d
the software that should make you happy
|
Example program to test JLANG::JClass class. More...
#include <iostream>
#include <iomanip>
#include <vector>
#include "JLang/JClass.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::JClass class.
Definition in file JClass.cc.
#define PRINT | ( | OUT, | |
T | |||
) | print<T>(OUT, #T) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 52 of file JClass.cc.