#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 49 of file PopConSourceHandler.h.
|
inline |
Definition at line 51 of file PopConSourceHandler.h.
|
inline |
Definition at line 52 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 56 of file PopConSourceHandler.h.
|
inline |
Definition at line 59 of file PopConSourceHandler.h.
|
inline |
Definition at line 77 of file PopConSourceHandler.h.
References popcon::PopConSourceHandler< T >::Ref::ptr().
|
inline |
Definition at line 73 of file PopConSourceHandler.h.
References popcon::PopConSourceHandler< T >::Ref::ptr().
|
inline |
Definition at line 63 of file PopConSourceHandler.h.
References popcon::PopConSourceHandler< T >::Ref::m_d, and popcon::PopConSourceHandler< T >::Ref::m_dbsession.
|
inline |
Definition at line 69 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 85 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 84 of file PopConSourceHandler.h.
Referenced by popcon::PopConSourceHandler< T >::Ref::operator=(), and popcon::PopConSourceHandler< T >::Ref::Ref().