ffead.server.doc
|
Public Member Functions | |
ClassInfo | getClassInfo (string) |
template<class T > | |
T | invokeMethod (void *instance, Method method, vals values) |
void | destroy (void *instance, string classn) |
void * | invokeMethodGVP (void *instance, Method method, vals values) |
template<class T > | |
T | newInstance (Constructor ctor, vals values) |
template<class T > | |
T | newInstance (Constructor ctor) |
void * | newInstanceGVP (Constructor ctor, vals values) |
void * | newInstanceGVP (Constructor ctor) |
void * | invokeMethodUnknownReturn (void *instance, Method method, vals values) |
template<class T > | |
T | getField (void *instance, Field field) |
void * | execOperator (void *instance, string operato, vals values, string classn) |
void | vectorPushBack (void *vec, void *instance, string classN) |
void * | getNewVector (string classN) |
int | getVectorSize (void *vec, string classN) |
void * | getVectorElement (void *vec, int pos, string classN) |
Definition at line 33 of file Reflector.h.