Jpp
17.1.0
the software that should make you happy
|
Enumeration of single data type. More...
#include <JEnumeration.hh>
Static Public Member Functions | |
static JLabel_t | getLabel (const JType< T > &type) |
Get label of given data type. More... | |
static JLabel_t | getLabel (const T &object) |
Get label of given object. More... | |
static std::ostream & | print (std::ostream &out) |
Print enumeration. More... | |
Enumeration of single data type.
Definition at line 46 of file JEnumeration.hh.
|
inlinestatic |
Get label of given data type.
type | data type |
Definition at line 54 of file JEnumeration.hh.
|
inlinestatic |
Get label of given object.
object | object |
Definition at line 68 of file JEnumeration.hh.
|
inlinestatic |
Print enumeration.
out | output stream |
Definition at line 80 of file JEnumeration.hh.