#include <aggregate_wrapper.h>
Public Methods | |
AggregateWrapper (const ObjectWrapper &obj) | |
AggregateWrapper (Address address, const AggregateMetaClass *mc) | |
AggregateWrapper (const AggregateWrapper &) | |
AggregateWrapper& | operator= (const AggregateWrapper &) |
Address | get_address () const |
const AggregateMetaClass* | get_meta_class () const |
FieldDescription* | get_field_description (const LString &field_name) const |
size_t | get_field_count () const |
FieldDescription* | get_field_description (size_t id) const |
size_t | get_proper_field_count () const |
FieldDescription* | get_proper_field_description (size_t id) const |
bool | has_field (const LString &field_name) const |
FieldWrapper | get_field (const LString &field_name) const |
ObjectWrapper | get_object () const |
bool | is_null () const |
Static Public Methods | |
bool | is_aggregate (const ObjectWrapper &obj) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|