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