~NewDelFunctions() | |
Reflex::NewDelFunctions | NewDelFunctions() |
Reflex::NewDelFunctions | NewDelFunctions(const Reflex::NewDelFunctions&) |
Reflex::NewDelFunctions& | operator=(const Reflex::NewDelFunctions&) |
Reflex::DelFunc_t | fDelete | pointer to a function deleting one object. |
Reflex::DelArrFunc_t | fDeleteArray | pointer to a function deleting an array of objects. |
Reflex::DesFunc_t | fDestructor | pointer to a function call an object's destructor. |
Reflex::NewFunc_t | fNew | pointer to a function newing one object. |
Reflex::NewArrFunc_t | fNewArray | pointer to a function newing an array of objects. |