rttr icon indicating copy to clipboard operation
rttr copied to clipboard

can rttr reflect normal C struct ?

Open bruceauyeung opened this issue 5 years ago • 0 comments

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()

bruceauyeung avatar Apr 28 '20 06:04 bruceauyeung