Jpp  17.1.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Static Public Member Functions | Static Public Attributes | List of all members
JTypeID< int > Struct Template Reference
Inheritance diagram for JTypeID< int >:
JLabel< 1 >

Static Public Member Functions

static const char * getName ()
 Get name of data type. More...
 
static int getVersion ()
 Get version of data type. More...
 

Static Public Attributes

static const int ID
 Data type identifier. More...
 

Detailed Description

template<>
struct JTypeID< int >

Definition at line 17 of file JEnumeration.cc.

Member Function Documentation

static const char* JLabel< __ID, JLANG::getDefaultName , JLANG::getDefaultVersion >::getName ( )
inlinestaticinherited

Get name of data type.

Returns
name

Definition at line 154 of file JTypeID.hh.

155  {
156  return (*__getName)();
157  }
static int JLabel< __ID, JLANG::getDefaultName , JLANG::getDefaultVersion >::getVersion ( )
inlinestaticinherited

Get version of data type.

Returns
version

Definition at line 165 of file JTypeID.hh.

166  {
167  return (*__getVersion)();
168  }

Member Data Documentation

const int JLabel< __ID, JLANG::getDefaultName , JLANG::getDefaultVersion >::ID
staticinherited

Data type identifier.

Definition at line 146 of file JTypeID.hh.


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