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