__NIRVANA__() | Reflex::Scope | [static] |
AddBase(const Type &bas, OffsetFunction offsFP, unsigned int modifiers=0) const | Reflex::Scope | [inline] |
AddBase(const Base &b) const | Reflex::Scope | [inline] |
AddDataMember(const Member &dm) const | Reflex::Scope | |
AddDataMember(const char *name, const Type &type, size_t offset, unsigned int modifiers=0, char *interpreterOffset=0) const | Reflex::Scope | |
AddFunctionMember(const Member &fm) const | Reflex::Scope | |
AddFunctionMember(const char *name, const Type &type, StubFunction stubFP, void *stubCtx=0, const char *params=0, unsigned int modifiers=0) const | Reflex::Scope | |
AddMemberTemplate(const MemberTemplate &mt) const | Reflex::Scope | |
AddSubScope(const Scope &sc) const | Reflex::Scope | [inline] |
AddSubScope(const char *scope, TYPE scopeType=NAMESPACE) const | Reflex::Scope | [inline] |
AddSubType(const Type &ty) const | Reflex::Scope | |
AddSubType(const char *type, size_t size, TYPE typeType, const std::type_info &typeInfo, unsigned int modifiers=0) const | Reflex::Scope | |
AddSubTypeTemplate(const TypeTemplate &mt) const | Reflex::Scope | |
AddUsingDirective(const Scope &ud) const | Reflex::Scope | [inline] |
Base_Begin() const | Reflex::Scope | [inline] |
Base_End() const | Reflex::Scope | [inline] |
Base_RBegin() const | Reflex::Scope | [inline] |
Base_REnd() const | Reflex::Scope | [inline] |
BaseAt(size_t nth) const | Reflex::Scope | |
BaseSize() const | Reflex::Scope | |
ByName(const std::string &name) | Reflex::Scope | [static] |
DataMember_Begin(EMEMBERQUERY inh=INHERITEDMEMBERS_DEFAULT) const | Reflex::Scope | [inline] |
DataMember_End(EMEMBERQUERY inh=INHERITEDMEMBERS_DEFAULT) const | Reflex::Scope | [inline] |
DataMember_RBegin(EMEMBERQUERY inh=INHERITEDMEMBERS_DEFAULT) const | Reflex::Scope | [inline] |
DataMember_REnd(EMEMBERQUERY inh=INHERITEDMEMBERS_DEFAULT) const | Reflex::Scope | [inline] |
DataMemberAt(size_t nth, EMEMBERQUERY inh=INHERITEDMEMBERS_DEFAULT) const | Reflex::Scope | |
DataMemberByName(const std::string &name, EMEMBERQUERY inh=INHERITEDMEMBERS_DEFAULT) const | Reflex::Scope | |
DataMemberSize(EMEMBERQUERY inh=INHERITEDMEMBERS_DEFAULT) const | Reflex::Scope | |
DeclaringScope() const | Reflex::Scope | [inline] |
fScopeName | Reflex::Scope | [private] |
FunctionMember_Begin(EMEMBERQUERY inh=INHERITEDMEMBERS_DEFAULT) const | Reflex::Scope | [inline] |
FunctionMember_End(EMEMBERQUERY inh=INHERITEDMEMBERS_DEFAULT) const | Reflex::Scope | [inline] |
FunctionMember_RBegin(EMEMBERQUERY inh=INHERITEDMEMBERS_DEFAULT) const | Reflex::Scope | [inline] |
FunctionMember_REnd(EMEMBERQUERY inh=INHERITEDMEMBERS_DEFAULT) const | Reflex::Scope | [inline] |
FunctionMemberAt(size_t nth, EMEMBERQUERY inh=INHERITEDMEMBERS_DEFAULT) const | Reflex::Scope | |
FunctionMemberByName(const std::string &name, EMEMBERQUERY inh=INHERITEDMEMBERS_DEFAULT, EDELAYEDLOADSETTING allowDelayedLoad=DELAYEDLOAD_ON) const | Reflex::Scope | |
FunctionMemberByName(const std::string &name, const Type &signature, unsigned int modifers_mask=0, EMEMBERQUERY inh=INHERITEDMEMBERS_DEFAULT, EDELAYEDLOADSETTING allowDelayedLoad=DELAYEDLOAD_ON) const | Reflex::Scope | |
FunctionMemberByNameAndSignature(const std::string &name, const Type &signature, unsigned int modifers_mask=0, EMEMBERQUERY inh=INHERITEDMEMBERS_DEFAULT, EDELAYEDLOADSETTING allowDelayedLoad=DELAYEDLOAD_ON) const | Reflex::Scope | |
FunctionMemberSize(EMEMBERQUERY inh=INHERITEDMEMBERS_DEFAULT) const | Reflex::Scope | |
GenerateDict(DictionaryGenerator &generator) const | Reflex::Scope | |
GlobalScope() | Reflex::Scope | [inline, static] |
HasBase(const Type &cl) const | Reflex::Scope | |
Id() const | Reflex::Scope | [inline] |
IsClass() const | Reflex::Scope | [inline] |
IsEnum() const | Reflex::Scope | [inline] |
IsNamespace() const | Reflex::Scope | [inline] |
IsPrivate() const | Reflex::Scope | |
IsProtected() const | Reflex::Scope | |
IsPublic() const | Reflex::Scope | |
IsTemplateInstance() const | Reflex::Scope | [inline] |
IsTopScope() const | Reflex::Scope | [inline] |
IsUnion() const | Reflex::Scope | [inline] |
LookupMember(const std::string &nam) const | Reflex::Scope | |
LookupScope(const std::string &nam) const | Reflex::Scope | |
LookupType(const std::string &nam) const | Reflex::Scope | |
Member_Begin(EMEMBERQUERY inh=INHERITEDMEMBERS_DEFAULT) const | Reflex::Scope | |
Member_End(EMEMBERQUERY inh=INHERITEDMEMBERS_DEFAULT) const | Reflex::Scope | |
Member_RBegin(EMEMBERQUERY inh=INHERITEDMEMBERS_DEFAULT) const | Reflex::Scope | |
Member_REnd(EMEMBERQUERY inh=INHERITEDMEMBERS_DEFAULT) const | Reflex::Scope | |
MemberAt(size_t nth, EMEMBERQUERY inh=INHERITEDMEMBERS_DEFAULT) const | Reflex::Scope | |
MemberByName(const std::string &name, EMEMBERQUERY inh=INHERITEDMEMBERS_DEFAULT) const | Reflex::Scope | |
MemberByName(const std::string &name, const Type &signature, EMEMBERQUERY inh=INHERITEDMEMBERS_DEFAULT) const | Reflex::Scope | |
MemberSize(EMEMBERQUERY inh=INHERITEDMEMBERS_DEFAULT) const | Reflex::Scope | [inline] |
MemberTemplate_Begin() const | Reflex::Scope | [inline] |
MemberTemplate_End() const | Reflex::Scope | [inline] |
MemberTemplate_RBegin() const | Reflex::Scope | [inline] |
MemberTemplate_REnd() const | Reflex::Scope | [inline] |
MemberTemplateAt(size_t nth) const | Reflex::Scope | |
MemberTemplateByName(const std::string &nam) const | Reflex::Scope | |
MemberTemplateSize() const | Reflex::Scope | |
Name(unsigned int mod=0) const | Reflex::Scope | |
Name_c_str() const | Reflex::Scope | [inline] |
operator bool() const | Reflex::Scope | [inline] |
operator Type() const | Reflex::Scope | |
operator!=(const Scope &rh) const | Reflex::Scope | [inline] |
Properties() const | Reflex::Scope | [inline] |
RemoveDataMember(const Member &dm) const | Reflex::Scope | |
RemoveFunctionMember(const Member &fm) const | Reflex::Scope | |
RemoveMemberTemplate(const MemberTemplate &mt) const | Reflex::Scope | |
RemoveSubScope(const Scope &sc) const | Reflex::Scope | [inline] |
RemoveSubType(const Type &ty) const | Reflex::Scope | |
RemoveSubTypeTemplate(const TypeTemplate &tt) const | Reflex::Scope | |
RemoveUsingDirective(const Scope &ud) const | Reflex::Scope | [inline] |
Scope(const ScopeName *scopeName=0) | Reflex::Scope | [inline] |
Scope(const Scope &rh) | Reflex::Scope | [inline] |
Scope_Begin() | Reflex::Scope | [inline, static] |
Scope_End() | Reflex::Scope | [inline, static] |
Scope_RBegin() | Reflex::Scope | [inline, static] |
Scope_REnd() | Reflex::Scope | [inline, static] |
ScopeAt(size_t nth) | Reflex::Scope | [static] |
ScopeSize() | Reflex::Scope | [static] |
ScopeType() const | Reflex::Scope | [inline] |
ScopeTypeAsString() const | Reflex::Scope | [inline] |
SubScope_Begin() const | Reflex::Scope | [inline] |
SubScope_End() const | Reflex::Scope | [inline] |
SubScope_RBegin() const | Reflex::Scope | [inline] |
SubScope_REnd() const | Reflex::Scope | [inline] |
SubScopeAt(size_t nth) const | Reflex::Scope | [inline] |
SubScopeByName(const std::string &nam) const | Reflex::Scope | [inline] |
SubScopeLevel() const | Reflex::Scope | [inline] |
SubScopeSize() const | Reflex::Scope | [inline] |
SubType_Begin() const | Reflex::Scope | [inline] |
SubType_End() const | Reflex::Scope | [inline] |
SubType_RBegin() const | Reflex::Scope | [inline] |
SubType_REnd() const | Reflex::Scope | [inline] |
SubTypeAt(size_t nth) const | Reflex::Scope | |
SubTypeByName(const std::string &nam) const | Reflex::Scope | |
SubTypeSize() const | Reflex::Scope | |
SubTypeTemplate_Begin() const | Reflex::Scope | [inline] |
SubTypeTemplate_End() const | Reflex::Scope | [inline] |
SubTypeTemplate_RBegin() const | Reflex::Scope | [inline] |
SubTypeTemplate_REnd() const | Reflex::Scope | [inline] |
SubTypeTemplateAt(size_t nth) const | Reflex::Scope | |
SubTypeTemplateByName(const std::string &nam) const | Reflex::Scope | |
SubTypeTemplateSize() const | Reflex::Scope | |
TemplateArgument_Begin() const | Reflex::Scope | |
TemplateArgument_End() const | Reflex::Scope | |
TemplateArgument_RBegin() const | Reflex::Scope | |
TemplateArgument_REnd() const | Reflex::Scope | |
TemplateArgumentAt(size_t nth) const | Reflex::Scope | |
TemplateArgumentSize() const | Reflex::Scope | |
TemplateFamily() const | Reflex::Scope | |
ToScopeBase() const | Reflex::Scope | [inline] |
Unload() const | Reflex::Scope | |
UpdateMembers() const | Reflex::Scope | |
UsingDirective_Begin() const | Reflex::Scope | [inline] |
UsingDirective_End() const | Reflex::Scope | [inline] |
UsingDirective_RBegin() const | Reflex::Scope | [inline] |
UsingDirective_REnd() const | Reflex::Scope | [inline] |
UsingDirectiveAt(size_t nth) const | Reflex::Scope | [inline] |
UsingDirectiveSize() const | Reflex::Scope | [inline] |
~Scope() | Reflex::Scope | [inline] |