#include <ITimeIOV.h>
List of all members.
Public Member Functions |
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) |
Detailed Description
Definition at line 11 of file ITimeIOV.h.
Member Function Documentation
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] |