#include <class.h>
Inheritance diagram for dbMethodFastTrampoline< T, R >:
Public Types | |
typedef R(T::* | mfunc )() |
Public Methods | |
void | invoke (byte *data, void *result) |
dbMethodFastTrampoline (dbMethodTrampoline< T, R > *mt) | |
dbAnyMethodTrampoline * | optimize () |
Public Attributes | |
mfunc | method |
dbFieldDescriptor * | cls |
|
Invoke method
Reimplemented from dbMethodTrampoline< 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 dataabse can be used intead
Implements dbAnyMethodTrampoline. |