This class provides a iterator that can read or modify any element in the list.
More...
#include <bgapi2_genicam.hpp>
This class provides a iterator that can read or modify any element in the list.
Definition at line 429 of file bgapi2_genicam.hpp.
◆ operator!=()
BGAPI2::DeviceList::iterator::operator!= |
( |
const iterator & |
_right | ) |
const |
This operator compares their operands for inequality.
- Parameters
-
_right | The second operand. |
- Returns
- bo_bool The result of comparison.
◆ operator*()
BGAPI2::DeviceList::iterator::operator* |
( |
| ) |
|
The indirection operator dereferences the list pointer.
- Returns
- _paird The result is a pair structure with a 'first' and a 'second' value. The 'first' value is the string ID of the object. The 'second' value is the pointer to the BGAPI2 object.
◆ operator++() [1/2]
BGAPI2::DeviceList::iterator::operator++ |
( |
| ) |
|
Postfix increment operator.
- Returns
- iterator The iterator of the next list element.
◆ operator++() [2/2]
BGAPI2::DeviceList::iterator::operator++ |
( |
int |
| ) |
|
Prefix increment operator.
- Returns
- iterator The iterator of the next list element.
◆ operator->()
BGAPI2::DeviceList::iterator::operator-> |
( |
| ) |
|
Member access operator. This operator dereferences the list pointer.
- Returns
- _paird The result is a pair structure with a 'first' and a 'second' value. The 'first' value is the string ID of the object. The 'second' value is the pointer to the BGAPI2 object.
◆ operator=()
BGAPI2::DeviceList::iterator::operator= |
( |
const iterator & |
_iterator | ) |
|
Assignment operator. Store the value of the second operand in the object specified by the first operand.
- Parameters
-
_iterator | The second operand. |
- Returns
- iterator The first operand.
◆ operator==()
BGAPI2::DeviceList::iterator::operator== |
( |
const iterator & |
_right | ) |
const |
This operator compares their operands for equality.
- Parameters
-
_right | The second operand. |
- Returns
- bo_bool The result of comparison.
The documentation for this class was generated from the following file: