Belle II Software development
|
Baseclass for all RelationIndexContainers. More...
#include <RelationIndexContainer.h>
Public Member Functions | |
virtual | ~RelationIndexBase () |
Virtual destructor to create vtable. | |
virtual void | clear ()=0 |
Clear the index (at the end of the event) | |
Baseclass for all RelationIndexContainers.
This is an empty baseclass to allow storage of all template specializations to be stored in the same map
This class is only used internally, users should use RelationsObject/RelationsInterface to access/add relations.
Definition at line 31 of file RelationIndexContainer.h.
|
inlinevirtual |
|
pure virtual |
Clear the index (at the end of the event)
Implemented in RelationIndexContainer< FROM, TO >.