reflect: initial implementation
This commit is contained in:
parent
2e63293139
commit
fdb4ca37f4
39 changed files with 3662 additions and 0 deletions
17
src/reflect/pointer/PointerTdx.cpp
Normal file
17
src/reflect/pointer/PointerTdx.cpp
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
/* file PointerTdx.cpp
|
||||
*
|
||||
* author: Roland Conybeare, Sep 2022
|
||||
*/
|
||||
|
||||
#include "pointer/PointerTdx.hpp"
|
||||
|
||||
namespace xo {
|
||||
namespace reflect {
|
||||
std::string const &
|
||||
PointerTdx::struct_member_name(uint32_t i) const {
|
||||
return TypeDescrExtra::struct_member_name(i);
|
||||
} /*struct_member_name*/
|
||||
} /*namespace reflect*/
|
||||
} /*namespace xo*/
|
||||
|
||||
/* end PointerTdx.cpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue