Public Member Functions | |
virtual DeviceCreateDesc * | Clone () const |
DeviceManagerCreateDesc (DeviceFactory *factory) | |
virtual bool | GetDeviceInfo (DeviceInfo *) const |
virtual MatchResult | MatchDevice (const DeviceCreateDesc &, DeviceCreateDesc **) const |
virtual DeviceBase * | NewDeviceInstance () |
Definition at line 275 of file OVR_DeviceImpl.cpp.
OVR::DeviceManagerCreateDesc::DeviceManagerCreateDesc | ( | DeviceFactory * | factory | ) | [inline] |
Definition at line 278 of file OVR_DeviceImpl.cpp.
virtual DeviceCreateDesc* OVR::DeviceManagerCreateDesc::Clone | ( | ) | const [inline, virtual] |
Implements OVR::DeviceCreateDesc.
Definition at line 282 of file OVR_DeviceImpl.cpp.
virtual bool OVR::DeviceManagerCreateDesc::GetDeviceInfo | ( | DeviceInfo * | ) | const [inline, virtual] |
Implements OVR::DeviceCreateDesc.
Definition at line 286 of file OVR_DeviceImpl.cpp.
virtual MatchResult OVR::DeviceManagerCreateDesc::MatchDevice | ( | const DeviceCreateDesc & | , |
DeviceCreateDesc ** | |||
) | const [inline, virtual] |
Implements OVR::DeviceCreateDesc.
Definition at line 283 of file OVR_DeviceImpl.cpp.
virtual DeviceBase* OVR::DeviceManagerCreateDesc::NewDeviceInstance | ( | ) | [inline, virtual] |
Implements OVR::DeviceCreateDesc.
Definition at line 285 of file OVR_DeviceImpl.cpp.