#include <class.h>

Public Member Functions | |
| dbAnyMethodTrampoline * | optimize () |
| Get optimize trampoline. | |
| void | invoke (byte *data, void *result) |
| Invoke method. | |
| dbMethodFastTrampoline (dbMethodTrampoline< T, R > *mt) | |
Private Types | |
| typedef R(T::* | mfunc )() |
Private Attributes | |
| mfunc | method |
typedef R(T::* mfunc)() [private] |
| dbMethodFastTrampoline | ( | dbMethodTrampoline< T, R > * | mt | ) | [inline] |
| dbAnyMethodTrampoline* optimize | ( | ) | [inline, virtual] |
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.
| void invoke | ( | byte * | data, | |
| void * | result | |||
| ) | [inline, virtual] |
Invoke method.
| data | pointer to the record insode database | |
| result | pointer to place result in |
Implements dbAnyMethodTrampoline.