-
- Downloads
new const TYPE& Dummy::Get<TYPE>(), use for all Dummy::Whatever() functions
iterator typedefs are now const_iterator typedefs Re-write NameLookup as a templated func to prevent code dumplication - now implemented for Scopes and Types. Add forwarders to Scope/ScopeBase. Add private op int() to Scope and Type, to catch Scope/tagnum and Type/typenum conversions in cint.merge_reflex. Protected by #ifdef REFLEX_CINT_MERGE git-svn-id: http://root.cern.ch/svn/root/trunk@16122 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- reflex/inc/Reflex/Kernel.h 27 additions, 25 deletionsreflex/inc/Reflex/Kernel.h
- reflex/inc/Reflex/Scope.h 41 additions, 1 deletionreflex/inc/Reflex/Scope.h
- reflex/inc/Reflex/Type.h 33 additions, 2 deletionsreflex/inc/Reflex/Type.h
- reflex/inc/Reflex/internal/ScopeBase.h 11 additions, 1 deletionreflex/inc/Reflex/internal/ScopeBase.h
- reflex/src/Kernel.cxx 32 additions, 41 deletionsreflex/src/Kernel.cxx
- reflex/src/NameLookup.cxx 45 additions, 20 deletionsreflex/src/NameLookup.cxx
- reflex/src/NameLookup.h 8 additions, 18 deletionsreflex/src/NameLookup.h
- reflex/src/Scope.cxx 22 additions, 1 deletionreflex/src/Scope.cxx
- reflex/src/ScopeBase.cxx 12 additions, 2 deletionsreflex/src/ScopeBase.cxx
- reflex/src/Type.cxx 11 additions, 1 deletionreflex/src/Type.cxx
Loading
Please register or sign in to comment