Jpp test-rotations-new
the software that should make you happy
|
Static Public Member Functions | |
static const char * | getName () |
static int | getVersion () |
static JLANG::JAllocator & | getInstance () |
Get reference to unique instance of this class object. | |
static void * | operator new (const std::size_t size) |
new operator. | |
static void | operator delete (void *p, const std::size_t size) |
delete operator. | |
Public Attributes | |
int | i |
double | d |
int | i |
Static Public Attributes | |
static const int | ID = 9 |
static const std::size_t | BLOCK_SIZE |
size of object [Byte] | |
Definition at line 28 of file JEnumeration.cc.
|
inlinestatic |
Definition at line 32 of file JEnumeration.cc.
|
inlinestatic |
Definition at line 33 of file JEnumeration.cc.
|
inlinestaticinherited |
Get reference to unique instance of this class object.
Definition at line 46 of file JObjectAllocator.hh.
|
inlinestaticinherited |
new operator.
Definition at line 62 of file JObjectAllocator.hh.
|
inlinestaticinherited |
delete operator.
p | pointer to object to be freed |
size | number of bytes |
Definition at line 74 of file JObjectAllocator.hh.
Definition at line 30 of file JEnumeration.cc.
|
inherited |
Definition at line 25 of file JAllocator.cc.
|
inherited |
Definition at line 26 of file JAllocator.cc.
|
staticinherited |
size of object [Byte]
Definition at line 54 of file JObjectAllocator.hh.
|
inherited |
Definition at line 71 of file JObjectDemultiplexer.cc.