#include "assert.h"Go to the source code of this file.
Compounds | |
| class | SmartPointer |
Functions | |
| template<class T> void | SpNil (SmartPointer< T > &sp) |
| template<class T> void | SpReferTo (SmartPointer< T > &sp, T *obj) |
| template<class T> T * | SpAsPointer (SmartPointer< T > &sp) |
A module for supporting automatic management of reference-counted objects.
1.2.18