#include <Interval.h>
Public Member Functions | |
void | addInterval (const Interval< TimeType, PayloadType > &interval) |
void | clear () |
const Interval< TimeType, PayloadType > & | find (const TimeType &time) const |
Protected Types | |
typedef std::map< TimeType, Interval< TimeType, PayloadType > > | IntervalMap |
Protected Attributes | |
IntervalMap | intervalMap |
Definition at line 76 of file Interval.h.
|
protected |
Definition at line 95 of file Interval.h.
|
inline |
Definition at line 81 of file Interval.h.
References readEcalDQMStatus::interval, and l1t::IntervalManager< TimeType, PayloadType >::intervalMap.
|
inline |
Definition at line 86 of file Interval.h.
References l1t::IntervalManager< TimeType, PayloadType >::intervalMap.
Referenced by BeautifulSoup.Tag::setString().
const Interval<TimeType, PayloadType>& l1t::IntervalManager< TimeType, PayloadType >::find | ( | const TimeType & | time | ) | const |
Referenced by BeautifulSoup.Tag::__getattr__(), and BeautifulSoup.Tag::firstText().
|
protected |
Definition at line 96 of file Interval.h.
Referenced by l1t::IntervalManager< TimeType, PayloadType >::addInterval(), and l1t::IntervalManager< TimeType, PayloadType >::clear().