Jpp
17.2.0
the software that should make you happy
|
Example program to test JTOOLS::JMultiKey class. More...
#include <iostream>
#include <iomanip>
#include "JTools/JMultiKey.hh"
#include "Jeep/JParser.hh"
#include "Jeep/JMessage.hh"
Go to the source code of this file.
Macros | |
#define | PRINT(OUT, A, B, OP) do { OUT << A << ' ' << std::setw(2) << left << #OP << ' ' << B << " ?= " << (A OP B) << std::endl; } while (0) |
Functions | |
int | main (int argc, char **argv) |
Example program to test JTOOLS::JMultiKey class.
Definition in file JMultiKey.cc.
#define PRINT | ( | OUT, | |
A, | |||
B, | |||
OP | |||
) | do { OUT << A << ' ' << std::setw(2) << left << #OP << ' ' << B << " ?= " << (A OP B) << std::endl; } while (0) |
Definition at line 12 of file JMultiKey.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 21 of file JMultiKey.cc.