Belle II Software light-2406-ragdoll
RelationIndexBase Class Referenceabstract

Baseclass for all RelationIndexContainers. More...

#include <RelationIndexContainer.h>

Inheritance diagram for RelationIndexBase:

Public Member Functions

virtual ~RelationIndexBase ()
 Virtual destructor to create vtable.
 
virtual void clear ()=0
 Clear the index (at the end of the event)
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ~RelationIndexBase()

virtual ~RelationIndexBase ( )
inlinevirtual

Virtual destructor to create vtable.

Definition at line 35 of file RelationIndexContainer.h.

35{}

Member Function Documentation

◆ clear()

virtual void clear ( )
pure virtual

Clear the index (at the end of the event)

Implemented in RelationIndexContainer< FROM, TO >.


The documentation for this class was generated from the following file: