#include <PopConSourceHandler.h>
Public Member Functions | |
T const & | operator* () const |
T const * | operator-> () const |
Ref & | operator= (const Ref &ref) |
T const * | ptr () const |
Ref () | |
Ref (cond::persistency::Session &dbsession, const std::string &hash) | |
Ref (const Ref &ref) | |
~Ref () | |
Private Attributes | |
boost::shared_ptr< T > | m_d |
cond::persistency::Session | m_dbsession |
Definition at line 54 of file PopConSourceHandler.h.
|
inline |
Definition at line 56 of file PopConSourceHandler.h.
|
inline |
Definition at line 57 of file PopConSourceHandler.h.
References cond::persistency::Session::fetchPayload(), cond::hash, popcon::PopConSourceHandler< T >::Ref::m_d, and popcon::PopConSourceHandler< T >::Ref::m_dbsession.
|
inline |
Definition at line 61 of file PopConSourceHandler.h.
|
inline |
Definition at line 64 of file PopConSourceHandler.h.
|
inline |
Definition at line 82 of file PopConSourceHandler.h.
References popcon::PopConSourceHandler< T >::Ref::ptr().
|
inline |
Definition at line 78 of file PopConSourceHandler.h.
References popcon::PopConSourceHandler< T >::Ref::ptr().
|
inline |
Definition at line 68 of file PopConSourceHandler.h.
References popcon::PopConSourceHandler< T >::Ref::m_d, and popcon::PopConSourceHandler< T >::Ref::m_dbsession.
|
inline |
Definition at line 74 of file PopConSourceHandler.h.
References popcon::PopConSourceHandler< T >::Ref::m_d.
Referenced by popcon::PopConSourceHandler< T >::Ref::operator*(), and popcon::PopConSourceHandler< T >::Ref::operator->().
|
private |
Definition at line 90 of file PopConSourceHandler.h.
Referenced by popcon::PopConSourceHandler< T >::Ref::operator=(), popcon::PopConSourceHandler< T >::Ref::ptr(), and popcon::PopConSourceHandler< T >::Ref::Ref().
|
private |
Definition at line 89 of file PopConSourceHandler.h.
Referenced by popcon::PopConSourceHandler< T >::Ref::operator=(), and popcon::PopConSourceHandler< T >::Ref::Ref().