Struct swig_const_info#
Public Attributes#
| Type | Name |
|---|---|
| int | type |
| const char * | name |
| long | lvalue |
| double | dvalue |
| void * | pvalue |
| swig_type_info ** | ptype |
type#
int swig_const_info::type;
name#
const char* swig_const_info::name;
lvalue#
long swig_const_info::lvalue;
dvalue#
double swig_const_info::dvalue;
pvalue#
void* swig_const_info::pvalue;
ptype#
swig_type_info** swig_const_info::ptype;