The Gaudi Framework  v32r2 (46d42edc)
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,...