#include <ElectronUtilities.h>
Public Member Functions | |
ExceptionSafeStlPtrCol () | |
~ExceptionSafeStlPtrCol () |
Definition at line 17 of file ElectronUtilities.h.
ExceptionSafeStlPtrCol< StlColType >::ExceptionSafeStlPtrCol | ( | ) | [inline] |
Definition at line 20 of file ElectronUtilities.h.
: StlColType() {}
ExceptionSafeStlPtrCol< StlColType >::~ExceptionSafeStlPtrCol | ( | ) | [inline] |
Definition at line 21 of file ElectronUtilities.h.
{ typename StlColType::const_iterator it ; for ( it = StlColType::begin() ; it != StlColType::end() ; it++ ) { delete (*it) ; } }