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