virtual | ~Base() |
Reflex::Base | Base() |
Reflex::Base | Base(const Reflex::Base&) |
Reflex::Base | Base(const Reflex::Type& baseType, Reflex::OffsetFunction offsetFP, unsigned int modifiers = 0) |
bool | IsPrivate() const |
bool | IsProtected() const |
bool | IsPublic() const |
bool | IsVirtual() const |
string | Name(unsigned int mod = 0) const |
size_t | Offset(void* mem = 0) const |
Reflex::OffsetFunction | OffsetFP() const |
bool | operator bool() const |
Reflex::Scope | ToScope() const |
Reflex::Type | ToType() const |
const Reflex::Class* | fBaseClass | |
Reflex::Type | fBaseType | |
unsigned int | fModifiers | |
Reflex::OffsetFunction | fOffsetFP |
Construct the information for a base. The pointer to the base class (type Class) is set to 0 initially and set on first access.