Jpp 19.3.0-rc.3
the software that should make you happy
|
Memory management class for create/release policy based on new/delete. More...
#include <JMemory.hh>
Static Public Member Functions | |
static JClass_t * | create () |
Create object in memory. | |
static void | release (JClass_t *p) |
Release memory. | |
Memory management class for create/release policy based on new/delete.
Definition at line 23 of file JMemory.hh.
|
inlinestatic |
Create object in memory.
Definition at line 30 of file JMemory.hh.
|
inlinestatic |
Release memory.
p | pointer to data |
Definition at line 41 of file JMemory.hh.