|
Jpp
18.2.0-rc.1
the software that should make you happy
|
Implementation of pipe operation for object iterators. More...
#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... | |
| class | JLANG::JPipe< JTypeList< JHead_t, JTail_t > > |
| Implementation of object iterator for multiple data types. More... | |
| class | JLANG::JPipe< JTypeList< JHead_t, JNullType > > |
| Terminator class of recursive JPipe class. More... | |
| class | 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.5