Jpp  16.0.2
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Static Public Member Functions | Static Private Attributes | List of all members
JLANG::JDefault< T > Struct Template Reference

Simple default class. More...

#include <JDefault.hh>

Static Public Member Functions

static const TgetDefault ()
 Get default value of template class. More...
 

Static Private Attributes

static const T value
 

Detailed Description

template<class T>
struct JLANG::JDefault< T >

Simple default class.

Definition at line 18 of file JDefault.hh.

Member Function Documentation

template<class T>
static const T& JLANG::JDefault< T >::getDefault ( )
inlinestatic

Get default value of template class.

Returns
value

Definition at line 24 of file JDefault.hh.

25  {
26  return value;
27  }
static const T value
Definition: JDefault.hh:30

Member Data Documentation

template<class T>
const T JLANG::JDefault< T >::value
staticprivate

Definition at line 30 of file JDefault.hh.


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