#include <ITimeIOV.h>
|
virtual void | fetchAt (IIOV *fillIOV, const Tm eventTm, ITag *tag) const noexcept(false)=0 |
|
virtual void | fetchWithin (std::vector< IIOV * > *fillVec, const Tm beginTm, const Tm endTm, ITag *tag) const noexcept(false)=0 |
|
Definition at line 11 of file ITimeIOV.h.
◆ fetchAt()
virtual void ITimeIOV::fetchAt |
( |
IIOV * |
fillIOV, |
|
|
const Tm |
eventTm, |
|
|
ITag * |
tag |
|
) |
| const |
|
pure virtualnoexcept |
◆ fetchWithin()
virtual void ITimeIOV::fetchWithin |
( |
std::vector< IIOV * > * |
fillVec, |
|
|
const Tm |
beginTm, |
|
|
const Tm |
endTm, |
|
|
ITag * |
tag |
|
) |
| const |
|
pure virtualnoexcept |