Skip to content

Struct swig_module_info#

Public Attributes#

Type Name
swig_type_info ** types
size_t size
struct swig_module_info * next
swig_type_info ** type_initial
swig_cast_info ** cast_initial
void * clientdata

types#

swig_type_info** swig_module_info::types;

size#

size_t swig_module_info::size;

next#

struct swig_module_info* swig_module_info::next;

type_initial#

swig_type_info** swig_module_info::type_initial;

cast_initial#

swig_cast_info** swig_module_info::cast_initial;

clientdata#

void* swig_module_info::clientdata;