xo-reflect: multiple improvements -- kitchen sink
This commit is contained in:
parent
57a75e380f
commit
42331ce8ba
12 changed files with 527 additions and 427 deletions
|
|
@ -33,6 +33,7 @@ namespace xo {
|
|||
|
||||
virtual Metatype metatype() const override { return Metatype::mt_function; }
|
||||
virtual uint32_t n_child(void * /*object*/) const override { return 0; }
|
||||
virtual uint32_t n_child_fixed() const override { return 0; }
|
||||
virtual TaggedPtr child_tp(uint32_t i, void * object) const override;
|
||||
const std::string & struct_member_name(uint32_t i) const override;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue