OpenWalnut  1.4.0
Public Member Functions
WDataSetTimeSeries::TimeSliceCompare Class Reference

A compare functor for time slices. More...

List of all members.

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.

Detailed Description

A compare functor for time slices.

Definition at line 217 of file WDataSetTimeSeries.h.


Member Function Documentation

bool WDataSetTimeSeries::TimeSliceCompare::operator() ( TimeSlice const &  t0,
TimeSlice const &  t1 
)

Compares the time of two time slices.

Parameters:
t0The first time slice.
t1The other time slice.
Returns:
true, iff the time of the first slice is smaller than that of the other one.

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.

Parameters:
t0The first time slice.
t1The other time slice.
Returns:
true, iff the time of the first slice is smaller than that of the other one.

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.

Parameters:
t0The first time slice.
t1The other time slice.
Returns:
true, iff the time of the first slice is smaller than that of the other one.

Definition at line 197 of file WDataSetTimeSeries.cpp.


The documentation for this class was generated from the following files: