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

Construct the information for a base. The pointer to the base class (type Class) is set to 0 initially and set on first access.