The Gaudi Framework  master (37c0b60a)
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 165 of file KeyedContainer.h.

Constructor & Destructor Documentation

◆ _RemoveRelease()

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

Definition at line 167 of file KeyedContainer.h.

167 : m_obj( p ) {}

Member Function Documentation

◆ operator()()

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

Definition at line 168 of file KeyedContainer.h.

168  {
169  const ObjectContainerBase* par = p->parent();
170  if ( par == m_obj ) { p->setParent( 0 ); }
171  traits::release( p );
172  }

Member Data Documentation

◆ m_obj

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

Definition at line 166 of file KeyedContainer.h.


The documentation for this struct was generated from the following file:
conf.release
string release
Definition: conf.py:27
compareOutputFiles.par
par
Definition: compareOutputFiles.py:477
KeyedContainer::_RemoveRelease::m_obj
ObjectContainerBase * m_obj
Definition: KeyedContainer.h:166
ObjectContainerBase
Definition: ObjectContainerBase.h:29