Boost logo

Boost :

From: Steven Watanabe (steven_at_[hidden])
Date: 2007-01-24 15:33:53


AMDG

gchen wrote:
> Michael Marcin wrote:
>
>>> It seems like there should be a better way of doing this... i.e.
>>>
>>> void DestroyAllObjects()
>>> {
>>> m_object_pool.destroy_all();
>>> m_objects.clear();
>>> }
>>>
>>> Also it might be nice to iterate over all the objects in the pool (in
>>> which case I wouldn't even need the m_objects vector.
>>>
>>> Perhaps there is a better way to solve the problem?
>>>
>>>
>
> It seems that pool::release_memory or purge_memory can do this.
>
> Regards
> cg
>
1) They don't call the destructors.
2) object_pool does not expose these members.

In Christ,
Steven Watanabe


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk