OpenWalnut
1.4.0
|
A compare functor for time slices. More...
Public Member Functions | |
bool | operator() (TimeSlice const &t0, TimeSlice const &t1) |
Compares the time of two time slices. | |
bool | operator() (float const &t0, TimeSlice const &t1) |
Compares the time of two time slices. | |
bool | operator() (TimeSlice const &t0, float const &t1) |
Compares the time of two time slices. |
A compare functor for time slices.
Definition at line 217 of file WDataSetTimeSeries.h.
bool WDataSetTimeSeries::TimeSliceCompare::operator() | ( | TimeSlice const & | t0, |
TimeSlice const & | t1 | ||
) |
Compares the time of two time slices.
t0 | The first time slice. |
t1 | The other time slice. |
Definition at line 187 of file WDataSetTimeSeries.cpp.
bool WDataSetTimeSeries::TimeSliceCompare::operator() | ( | float const & | t0, |
TimeSlice const & | t1 | ||
) |
Compares the time of two time slices.
t0 | The first time slice. |
t1 | The other time slice. |
Definition at line 192 of file WDataSetTimeSeries.cpp.
bool WDataSetTimeSeries::TimeSliceCompare::operator() | ( | TimeSlice const & | t0, |
float const & | t1 | ||
) |
Compares the time of two time slices.
t0 | The first time slice. |
t1 | The other time slice. |
Definition at line 197 of file WDataSetTimeSeries.cpp.