GClasses
|
Deletes all of the pointers in a vector when this object goes out of scope.
#include <GHolders.h>
Public Member Functions | |
VectorOfPointersHolder (std::vector< T * > &vec) | |
~VectorOfPointersHolder () | |
Deletes all of the pointers in the vector. More... | |
Protected Attributes | |
std::vector< T * > & | m_vec |
|
inline |
|
inline |
Deletes all of the pointers in the vector.
|
protected |