Definition at line 128 of file Replay.h.
◆ ReplaySpan() [1/3]
Initializes empty span.
Definition at line 135 of file Replay.h.
◆ ReplaySpan() [2/3]
Initializes the instance according to the given bounds.
Definition at line 143 of file Replay.h.
◆ ReplaySpan() [3/3]
Initializes the instance as a copy of the other one.
Definition at line 153 of file Replay.h.
◆ begin() [1/2]
Indicates the beginning of the range.
Definition at line 178 of file Replay.h.
◆ begin() [2/2]
Updates the beginning of the range.
Definition at line 185 of file Replay.h.
◆ contain()
bool contain |
( |
const Timestamp & | timestamp | ) |
const |
|
inline |
Indicates whether the given timestamp belongs to the given time span.
Definition at line 169 of file Replay.h.
◆ empty()
Indicates whether span is empty or not.
Definition at line 161 of file Replay.h.
◆ end() [1/2]
Indicates the end of the range.
Definition at line 192 of file Replay.h.
◆ end() [2/2]
Indicates the end of the range.
Definition at line 199 of file Replay.h.
◆ operator=()
Re-initializes as a copy of the other one.
Definition at line 207 of file Replay.h.