#include <Types.h>
Public Member Functions | |
virtual void | clear () |
bool | isValid () const |
bool | isValidFor (Time_t target) const |
Public Attributes | |
Hash | payloadId |
Time_t | since |
Time_t | till |
|
virtual |
Definition at line 10 of file Types.cc.
References cond::time::MAX_VAL(), cond::time::MIN_VAL(), payloadId, since, and till.
Referenced by Vispa.Views.WidgetView.WidgetView::closeEvent(), Vispa.Views.BoxDecayView.BoxDecayView::closeEvent(), Vispa.Share.FindAlgorithm.FindAlgorithm::findUsingFindDialog(), cond::persistency::PayloadProxy< std::vector< cond::Time_t > >::invalidateCache(), Vispa.Views.LineDecayView.LineDecayView::setDataObjects(), Vispa.Views.WidgetView.WidgetView::setDataObjects(), cond::persistency::BasePayloadProxy::setIntervalFor(), BeautifulSoup.Tag::setString(), Vispa.Views.TreeView.TreeView::updateContent(), Vispa.Views.TableView.TableView::updateContent(), Vispa.Views.BoxDecayView.BoxDecayView::updateContent(), and Vispa.Views.PropertyView.PropertyView::updateContent().
bool cond::Iov_t::isValid | ( | void | ) | const |
Definition at line 16 of file Types.cc.
References cond::time::MAX_VAL(), cond::time::MIN_VAL(), payloadId, since, and till.
Referenced by cond::persistency::BasePayloadProxy::isValid().
bool cond::Iov_t::isValidFor | ( | Time_t | target | ) | const |
Definition at line 20 of file Types.cc.
Referenced by cond::persistency::BasePayloadProxy::setIntervalFor().
Hash cond::Iov_t::payloadId |
Definition at line 53 of file Types.h.
Referenced by clear(), cond::persistency::IOVProxy::getLast(), popcon::PopCon::initialize(), isValid(), cond::persistency::PayloadProxy< std::vector< cond::Time_t > >::loadPayload(), cond::persistency::PayloadProxy< std::vector< cond::Time_t > >::make(), cond::persistency::IOVProxy::Iterator::operator*(), cond::persistency::BasePayloadProxy::payloadId(), and cond::service::PoolDBOutputService::tagInfo().
Time_t cond::Iov_t::since |
Definition at line 51 of file Types.h.
Referenced by clear(), cond::persistency::IOVProxy::getLast(), popcon::PopCon::initialize(), isValid(), isValidFor(), cond::persistency::IOVProxy::Iterator::operator*(), cond::persistency::BasePayloadProxy::setIntervalFor(), and cond::service::PoolDBOutputService::tagInfo().
Time_t cond::Iov_t::till |
Definition at line 52 of file Types.h.
Referenced by clear(), cond::persistency::IOVProxy::getLast(), popcon::PopCon::initialize(), isValid(), isValidFor(), cond::persistency::IOVProxy::Iterator::operator*(), cond::persistency::BasePayloadProxy::setIntervalFor(), and cond::service::PoolDBOutputService::tagInfo().