Jpp  test_elongated_shower_pde
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces
JPipe.hh File Reference

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...
 
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.
 

Detailed Description

Implementation of pipe operation for object iterators.

Author
mdejong

Definition in file JPipe.hh.