| 
    Jpp
    
   | 
 
#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__ | 
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 & | operator>> (std::istream &in, std::vector< int > &object) | 
Read std::vector<int> from input.  More... | |
| std::ostream & | 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 131 of file JStreamAvailable.cc.
      
  | 
  inline | 
Write object to output.
| out | output stream | 
| object | object | 
Definition at line 39 of file JStreamAvailable.cc.
      
  | 
  inline | 
Read std::vector<int> from input. 
| in | input stream | 
| object | object | 
Definition at line 55 of file JStreamAvailable.cc.
      
  | 
  inline | 
Write std::vector<int> to output. 
| out | output stream | 
| object | object | 
Definition at line 72 of file JStreamAvailable.cc.
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 144 of file JStreamAvailable.cc.
 1.8.16