CLAM-Development
1.4.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
src
Data
Descriptors
Pool
Pool.cxx
Go to the documentation of this file.
1
#include "
Pool.hxx
"
2
3
namespace
CLAM
4
{
5
DescriptionDataPool::~DescriptionDataPool
()
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
}
Generated by
1.8.1