CLAM-Development
1.4.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
src
Data
Descriptors
Pool
DescriptionScope.cxx
Go to the documentation of this file.
1
#include "
DescriptionScope.hxx
"
2
3
namespace
CLAM
4
{
5
6
DescriptionScope::~DescriptionScope
()
7
{
8
Attributes::iterator it = _attributes.begin();
9
Attributes::iterator end = _attributes.end();
10
for
(; it!=end; it++)
11
delete
*it;
12
}
13
}
Generated by
1.8.1