Public Member Functions | |
time_range () | |
time_range (const struct timeval &start, const Delta_Time &delta) | |
time_range (const struct time_range &other) | |
bool | overlaps_end_of (const struct time_range &other) const throw () |
bool | overlaps_start_of (const struct time_range &other) const throw () |
bool | contains (const struct time_range &other) const throw () |
bool | contained_by (const struct time_range &other) const throw () |
time_range & | operator= (const struct time_range &other) |
time_range | merge (const struct time_range &other) |
Public Attributes | |
timeval start_time | end_time |
|
Definition at line 343 of file read_lock_timing.C. |
|
Definition at line 350 of file read_lock_timing.C. |
|
Definition at line 354 of file read_lock_timing.C. References end_time. |
|
Definition at line 379 of file read_lock_timing.C. Referenced by Time_Ranges::add_range(). |
|
Definition at line 374 of file read_lock_timing.C. References overlaps_end_of(), and overlaps_start_of(). |
|
Definition at line 394 of file read_lock_timing.C. References end_time, and overlaps_start_of(). Referenced by Time_Ranges::add_range(). |
|
Definition at line 384 of file read_lock_timing.C. |
|
Definition at line 362 of file read_lock_timing.C. Referenced by Time_Ranges::add_range(), contains(), and Time_Ranges::in_range(). |
|
Definition at line 368 of file read_lock_timing.C. Referenced by Time_Ranges::add_range(), contains(), Time_Ranges::in_range(), and merge(). |
|
Definition at line 342 of file read_lock_timing.C. Referenced by merge(), and time_range(). |