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