Jpp  master_rocky-43-ge265d140c
the software that should make you happy
Public Member Functions | List of all members
JLANG::JTemplateWriter< JWriter_t, JClass_t, JTypelist_t > Struct Template Reference

Template definition of auxiliary base class for composite data types which derive from one or more base classes for which the redirect operator << is defined. More...

Inheritance diagram for JLANG::JTemplateWriter< JWriter_t, JClass_t, JTypelist_t >:
JLANG::JTemplateWriter< JWriter_t, JClass_t, JTypeList< JHead_t, JTail_t > >

Public Member Functions

const char * WHITE_SPACE
 Specialisation of white space for std::ostream. More...
 

Detailed Description

template<class JWriter_t, class JClass_t = JNullType, class JTypelist_t = JNullType>
struct JLANG::JTemplateWriter< JWriter_t, JClass_t, JTypelist_t >

Template definition of auxiliary base class for composite data types which derive from one or more base classes for which the redirect operator << is defined.

The various specialisations of this class implement the redirect operator << for the derived class.

Definition at line 29 of file JTemplateWriter.hh.

Member Function Documentation

◆ WHITE_SPACE()

const char * JLANG::JTemplateWriter< std::ostream >::WHITE_SPACE

Specialisation of white space for std::ostream.

Definition at line 111 of file JTemplateWriter.hh.


The documentation for this struct was generated from the following file: