|
welder 0.1.0
Bindings for annotated C++ types, from C++26 reflection
|
The per-class handle: it carries the document so the per-member hooks (add_field / add_method / …) can collect from members and signatures. More...
#include <welder/rods/python/opaque_containers/rod.hpp>
Public Attributes | |
| document * | doc {} |
The per-class handle: it carries the document so the per-member hooks (add_field / add_method / …) can collect from members and signatures.
| document* welder::rods::opaque_containers::rod::class_handle::doc {} |
Definition at line 59 of file rod.hpp.
Referenced by welder::rods::opaque_containers::rod::add_constructors(), welder::rods::opaque_containers::rod::add_field(), welder::rods::opaque_containers::rod::add_method(), welder::rods::opaque_containers::rod::add_operator(), welder::rods::opaque_containers::rod::add_property(), and welder::rods::opaque_containers::rod::add_static_method().