#include <vector>#include <list>#include <bitset>Include dependency graph for basictypes.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | PointerVector< T > |
| A vector that stores pointers, but deletes the objects (and not only the pointers) on destruction. The erase method does NOT delete the objects ! More... | |
| class | PointerList< T > |
| A list that stores pointers, but deletes the objects (and not only the pointers) on destruction. The erase method does NOT delete the objects ! More... | |
Typedefs | |
| typedef std::bitset< 64 > | BitSet |
| typedef std::bitset<64> BitSet |
Definition at line 48 of file basictypes.h.
1.5.1