![]() |
![]() |
#include <KeyListProxy.h>
Public Types | |
typedef std::vector< cond::Time_t > | DataT |
typedef PayloadProxy< DataT > | super |
Public Member Functions | |
virtual void | invalidateCache () |
virtual void | loadMore (CondGetter const &getter) |
const cond::KeyList & | operator() () const |
PayloadProxy (cond::DbSession &session, const std::string &token, bool errorPolicy, const char *source=0) | |
virtual | ~PayloadProxy () |
Protected Member Functions | |
virtual bool | load (DbSession &sess, std::string const &token) |
Private Attributes | |
std::string | m_name |
KeyList | me |
Definition at line 11 of file KeyListProxy.h.
typedef std::vector<cond::Time_t> cond::PayloadProxy< cond::KeyList >::DataT |
Definition at line 13 of file KeyListProxy.h.
typedef PayloadProxy<DataT> cond::PayloadProxy< cond::KeyList >::super |
Definition at line 14 of file KeyListProxy.h.
cond::PayloadProxy< cond::KeyList >::PayloadProxy | ( | cond::DbSession & | session, |
const std::string & | token, | ||
bool | errorPolicy, | ||
const char * | source = 0 |
||
) | [inline] |
Reimplemented from cond::PayloadProxy< std::vector< cond::Time_t > >.
Definition at line 16 of file KeyListProxy.h.
References LaserTracksInput_cfi::source.
virtual cond::PayloadProxy< cond::KeyList >::~PayloadProxy | ( | ) | [inline, virtual] |
Reimplemented from cond::PayloadProxy< std::vector< cond::Time_t > >.
Definition at line 22 of file KeyListProxy.h.
{}
virtual void cond::PayloadProxy< cond::KeyList >::invalidateCache | ( | ) | [inline, virtual] |
Reimplemented from cond::PayloadProxy< std::vector< cond::Time_t > >.
Definition at line 29 of file KeyListProxy.h.
References cond::PayloadProxy< DataT >::invalidateCache().
{ super::invalidateCache(); }
virtual bool cond::PayloadProxy< cond::KeyList >::load | ( | DbSession & | sess, |
std::string const & | token | ||
) | [inline, protected, virtual] |
Reimplemented from cond::PayloadProxy< std::vector< cond::Time_t > >.
Definition at line 39 of file KeyListProxy.h.
References cond::PayloadProxy< DataT >::load(), convertSQLiteXML::ok, and cmsCodeRules::cppFunctionSkipper::operator.
{ bool ok = super::load(sess, token); me.load(super::operator()()); return ok; }
virtual void cond::PayloadProxy< cond::KeyList >::loadMore | ( | CondGetter const & | getter | ) | [inline, virtual] |
Reimplemented from cond::BasePayloadProxy.
Definition at line 33 of file KeyListProxy.h.
References cond::CondGetter::get().
const cond::KeyList& cond::PayloadProxy< cond::KeyList >::operator() | ( | ) | const [inline] |
Reimplemented from cond::PayloadProxy< std::vector< cond::Time_t > >.
Definition at line 25 of file KeyListProxy.h.
{ return me; }
std::string cond::PayloadProxy< cond::KeyList >::m_name [private] |
Definition at line 47 of file KeyListProxy.h.
KeyList cond::PayloadProxy< cond::KeyList >::me [private] |
Definition at line 49 of file KeyListProxy.h.