#include <PoolDBOutputService.h>
Public Member Functions | |
GetTokenFromPointer (T *p) | |
virtual std::string | operator() (cond::DbSession &pooldb) const |
Static Public Member Functions | |
static std::string | classNameForPointer (T *pointer) |
Public Attributes | |
T * | m_p |
Definition at line 68 of file PoolDBOutputService.h.
|
inlineexplicit |
Definition at line 76 of file PoolDBOutputService.h.
|
inlinestatic |
Definition at line 71 of file PoolDBOutputService.h.
References cond::classNameForTypeId().
Referenced by cond::service::GetTokenFromPointer< T >::operator()().
|
inlinevirtual |
Implements cond::service::GetToken.
Definition at line 79 of file PoolDBOutputService.h.
References cond::className(), cond::service::GetTokenFromPointer< T >::classNameForPointer(), cond::service::GetTokenFromPointer< T >::m_p, cond::DbSession::storeObject(), and AlCaHLTBitMon_QueryRunRegistry::string.
T* cond::service::GetTokenFromPointer< T >::m_p |
Definition at line 84 of file PoolDBOutputService.h.
Referenced by cond::service::GetTokenFromPointer< T >::operator()().