DescriptionScope.cxx

Go to the documentation of this file.
00001 #include "DescriptionScope.hxx"
00002 
00003 namespace CLAM
00004 {
00005 
00006                 DescriptionScope::~DescriptionScope()
00007                 {
00008                         Attributes::iterator it = _attributes.begin();
00009                         Attributes::iterator end = _attributes.end();
00010                         for (; it!=end; it++)
00011                                 delete *it;
00012                 }
00013 }

Generated on Tue Feb 22 09:53:22 2011 for CLAM-Development by  doxygen 1.5.9