#include <OVR_Device.h>

Public Member Functions | |
| T * | CreateDevice () |
| DeviceEnumerator () | |
| bool | Next () |
Protected Member Functions | |
| DeviceEnumerator (const DeviceHandle &dev, const DeviceEnumerationArgs &args) | |
Protected Attributes | |
| DeviceEnumerationArgs | EnumArgs |
Friends | |
| class | DeviceManager |
| class | DeviceManagerImpl |
Definition at line 181 of file OVR_Device.h.
| OVR::DeviceEnumerator< T >::DeviceEnumerator | ( | ) | [inline] |
Definition at line 186 of file OVR_Device.h.
| OVR::DeviceEnumerator< T >::DeviceEnumerator | ( | const DeviceHandle & | dev, |
| const DeviceEnumerationArgs & | args | ||
| ) | [inline, protected] |
Definition at line 199 of file OVR_Device.h.
| T* OVR::DeviceEnumerator< T >::CreateDevice | ( | ) | [inline] |
Reimplemented from OVR::DeviceHandle.
Definition at line 196 of file OVR_Device.h.
| bool OVR::DeviceEnumerator< T >::Next | ( | ) | [inline] |
Definition at line 191 of file OVR_Device.h.
friend class DeviceManager [friend] |
Reimplemented from OVR::DeviceHandle.
Definition at line 183 of file OVR_Device.h.
friend class DeviceManagerImpl [friend] |
Reimplemented from OVR::DeviceHandle.
Definition at line 184 of file OVR_Device.h.
DeviceEnumerationArgs OVR::DeviceEnumerator< T >::EnumArgs [protected] |
Definition at line 203 of file OVR_Device.h.