|
Jpp
|
#include <iostream>#include <iomanip>#include "JLang/JEquals.hh"#include "JLang/JMultiEquals.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::JMultiEquals class.
Definition in file JMultiEquals.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 94 of file JMultiEquals.cc.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 104 of file JMultiEquals.cc.
1.8.16