-
- Downloads
- Introducing NameLookup
API member functions in Scope: Member LookupMember( const std::string & nam ) const; Type LookupType( const std::string & nam ) const; - Using directives adding the possibility to add/remove/use using directives API member functions in Scope: Scope UsingDirectiveAt( size_t nth ) const; size_t UsingDirectiveSize() const; Scope_Iterator UsingDirective_Begin() const; Scope_Iterator UsingDirective_End() const; Reverse_Scope_Iterator UsingDirective_RBegin() const; Reverse_Scope_Iterator UsingDirective_REnd() const; void AddUsingDirective( const Scope & ud ) const; void RemoveUsingDirective( const Scope & ud ) const; git-svn-id: http://root.cern.ch/svn/root/trunk@15376 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- reflex/inc/Reflex/Builder/CollectionProxy.h 1 addition, 3 deletionsreflex/inc/Reflex/Builder/CollectionProxy.h
- reflex/inc/Reflex/Scope.h 113 additions, 1 deletionreflex/inc/Reflex/Scope.h
- reflex/inc/Reflex/ScopeBase.h 112 additions, 9 deletionsreflex/inc/Reflex/ScopeBase.h
- reflex/inc/Reflex/TypeBase.h 4 additions, 3 deletionsreflex/inc/Reflex/TypeBase.h
- reflex/src/NameLookup.cxx 137 additions, 0 deletionsreflex/src/NameLookup.cxx
- reflex/src/NameLookup.h 90 additions, 0 deletionsreflex/src/NameLookup.h
- reflex/src/Scope.cxx 19 additions, 1 deletionreflex/src/Scope.cxx
- reflex/src/ScopeBase.cxx 39 additions, 1 deletionreflex/src/ScopeBase.cxx
Loading
Please register or sign in to comment