Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v31r0 (aeb156f0)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
ContainedObject.cpp
Go to the documentation of this file.
2 
4  // If the object is contained in a container, remove it from there
5  if ( m_parent ) m_parent->remove( this );
6 }
ObjectContainerBase * m_parent
Pointer to the parent.
virtual ~ContainedObject()
Destructor.
virtual long remove(ContainedObject *value)=0
Release object from the container (the pointer will be removed from the container, but the object itself will remain alive).