GATE
gate_delegate_class Struct Reference

Public Attributes

gate_delegate_dispatcher_t dispatcher
 
gate_delegate_functionstorage_t function_storage
 
void * object_ptr
 
void * native_attachment
 

Member Data Documentation

◆ dispatcher

gate_delegate_dispatcher_t gate_delegate_class::dispatcher

VA_LIST to native invocation translator

◆ function_storage

gate_delegate_functionstorage_t gate_delegate_class::function_storage

storage to be filled with target code reference (function/method pointer)

◆ native_attachment

void* gate_delegate_class::native_attachment

reserved, another native target language pointer

◆ object_ptr

void* gate_delegate_class::object_ptr

C/C++ target object pointer


The documentation for this struct was generated from the following file: