Belle II Software  release-08-01-10
RelationIndexContainer< FROM, TO >::Element Struct Reference

Element type for the index. More...

#include <RelationIndexContainer.h>

Public Member Functions

 Element (RelationElement::index_type indexFrom_, RelationElement::index_type indexTo_, const FROM *from_, const TO *to_, RelationElement::weight_type weight_)
 Create a new element.
 

Public Attributes

RelationElement::index_type indexFrom
 index of the element from which the relation points.
 
RelationElement::index_type indexTo
 index of the element to which the relation points.
 
const FROM * from
 pointer of the element from which the relation points.
 
const TO * to
 pointer of the element to which the relation points.
 
RelationElement::weight_type weight
 weight of the relation.
 

Detailed Description

template<class FROM, class TO>
struct Belle2::RelationIndexContainer< FROM, TO >::Element

Element type for the index.

Definition at line 54 of file RelationIndexContainer.h.


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