|
welder 0.1.0
Bindings for annotated C++ types, from C++26 reflection
|
A module handle: the shared document plus this (sub)module's dotted table path. More...
#include <welder/rods/lua/luacats/document.hpp>
Public Attributes | |
| document * | doc {nullptr} |
| std::string | prefix {} |
A module handle: the shared document plus this (sub)module's dotted table path.
Copyable, because the driver's add_submodule returns one by value.
Definition at line 332 of file document.hpp.
| document* welder::rods::luacats::module_writer::doc {nullptr} |
Definition at line 333 of file document.hpp.
Referenced by welder::rods::luacats::rod::add_function(), welder::rods::luacats::rod::add_submodule(), welder::rods::luacats::rod::add_variable(), welder::rods::luacats::rod::make_class(), welder::rods::luacats::rod::make_enum(), welder::rods::luacats::rod::make_nested_class(), welder::rods::luacats::rod::make_nested_enum(), and welder::rods::luacats::rod::set_module_doc().
| std::string welder::rods::luacats::module_writer::prefix {} |
Definition at line 334 of file document.hpp.
Referenced by welder::rods::luacats::rod::add_function(), welder::rods::luacats::rod::add_submodule(), welder::rods::luacats::rod::add_variable(), welder::rods::luacats::rod::generate(), welder::rods::luacats::rod::make_class(), welder::rods::luacats::rod::make_enum(), and welder::rods::luacats::rod::set_module_doc().