The list of FailedDevice objects contains an entry for every failed Leap Motion hardware device connected to the client computer. More...
Inherits Interface.
Public Types | |
typedef ConstListIterator< FailedDeviceList, FailedDevice > | const_iterator |
The FailedDeviceList iterator type. More... | |
Public Member Functions | |
FailedDeviceList & | append (const FailedDeviceList &other) |
Appends the contents of another FailedDeviceList to this one. More... | |
const_iterator | begin () const |
The list iterator pointing to the beginning of the list. More... | |
int | count () const |
The number of members in the list. More... | |
const_iterator | end () const |
The list iterator pointing to the end of the list. More... | |
FailedDeviceList (const ListBaseImplementation< FailedDevice > &) | |
FailedDeviceList () | |
Constructs an empty list. More... | |
bool | isEmpty () const |
Reports whether the list is empty. More... | |
FailedDevice | operator[] (int index) const |
Array-style access to list members. More... | |
The list of FailedDevice objects contains an entry for every failed Leap Motion hardware device connected to the client computer.
FailedDevice objects report the device pnpID string and reason for failure.
Get the list of FailedDevice objects from Controller::failedDevices().
typedef ConstListIterator<FailedDeviceList, FailedDevice> const_iterator |
The FailedDeviceList iterator type.
FailedDeviceList | ( | const ListBaseImplementation< FailedDevice > & | ) |
FailedDeviceList | ( | ) |
Constructs an empty list.
FailedDeviceList& append | ( | const FailedDeviceList & | other | ) |
Appends the contents of another FailedDeviceList to this one.
const_iterator begin | ( | ) | const |
The list iterator pointing to the beginning of the list.
int count | ( | ) | const |
The number of members in the list.
const_iterator end | ( | ) | const |
The list iterator pointing to the end of the list.
bool isEmpty | ( | ) | const |
Reports whether the list is empty.
FailedDevice operator[] | ( | int | index | ) | const |
Array-style access to list members.