Graphviz 12.1.0~dev.20240716.0947
Loading...
Searching...
No Matches
swig_class Struct Reference
Collaboration diagram for swig_class:
[legend]

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_methodmethods
 
swig_attributeattributes
 
struct swig_class ** bases
 
const char ** base_names
 
swig_module_info *Tcl_HashTable hashtable
 

Detailed Description

Definition at line 1470 of file gv_ruby.cpp.

Field Documentation

◆ attributes

swig_attribute* swig_class::attributes

Definition at line 889 of file gv_tcl.cpp.

Referenced by SWIG_Tcl_MethodCommand().

◆ base_names

const char** swig_class::base_names

Definition at line 891 of file gv_tcl.cpp.

Referenced by SWIG_Tcl_MethodCommand().

◆ bases

struct swig_class** swig_class::bases

Definition at line 890 of file gv_tcl.cpp.

Referenced by SWIG_Tcl_MethodCommand().

◆ constructor

swig_wrapper swig_class::constructor

Definition at line 886 of file gv_tcl.cpp.

Referenced by SWIG_Tcl_ObjectConstructor().

◆ destroy

void(* swig_class::destroy) (void *)

Definition at line 1474 of file gv_ruby.cpp.

Referenced by SWIG_Ruby_NewClassInstance(), and SWIG_Ruby_NewPointerObj().

◆ destructor

void(* swig_class::destructor) (void *)

Definition at line 887 of file gv_tcl.cpp.

Referenced by SWIG_Tcl_ObjectDelete().

◆ hashtable

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().

◆ klass

VALUE swig_class::klass

Definition at line 1471 of file gv_ruby.cpp.

Referenced by SWIG_Ruby_NewPointerObj().

◆ mark

void(* swig_class::mark) (void *)

Definition at line 1473 of file gv_ruby.cpp.

Referenced by SWIG_Ruby_NewClassInstance(), and SWIG_Ruby_NewPointerObj().

◆ methods

swig_method* swig_class::methods

Definition at line 888 of file gv_tcl.cpp.

Referenced by SWIG_Tcl_InstallMethodLookupTables(), and SWIG_Tcl_MethodCommand().

◆ mImpl

VALUE swig_class::mImpl

Definition at line 1472 of file gv_ruby.cpp.

◆ name

const char* swig_class::name

Definition at line 884 of file gv_tcl.cpp.

◆ trackObjects

int swig_class::trackObjects

Definition at line 1475 of file gv_ruby.cpp.

Referenced by SWIG_Ruby_ConvertPtrAndOwn(), and SWIG_Ruby_NewPointerObj().

◆ type

swig_type_info** swig_class::type

Definition at line 885 of file gv_tcl.cpp.

Referenced by SWIG_Tcl_ObjectConstructor().


The documentation for this struct was generated from the following files: