Jpp  master_rocky-43-ge265d140c
the software that should make you happy
Static Public Member Functions | Static Public Attributes | List of all members
JTypeID< double > Struct Reference
Inheritance diagram for JTypeID< double >:
JLabel< 3 >

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

Definition at line 20 of file JEnumeration.cc.

Member Function Documentation

◆ getName()

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  }

◆ getVersion()

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

◆ ID

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: