The Gaudi Framework  v31r0 (aeb156f0)
KeyedContainer< DATATYPE, MAPPING >::_RemoveRelease Struct Reference

Internal functor for insertion of objects. More...

Collaboration diagram for KeyedContainer< DATATYPE, MAPPING >::_RemoveRelease:

Public Member Functions

 _RemoveRelease (ObjectContainerBase *p)
 
void operator() (value_type p)
 

Public Attributes

ObjectContainerBasem_obj
 

Detailed Description

template<class DATATYPE, class MAPPING = Containers::HashMap>
struct KeyedContainer< DATATYPE, MAPPING >::_RemoveRelease

Internal functor for insertion of objects.

Definition at line 155 of file KeyedContainer.h.

Constructor & Destructor Documentation

template<class DATATYPE, class MAPPING = Containers::HashMap>
KeyedContainer< DATATYPE, MAPPING >::_RemoveRelease::_RemoveRelease ( ObjectContainerBase p)
inline

Definition at line 157 of file KeyedContainer.h.

157 : m_obj( p ) {}
ObjectContainerBase * m_obj

Member Function Documentation

template<class DATATYPE, class MAPPING = Containers::HashMap>
void KeyedContainer< DATATYPE, MAPPING >::_RemoveRelease::operator() ( value_type  p)
inline

Definition at line 158 of file KeyedContainer.h.

158  {
159  const ObjectContainerBase* par = p->parent();
160  if ( par == m_obj ) { p->setParent( 0 ); }
161  traits::release( p );
162  }
ObjectContainerBase * m_obj
static long release(obj_type *v)
Release reference to object.
Definition: KeyedTraits.h:103
ObjectContainerBase is the base class for Gaudi container classes.

Member Data Documentation

template<class DATATYPE, class MAPPING = Containers::HashMap>
ObjectContainerBase* KeyedContainer< DATATYPE, MAPPING >::_RemoveRelease::m_obj

Definition at line 156 of file KeyedContainer.h.


The documentation for this struct was generated from the following file: