#include <audiere.h>
Inheritance diagram for audiere::RefImplementation< Interface >:

Public Methods | |
| void ADR_CALL | ref () |
| void ADR_CALL | unref () |
Protected Methods | |
| RefImplementation () | |
| virtual | ~RefImplementation () |
Definition at line 131 of file audiere.h.
|
|||||||||
|
|
|
|||||||||
|
So the implementation can put its destruction logic in the destructor, as natural C++ code does. |
|
|||||||||
|
|
|
|||||||||
|
|
1.2.17