CAccessorAdminCollection::CContent Class Reference

#include <CAccessorAdminCollection.h>

List of all members.

Public Member Functions

 ~CContent ()


Detailed Description

this is mainly a map from string to accessor proxy we would like to destroy this in a decent way

Definition at line 49 of file CAccessorAdminCollection.h.


Constructor & Destructor Documentation

CAccessorAdminCollection::CContent::~CContent (  ) 

Definition at line 315 of file CAccessorAdminCollection.cc.

References CAccessorAdminCollection::begin(), and CAccessorAdminCollection::end().

00315                                            {
00316   for(const_iterator i=begin();
00317       i!=end();
00318       i++){
00319     delete i->second;
00320   }
00321 };


The documentation for this class was generated from the following files:

Generated on Wed Jan 7 00:30:59 2009 for Gift by  doxygen 1.5.6