The Gaudi Framework  master (37c0b60a)
KeyedContainer< DATATYPE, MAPPING >::_InsertRelease Struct Reference

Internal functor for insertion of objects. More...

Public Member Functions

 _InsertRelease (KeyedContainer< DATATYPE, MAPPING > *p)
 
void operator() (value_type p)
 

Public Attributes

KeyedContainer< DATATYPE, MAPPING > * m_obj
 

Detailed Description

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

Internal functor for insertion of objects.

Definition at line 155 of file KeyedContainer.h.

Constructor & Destructor Documentation

◆ _InsertRelease()

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

Definition at line 157 of file KeyedContainer.h.

157 : m_obj( p ) {}

Member Function Documentation

◆ operator()()

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

Definition at line 158 of file KeyedContainer.h.

158  {
159  m_obj->insert( p );
160  traits::release( p );
161  }

Member Data Documentation

◆ m_obj

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

Definition at line 156 of file KeyedContainer.h.


The documentation for this struct was generated from the following file:
conf.release
string release
Definition: conf.py:27
KeyedContainer::_InsertRelease::m_obj
KeyedContainer< DATATYPE, MAPPING > * m_obj
Definition: KeyedContainer.h:156