#include <RixInterfaces.h>
Inheritance diagram for RixInterface:
Public Member Functions | |
virtual int | GetVersion () const |
Get the version number of this interface. | |
Protected Member Functions | |
RixInterface (int version) | |
Interfaces should not be constructed by users. | |
virtual | ~RixInterface () |
Interfaces should not be deleted by users. | |
Protected Attributes | |
int | m_version |
Version number of this interface. |
Interfaces should never be deleted. Most interfaces are thread safe and can be used indefinitely, but some interfaces can be used only in the context from which they were obtained.
|
Interfaces should not be constructed by users.
|
|
Interfaces should not be deleted by users.
|
|
Get the version number of this interface. Different interfaces might have different version numbers in a given release. |
|
Version number of this interface.
|