CLAM-Development  1.4.0
Pool.cxx
Go to the documentation of this file.
1 #include "Pool.hxx"
2 
3 namespace CLAM
4 {
6  {
7  ScopePools::iterator it = _scopePools.begin();
8  ScopePools::iterator end = _scopePools.end();
9  for (; it != end; it++)
10  if (*it) delete *it;
11  }
12 }