AthLinks: Implement thin() for GenericElementLinkBase.
AthLinks: Implement thin() for GenericElementLinkBase. This way, all ELs will have a thin() method. If thinning can't actually be supported (the index is not integral for example) then we give a runtime error. thin() should not actually be called in those cases, but it's needed for the compilation of some virtual functions. Also update ElementLink documentation to say that thin() is required of the base class, and add a proper test for ElementLinkBase::thin().
parent
89bb9a64
No related branches found
No related tags found
Showing
- Control/AthLinks/AthLinks/ElementLink.h 4 additions, 1 deletionControl/AthLinks/AthLinks/ElementLink.h
- Control/AthLinks/AthLinks/GenericElementLinkBase.h 69 additions, 1 deletionControl/AthLinks/AthLinks/GenericElementLinkBase.h
- Control/AthLinks/AthLinks/GenericElementLinkBase.icc 95 additions, 2 deletionsControl/AthLinks/AthLinks/GenericElementLinkBase.icc
- Control/AthLinks/AthLinks/exceptions.h 35 additions, 1 deletionControl/AthLinks/AthLinks/exceptions.h
- Control/AthLinks/share/GenericElementLinkBase_test.ref 1 addition, 0 deletionsControl/AthLinks/share/GenericElementLinkBase_test.ref
- Control/AthLinks/share/exceptions_test.ref 1 addition, 0 deletionsControl/AthLinks/share/exceptions_test.ref
- Control/AthLinks/src/exceptions.cxx 45 additions, 3 deletionsControl/AthLinks/src/exceptions.cxx
- Control/AthLinks/test/ElementLinkBase_test.cxx 11 additions, 1 deletionControl/AthLinks/test/ElementLinkBase_test.cxx
- Control/AthLinks/test/GenericElementLinkBase_test.cxx 38 additions, 1 deletionControl/AthLinks/test/GenericElementLinkBase_test.cxx
- Control/AthLinks/test/exceptions_test.cxx 2 additions, 1 deletionControl/AthLinks/test/exceptions_test.cxx
Loading
Please register or sign in to comment