Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

audiere::RefImplementation< Interface > Class Template Reference

#include <audiere.h>

Inheritance diagram for audiere::RefImplementation< Interface >:

Inheritance graph
[legend]
List of all members.

Public Methods

void ADR_CALL ref ()
void ADR_CALL unref ()

Protected Methods

 RefImplementation ()
virtual ~RefImplementation ()

Detailed Description

template<class Interface>
class audiere::RefImplementation< Interface >

A basic implementation of the RefCounted interface. Derive your implementations from RefImplementation<YourInterface>.

Definition at line 131 of file audiere.h.


Constructor & Destructor Documentation

template<class Interface>
audiere::RefImplementation< Interface >::RefImplementation   [inline, protected]
 

Definition at line 133 of file audiere.h.

template<class Interface>
virtual audiere::RefImplementation< Interface >::~RefImplementation   [inline, protected, virtual]
 

So the implementation can put its destruction logic in the destructor, as natural C++ code does.

Definition at line 141 of file audiere.h.


Member Function Documentation

template<class Interface>
void ADR_CALL audiere::RefImplementation< Interface >::ref   [inline]
 

Definition at line 144 of file audiere.h.

template<class Interface>
void ADR_CALL audiere::RefImplementation< Interface >::unref   [inline]
 

Definition at line 148 of file audiere.h.


The documentation for this class was generated from the following file:
Generated on Sat Oct 12 01:44:22 2002 for audiere by doxygen1.2.17