#include <audiere.h>
Public Member Functions | |
void | ref () |
void | unref () |
Protected Member Functions | |
RefImplementation () | |
virtual | ~RefImplementation () |
Definition at line 193 of file audiere.h.
|
|
|
So the implementation can put its destruction logic in the destructor, as natural C++ code does. |
|
|
|
|