Add 'xo-reflect/' from commit '5dce303fe1'
git-subtree-dir: xo-reflect git-subtree-mainline:8111f3846cgit-subtree-split:5dce303fe1
This commit is contained in:
commit
820f431d66
45 changed files with 3834 additions and 0 deletions
20
xo-reflect/src/reflect/vector/VectorTdx.cpp
Normal file
20
xo-reflect/src/reflect/vector/VectorTdx.cpp
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
/* file VectorTdx.cpp
|
||||
*
|
||||
* author: Roland Conybeare, Aug 2022
|
||||
*/
|
||||
|
||||
#include "vector/VectorTdx.hpp"
|
||||
|
||||
namespace xo {
|
||||
namespace reflect {
|
||||
std::string const &
|
||||
VectorTdx::struct_member_name(uint32_t i) const {
|
||||
return TypeDescrExtra::struct_member_name(i);
|
||||
} /*struct_member_name*/
|
||||
|
||||
} /*namespace reflect*/
|
||||
|
||||
} /*namespace xo*/
|
||||
|
||||
|
||||
/* end VectorTdx.cpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue