![]() |
OGS
|
Class for a time interval, which has a member to check whether the given time is in this time interval.
Definition at line 23 of file TimeInterval.h.
#include <TimeInterval.h>
Public Member Functions | |
| bool | contains (const double current_time) const |
Public Attributes | |
| double | start_time |
| double | end_time |
|
inline |
| double BaseLib::TimeInterval::end_time |
Definition at line 32 of file TimeInterval.h.
Referenced by contains().
| double BaseLib::TimeInterval::start_time |
Definition at line 31 of file TimeInterval.h.
Referenced by contains().