#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 | |
std::shared_ptr< T > | m_d |
cond::persistency::Session | m_dbsession |
Definition at line 50 of file PopConSourceHandler.h.
|
inline |
Definition at line 52 of file PopConSourceHandler.h.
|
inline |
Definition at line 53 of file PopConSourceHandler.h.
References cond::hash.
|
inline |
Definition at line 57 of file PopConSourceHandler.h.
|
inline |
Definition at line 60 of file PopConSourceHandler.h.
|
inline |
Definition at line 78 of file PopConSourceHandler.h.
|
inline |
Definition at line 74 of file PopConSourceHandler.h.
|
inline |
Definition at line 64 of file PopConSourceHandler.h.
References popcon::PopConSourceHandler< T >::Ref::m_d, and popcon::PopConSourceHandler< T >::Ref::m_dbsession.
|
inline |
Definition at line 70 of file PopConSourceHandler.h.
|
private |
Definition at line 86 of file PopConSourceHandler.h.
Referenced by popcon::PopConSourceHandler< T >::Ref::operator=().
|
private |
Definition at line 85 of file PopConSourceHandler.h.
Referenced by popcon::PopConSourceHandler< T >::Ref::operator=().