Jpp
18.0.1-rc.2
the software that should make you happy
|
Example program to test JLANG::JComparable class. More...
#include <iostream>
#include <iomanip>
#include "JLang/JComparable.hh"
#include "Jeep/JParser.hh"
#include "Jeep/JMessage.hh"
Go to the source code of this file.
Macros | |
#define | PRINT(OUT, OP, A, B) OUT << "(" << A << ") " << #OP " (" << B << ") => " << (A OP B) << std::endl; |
Print. More... | |
Functions | |
int | main (int argc, char **argv) |
Example program to test JLANG::JComparable class.
Definition in file JComparable.cc.
#define PRINT | ( | OUT, | |
OP, | |||
A, | |||
B | |||
) | OUT << "(" << A << ") " << #OP " (" << B << ") => " << (A OP B) << std::endl; |
Print.
OUT | output stream |
OP | operator |
A | first object |
B | second object |
Definition at line 75 of file JComparable.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 85 of file JComparable.cc.