Jpp
debug
the software that should make you happy
|
Example program to test JLANG::JComparisonAvailable and JLANG::JComparable classes. More...
#include <iostream>
#include <iomanip>
#include "JLang/JComparable.hh"
#include "JLang/JEquals.hh"
#include "JLang/JMultiEquals.hh"
#include "JLang/JComparisonAvailable.hh"
#include "Jeep/JParser.hh"
#include "Jeep/JMessage.hh"
Go to the source code of this file.
Macros | |
#define | PRINT(OUT, CLASS) |
Print availabilty of comparison operators. More... | |
Functions | |
int | main (int argc, char **argv) |
Example program to test JLANG::JComparisonAvailable and JLANG::JComparable classes.
Definition in file JComparisonAvailable.cc.
#define PRINT | ( | OUT, | |
CLASS | |||
) |
Print availabilty of comparison operators.
OUT | output stream |
CLASS | class name |
Definition at line 47 of file JComparisonAvailable.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 63 of file JComparisonAvailable.cc.