Graphviz 13.0.0~dev.20241222.1117
|
Data Fields | |
const char * | name |
swig_lua_method * | ns_methods |
swig_lua_attribute * | ns_attributes |
swig_lua_const_info * | ns_constants |
struct swig_lua_class ** | ns_classes |
struct swig_lua_namespace ** | ns_namespaces |
Definition at line 1026 of file gv_lua.cpp.
const char* swig_lua_namespace::name |
Definition at line 1027 of file gv_lua.cpp.
Referenced by SWIG_init(), SWIG_Lua_class_register(), SWIG_Lua_class_register_static(), and SWIG_Lua_namespace_register().
swig_lua_attribute* swig_lua_namespace::ns_attributes |
Definition at line 1029 of file gv_lua.cpp.
Referenced by SWIG_Lua_add_namespace_details().
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().
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().
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().
struct swig_lua_namespace** swig_lua_namespace::ns_namespaces |
Definition at line 1032 of file gv_lua.cpp.
Referenced by SWIG_Lua_namespace_register().