ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
pool::DbObjectHolder Struct Reference

#include <DbContainerObj.h>

Collaboration diagram for pool::DbObjectHolder:

Public Member Functions

 DbObjectHolder (DbObject *p)
 
int release ()
 

Public Attributes

DbObjectm_obj
 

Detailed Description

Definition at line 45 of file DbContainerObj.h.

Constructor & Destructor Documentation

◆ DbObjectHolder()

pool::DbObjectHolder::DbObjectHolder ( DbObject p)
inline

Definition at line 47 of file DbContainerObj.h.

47 : m_obj(p) {}

Member Function Documentation

◆ release()

int pool::DbObjectHolder::release ( )

Member Data Documentation

◆ m_obj

DbObject* pool::DbObjectHolder::m_obj

Definition at line 46 of file DbContainerObj.h.


The documentation for this struct was generated from the following file:
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
pool::DbObjectHolder::m_obj
DbObject * m_obj
Definition: DbContainerObj.h:46