#include <funknown.h>
Public Member Functions | |
| FReleaser (FUnknown *u) | |
| ~FReleaser () | |
Public Attributes | |
| FUnknown * | u |
void someFunction () { IPath* path = pathCreateMethod (); FReleaser releaser (path); .... do something with path... .... path not used anymore, releaser will destroy it when leaving function scope }
Definition at line 367 of file funknown.h.
| Steinberg::FReleaser::FReleaser | ( | FUnknown * | u | ) | [inline] |
Definition at line 369 of file funknown.h.
| Steinberg::FReleaser::~FReleaser | ( | ) | [inline] |
Definition at line 370 of file funknown.h.
Definition at line 372 of file funknown.h.