CLAM-Development  1.4.0
ScopePool.cxx
Go to the documentation of this file.
1 #include "ScopePool.hxx"
2 
3 namespace CLAM
4 {
6  {
7  AttributesData::iterator it = _attributePools.begin();
8  AttributesData::iterator end = _attributePools.end();
9  for (; it!=end; it++) it->Deallocate();
10  _size=0;
11  }
12 }
13