xoreos  0.0.5
Classes | Namespaces
ptrlist.h File Reference

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

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

Go to the source code of this file.

Classes

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

Namespaces

 Common
 

Detailed Description

A list storing pointer to objects, with automatic deletion.

Definition in file ptrlist.h.