ATLAS Offline Software
Classes | Public Types | Public Member Functions | List of all members
ActsTrk::TrackContainer Class Reference

#include <TrackContainer.h>

Inheritance diagram for ActsTrk::TrackContainer:
Collaboration diagram for ActsTrk::TrackContainer:

Classes

class  IndexingPolicy
 

Public Types

using value_type = ConstTrackProxy
 

Public Member Functions

ConstTrackProxy operator[] (unsigned int index) const
 
bool empty () const
 

Detailed Description

Definition at line 29 of file TrackContainer.h.

Member Typedef Documentation

◆ value_type

using ActsTrk::TrackContainer::value_type = ConstTrackProxy

Definition at line 34 of file TrackContainer.h.

Member Function Documentation

◆ empty()

bool ActsTrk::TrackContainer::empty ( ) const
inline

Definition at line 38 of file TrackContainer.h.

38  {
39  return size() == 0;
40  }

◆ operator[]()

ConstTrackProxy ActsTrk::TrackContainer::operator[] ( unsigned int  index) const
inline

Definition at line 35 of file TrackContainer.h.

35  {
36  return getTrack(index);
37  }

The documentation for this class was generated from the following file:
index
Definition: index.py:1
python.setupRTTAlg.size
int size
Definition: setupRTTAlg.py:39