Jpp
Static Public Attributes | List of all members
JEEP::JMessage< T > Struct Template Reference

Auxiliary class for handling debug parameter within a class. More...

#include <JMessage.hh>

Inheritance diagram for JEEP::JMessage< T >:
JPARSER::JParser< JKey_t > JSUPPORT::JTreeScanner< JNullType, JNullType >

Static Public Attributes

static int debug = 0
 debug level (default is off). More...
 

Detailed Description

template<class T>
struct JEEP::JMessage< T >

Auxiliary class for handling debug parameter within a class.

Note that the derived class should include the statement using JMessage<..>::debug; otherwise the linker will fail.

Definition at line 44 of file JMessage.hh.

Member Data Documentation

◆ debug

template<class T>
int JEEP::JMessage< T >::debug = 0
static

debug level (default is off).

Definition at line 45 of file JMessage.hh.


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