Jpp
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces
JStreamObjectOutput.hh File Reference
#include <string>
#include <ostream>
#include "JLang/JObjectOutput.hh"
#include "JLang/JTypeList.hh"
#include "JLang/JNullType.hh"

Go to the source code of this file.

Classes

class  JLANG::JStreamObjectOutput< T >
 Template implementation of stream output for single data type. More...
 
class  JLANG::JStreamObjectOutput< JTypeList< JHead_t, JTail_t > >
 Template specialisationimplementation of stream object output for multiple data types. More...
 
class  JLANG::JStreamObjectOutput< JTypeList< JHead_t, JNullType > >
 Terminator class of recursive JStreamObjectOutput class. More...
 

Namespaces

 JLANG
 Auxiliary classes and methods for language specific functionality.
 
 JPP