xoreos  0.0.5
Classes | Namespaces
ptrvector.h File Reference

A vector storing pointer to objects, with automatic deletion. More...

#include <vector>
#include <boost/noncopyable.hpp>
#include "src/common/deallocator.h"
Include dependency graph for ptrvector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Common::PtrVector< T, Deallocator >
 A vector of pointer to objects, with automatic deletion. More...
 

Namespaces

 Common
 

Detailed Description

A vector storing pointer to objects, with automatic deletion.

Definition in file ptrvector.h.