Graphviz 13.0.0~dev.20241222.1117
|
Data Fields | |
VALUE | klass |
VALUE | mImpl |
void(* | mark )(void *) |
void(* | destroy )(void *) |
int | trackObjects |
const char * | name |
swig_type_info ** | type |
swig_wrapper | constructor |
void(* | destructor )(void *) |
swig_method * | methods |
swig_attribute * | attributes |
struct swig_class ** | bases |
const char ** | base_names |
swig_module_info *Tcl_HashTable | hashtable |
Definition at line 1470 of file gv_ruby.cpp.
swig_attribute* swig_class::attributes |
Definition at line 889 of file gv_tcl.cpp.
Referenced by SWIG_Tcl_MethodCommand().
const char** swig_class::base_names |
Definition at line 891 of file gv_tcl.cpp.
Referenced by SWIG_Tcl_MethodCommand().
struct swig_class** swig_class::bases |
Definition at line 890 of file gv_tcl.cpp.
Referenced by SWIG_Tcl_MethodCommand().
swig_wrapper swig_class::constructor |
Definition at line 886 of file gv_tcl.cpp.
Referenced by SWIG_Tcl_ObjectConstructor().
void(* swig_class::destroy) (void *) |
Definition at line 1474 of file gv_ruby.cpp.
Referenced by SWIG_Ruby_NewClassInstance(), and SWIG_Ruby_NewPointerObj().
void(* swig_class::destructor) (void *) |
Definition at line 887 of file gv_tcl.cpp.
Referenced by SWIG_Tcl_ObjectDelete().
swig_module_info* Tcl_HashTable swig_class::hashtable |
Definition at line 893 of file gv_tcl.cpp.
Referenced by SWIG_Tcl_InstallMethodLookupTables(), and SWIG_Tcl_MethodCommand().
VALUE swig_class::klass |
Definition at line 1471 of file gv_ruby.cpp.
Referenced by SWIG_Ruby_NewPointerObj().
void(* swig_class::mark) (void *) |
Definition at line 1473 of file gv_ruby.cpp.
Referenced by SWIG_Ruby_NewClassInstance(), and SWIG_Ruby_NewPointerObj().
swig_method* swig_class::methods |
Definition at line 888 of file gv_tcl.cpp.
Referenced by SWIG_Tcl_InstallMethodLookupTables(), and SWIG_Tcl_MethodCommand().
VALUE swig_class::mImpl |
Definition at line 1472 of file gv_ruby.cpp.
const char* swig_class::name |
Definition at line 884 of file gv_tcl.cpp.
int swig_class::trackObjects |
Definition at line 1475 of file gv_ruby.cpp.
Referenced by SWIG_Ruby_ConvertPtrAndOwn(), and SWIG_Ruby_NewPointerObj().
swig_type_info** swig_class::type |
Definition at line 885 of file gv_tcl.cpp.
Referenced by SWIG_Tcl_ObjectConstructor().