#include "CalibItemMgr.h"#include "CalCalibSvc.h"#include "CalibData/DacCol.h"#include "CalibData/Cal/Xpos.h"#include <sstream>#include <algorithm>Include dependency graph for CalibItemMgr.cxx:

Go to the source code of this file.
Compounds | |
| struct | delete_ptr |
| functional class deletes a pointer fun to use w/ for_each template More... | |
Functions | |
| template<class T> void | del_all_ptrs (T &container) |
| template function calls delete on all pointers stored in a STL container | |
Definition in file CalibItemMgr.cxx.
|
||||||||||
|
template function calls delete on all pointers stored in a STL container
Definition at line 46 of file CalibItemMgr.cxx. Referenced by CalibItemMgr::clearLocalStore().
00046 {
00047 for_each(container.begin(),container.end(),delete_ptr());
00048 }
|
1.3.3