Jpp
debug
the software that should make you happy
|
Example program to test JLANG::JConversion class. More...
#include <iostream>
#include <iomanip>
#include "JLang/JConversion.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::JConversion class.
Definition in file JConversion.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 45 of file JConversion.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 54 of file JConversion.cc.