|
welder 0.1.0
Bindings for annotated C++ types, from C++26 reflection
|
A copyable handle onto the growing document that the driver threads through every emission primitive (the rod's module_type). More...
#include <welder/rods/python/trampolines/rod.hpp>
Public Attributes | |
| document * | doc {} |
| std::string | prefix {} |
A copyable handle onto the growing document that the driver threads through every emission primitive (the rod's module_type).
prefix carries the dotted module path for parity with the other rods; the generator keys entirely off each type's own reflected namespace, so it is unused here.
| document* welder::rods::trampolines::rod::module_handle::doc {} |
Definition at line 64 of file rod.hpp.
Referenced by welder::rods::trampolines::rod::add_submodule(), and welder::rods::trampolines::rod::make_class().
| std::string welder::rods::trampolines::rod::module_handle::prefix {} |
Definition at line 65 of file rod.hpp.
Referenced by welder::rods::trampolines::rod::add_submodule().