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

Data Fields

const char * name
 
swig_lua_methodns_methods
 
swig_lua_attributens_attributes
 
swig_lua_const_infons_constants
 
struct swig_lua_class ** ns_classes
 
struct swig_lua_namespace ** ns_namespaces
 

Detailed Description

Definition at line 1026 of file gv_lua.cpp.

Field Documentation

◆ name

const char* swig_lua_namespace::name

◆ ns_attributes

swig_lua_attribute* swig_lua_namespace::ns_attributes

Definition at line 1029 of file gv_lua.cpp.

Referenced by SWIG_Lua_add_namespace_details().

◆ ns_classes

struct swig_lua_class** swig_lua_namespace::ns_classes

Definition at line 1031 of file gv_lua.cpp.

Referenced by SWIG_Lua_add_namespace_classes().

◆ ns_constants

swig_lua_const_info* swig_lua_namespace::ns_constants

Definition at line 1030 of file gv_lua.cpp.

Referenced by SWIG_Lua_add_namespace_details().

◆ ns_methods

swig_lua_method* swig_lua_namespace::ns_methods

Definition at line 1028 of file gv_lua.cpp.

Referenced by SWIG_init(), and SWIG_Lua_add_namespace_details().

◆ ns_namespaces

struct swig_lua_namespace** swig_lua_namespace::ns_namespaces

Definition at line 1032 of file gv_lua.cpp.

Referenced by SWIG_Lua_namespace_register().


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