Jpp
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces
JTemplate.hh File Reference

Auxiliary class to alleviate the so-called diamond problem due to multiple inheritance. More...

#include <istream>
#include <ostream>
#include "JLang/JTypeList.hh"
#include "JLang/JConversion.hh"
#include "JLang/JConstructor.hh"
#include "JLang/JBool.hh"

Go to the source code of this file.

Classes

struct  JLANG::JTemplate< JType_t >
 Auxiliary class for managing multiple objects. More...
 
struct  JLANG::JTemplate< JTypeList< JHead_t, JTail_t > >
 Auxiliary class for managing multiple objects. More...
 
struct  JLANG::JTemplate< JTypeList< JHead_t > >
 Auxiliary class for managing multiple objects. More...
 

Namespaces

 JLANG
 Auxiliary classes and methods for language specific functionality.
 
 JPP
 

Detailed Description

Auxiliary class to alleviate the so-called diamond problem due to multiple inheritance.

Author
mdejong

Definition in file JTemplate.hh.