|
GATE
C/C++ Framework
|
Carries data about a wrapped data type. More...
#include <wrappers.h>
Data Fields | |
| gate_size_t | size |
| void const * | type_descriptor |
| gate_mem_copyctor_t | cctor |
| gate_mem_dtor_t | dtor |
Carries data about a wrapped data type.
| gate_size_t size |
size of type instance in bytes
| void const* type_descriptor |
pointer to native type description or ID
| gate_mem_copyctor_t cctor |
pointer to copy-constructor function of type
| gate_mem_dtor_t dtor |
pointer to destruction function of type