|
swift
|
Go to the source code of this file.
Functions | |
| template<class T > | |
| void | swift::simplugin::fs9::SafeRelease (T *&pT) |
| Safely release a COM allocated object. | |
| template<class T > | |
| void | swift::simplugin::fs9::SafeDelete (T *&pT) |
| Safely delete an allocated pointer. | |
| template<class T > | |
| void | swift::simplugin::fs9::SafeDeleteArray (T *&pT) |
| Safely delete an allocated array. | |