Jpp
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces
JAbstractObjectWriter.hh File Reference
#include "JLang/JObjectOutput.hh"
#include "JLang/JTypeList.hh"
#include "JLang/JNullType.hh"
#include "JLang/JException.hh"

Go to the source code of this file.

Classes

struct  JLANG::JAbstractObjectWriter< T >
 Abstract interface for object writing. More...
 
struct  JLANG::JAbstractObjectWriter< JTypeList< JHead_t, JTail_t > >
 Abstract interface for object writing for multiple data types. More...
 
struct  JLANG::JAbstractObjectWriter< JTypeList< JHead_t, JNullType > >
 Terminator class of recursive JAbstractObjectWriter class. More...
 
struct  JLANG::JAbstractAccessibleObjectWriter< T >
 Abstract interface for object writing with named access. More...
 

Namespaces

 JLANG
 Auxiliary classes and methods for language specific functionality.
 
 JPP