| 
    Jpp
    
   | 
 
#include "JLang/JType.hh"#include "JLang/JTypeList.hh"#include "JLang/JNullType.hh"#include "JLang/JValve.hh"#include "JLang/JObjectSelector.hh"#include "JLang/JRegulator.hh"#include "JLang/JObjectMultiplexer.hh"#include "JLang/JSinglePointer.hh"Go to the source code of this file.
Classes | |
| class | JLANG::JPipe< T > | 
| Auxiliary class for object iteration via pipe (i.e. operator |).  More... | |
| struct | JLANG::JPipe< JTypeList< JHead_t, JTail_t > > | 
| Implementation of object iterator for multiple data types.  More... | |
| struct | JLANG::JPipe< JTypeList< JHead_t, JNullType > > | 
| Terminator class of recursive JPipe class.  More... | |
| struct | JLANG::JMultiPipe< T, N > | 
| Auxiliary class for object iteration via multiple pipes (e.g. operator | ..\ |).  More... | |
Namespaces | |
| JLANG | |
| Auxiliary classes and methods for language specific functionality.  | |
Implementation of pipe operation for object iterators.
Definition in file JPipe.hh.
 1.8.16