#include <VerifyState.h>
Public Member Functions | |
bool | consistentWith (std::string &sourceId) const |
bool | selfConsistent () const |
VerifyState (cond::TagInfo const &tagInfo, cond::LogDBEntry const &logDBEntry) | |
Private Attributes | |
cond::LogDBEntry const & | m_logDBEntry |
cond::TagInfo const & | m_tagInfo |
Verify the consistency between conddb and the log
Definition at line 17 of file VerifyState.h.
popcon::VerifyState::VerifyState | ( | cond::TagInfo const & | tagInfo, |
cond::LogDBEntry const & | logDBEntry | ||
) | [inline] |
Definition at line 19 of file VerifyState.h.
: m_tagInfo(tagInfo), m_logDBEntry(logDBEntry){}
bool popcon::VerifyState::consistentWith | ( | std::string & | sourceId | ) | const |
bool popcon::VerifyState::selfConsistent | ( | ) | const |
cond::LogDBEntry const& popcon::VerifyState::m_logDBEntry [private] |
Definition at line 37 of file VerifyState.h.
cond::TagInfo const& popcon::VerifyState::m_tagInfo [private] |
Definition at line 35 of file VerifyState.h.