rttr
rttr copied to clipboard
can rttr reflect normal C struct ?
what i expected:
1.rttr can reflect normal C struct correctly,
2. rttr can create an instance of a struct and memory block to hold struct data is continuous and rttr can get the start address of the memory block.
3. can set/get field value for/from that created instance just like the way for Class. e.g. set_value(), get_value()