Skip to content

Struct swig_cast_info#

Public Attributes#

Type Name
swig_type_info * type
swig_converter_func converter
struct swig_cast_info * next
struct swig_cast_info * prev

type#

swig_type_info* swig_cast_info::type;

converter#

swig_converter_func swig_cast_info::converter;

next#

struct swig_cast_info* swig_cast_info::next;

prev#

struct swig_cast_info* swig_cast_info::prev;