#include <field_description.h>
Public Methods | |
FieldDescription (size_t off, const MetaClass *mc, LString memberName) | |
const LString& | get_member_name () const |
const MetaClass* | get_meta_class () const |
size_t | get_offset () const |
void | set_offset (size_t off) |
ObjectWrapper | build_object (const AggregateWrapper &base_obj) const |
ObjectWrapper | build_object (Object *base_obj) const |
Address | get_address (Address base_address) const |
void | print_debug () const |
String | get_debug_text () const |
FieldDescription (const FieldDescription &other) | |
FieldDescription& | operator= (const FieldDescription &other) |
Friends | |
class | ObjectFactory |
|
|
|
|
|
|
|
|
|
|
|
|
|