#include <vstorefuncs.h>
Public Member Functions | |
| VDelete () | |
| Constructor. | |
| VDelete (const VDelete &) | |
| Copy constructor. | |
| ~VDelete () | |
| Destructor. | |
| void | operator() (VStoreItem *i) const |
| Deletes the child. | |
Private Member Functions | |
| VDelete & | operator= (const VDelete &) |
| Assignment operator. | |
| GVectors::VDelete::VDelete | ( | ) | [inline, explicit] |
Constructor. Does nothing. Just for completeness.
| GVectors::VDelete::VDelete | ( | const VDelete & | ) | [inline] |
Copy constructor. Does nothing. Just for completeness.
| GVectors::VDelete::~VDelete | ( | ) | [inline] |
Destructor. Does nothing. Just for completeness.
Assginment operator. Not used.
| void VDelete::operator() | ( | VStoreItem * | i | ) | const |
Deletes the specified VStoreItem from memory if is not null.
| i | Pointer to the VStoreItem to be deleted. |
1.4.7