#include <class.h>
Inheritance diagram for dbMethodTrampoline< T, R >:
Public Types | |
typedef R(T::* | mfunc )() |
Public Member Functions | |
void | invoke (byte *data, void *result) |
dbAnyMethodTrampoline * | optimize () |
dbMethodTrampoline (dbFieldDescriptor *fd, mfunc f) | |
void * | operator new (size_t size EXTRA_DEBUG_NEW_PARAMS) |
void | operator delete (void *p EXTRA_DEBUG_NEW_PARAMS) |
Public Attributes | |
mfunc | method |
dbFieldDescriptor * | cls |
|
Invoke method
Implements dbAnyMethodTrampoline. Reimplemented in dbMethodFastTrampoline< T, R >. |
|
Get optimize trampoline. Optimized trampoline can be used for records which format in the database is the same as in application. In this case there is no need to fetch record and pointer insode database can be used intead
Implements dbAnyMethodTrampoline. |