#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 l1t::Interval< TimeType, PayloadType >::start().
|
inline |
Definition at line 86 of file Interval.h.
References spr::find(), and protons_cff::time.
Referenced by Vispa.Views.WidgetView.WidgetView::closeEvent(), Vispa.Views.BoxDecayView.BoxDecayView::closeEvent(), Vispa.Share.FindAlgorithm.FindAlgorithm::findUsingFindDialog(), Vispa.Views.LineDecayView.LineDecayView::setDataObjects(), Vispa.Views.WidgetView.WidgetView::setDataObjects(), BeautifulSoup.Tag::setString(), Vispa.Views.TreeView.TreeView::updateContent(), Vispa.Views.TableView.TableView::updateContent(), Vispa.Views.BoxDecayView.BoxDecayView::updateContent(), and Vispa.Views.PropertyView.PropertyView::updateContent().
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.