Jpp
18.2.1
the software that should make you happy
|
Example program to test JLANG::JStreamAvailable class. More...
#include <iostream>
#include <iomanip>
#include <vector>
#include "JLang/JStreamAvailable.hh"
#include "JLang/JBool.hh"
#include "Jeep/JParser.hh"
#include "Jeep/JMessage.hh"
Go to the source code of this file.
Classes | |
struct | __A__ |
struct | __B__< T > |
struct | __C__ |
Namespaces | |
std | |
Macros | |
#define | PRINT(OUT, CLASS) |
Print class parameters. More... | |
Functions | |
template<class T > | |
std::ostream & | operator<< (std::ostream &out, const __B__< T > &object) |
Write object to output. More... | |
std::istream & | std::operator>> (std::istream &in, std::vector< int > &object) |
Read std::vector<int> from input. More... | |
std::ostream & | std::operator<< (std::ostream &out, const std::vector< int > &object) |
Write std::vector<int> to output. More... | |
int | main (int argc, char **argv) |
Example program to test JLANG::JStreamAvailable class.
Definition in file JStreamAvailable.cc.
#define PRINT | ( | OUT, | |
CLASS | |||
) |
Print class parameters.
OUT | output stream |
CLASS | class |
Definition at line 132 of file JStreamAvailable.cc.
|
inline |
Write object to output.
out | output stream |
object | object |
Definition at line 39 of file JStreamAvailable.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 145 of file JStreamAvailable.cc.