Public Member Functions | |
_InsertRelease (KeyedContainer< DATATYPE, MAPPING > *p) | |
void | operator() (value_type p) |
Public Attributes | |
KeyedContainer< DATATYPE, MAPPING > * | m_obj |
Definition at line 153 of file KeyedContainer.h.
KeyedContainer< DATATYPE, MAPPING >::_InsertRelease::_InsertRelease | ( | KeyedContainer< DATATYPE, MAPPING > * | p | ) | [inline] |
void KeyedContainer< DATATYPE, MAPPING >::_InsertRelease::operator() | ( | value_type | p | ) | [inline] |
Definition at line 156 of file KeyedContainer.h.
00156 { 00157 m_obj->insert(p); 00158 traits::release(p); 00159 }
KeyedContainer<DATATYPE,MAPPING>* KeyedContainer< DATATYPE, MAPPING >::_InsertRelease::m_obj |
Definition at line 154 of file KeyedContainer.h.