#include <TimeRange.h>
Public Member Functions | |
| TimeRange (double start=0, double end=0) | |
| Default constructor. More... | |
| ~TimeRange () | |
| Default destructor. More... | |
| void | SetRange (double start, double end) |
| double | Start () const |
| double | End () const |
| bool | operator< (const TimeRange &rhs) const |
| bool | operator< (const double &rhs) const |
Private Attributes | |
| double | _start |
| double | _end |
User defined class TimeRange ... these comments are used to generate doxygen documentation!
Definition at line 30 of file TimeRange.h.
|
inline |
|
inline |
|
inline |
Definition at line 50 of file TimeRange.h.
|
inline |
Definition at line 52 of file TimeRange.h.
|
inline |
Definition at line 58 of file TimeRange.h.
|
inline |
Definition at line 41 of file TimeRange.h.
|
inline |
Definition at line 48 of file TimeRange.h.
|
private |
Definition at line 67 of file TimeRange.h.
|
private |
Definition at line 66 of file TimeRange.h.
1.8.5