This class is used to discover and list data stream objects.
More...
#include <bgapi2_genicam.hpp>
|
class | iterator |
| This class provides an iterator that can read or modify any element in the list. More...
|
|
This class is used to discover and list data stream objects.
Definition at line 533 of file bgapi2_genicam.hpp.
◆ begin()
BGAPI2::DataStreamList::begin |
( |
| ) |
|
This function delivers an iterator on the top of the DataStream list.
- Returns
- iterator The iterator on the top of the DataStream list.
- Exceptions
-
◆ clear()
BGAPI2::DataStreamList::clear |
( |
| ) |
|
◆ end()
BGAPI2::DataStreamList::end |
( |
| ) |
|
This function delivers an iterator at the end of the DataStream list.
- Returns
- iterator The iterator at the end of the DataStream list.
- Exceptions
-
◆ find()
BGAPI2::DataStreamList::find |
( |
const String & |
_keyval | ) |
|
This function delivers an iterator on an object to be found. If the object is not found, this functions delivers an end-iterator.
- Parameters
-
_keyval | The ID to the object to be found. |
- Returns
- iterator The iterator to the found object.
- Exceptions
-
◆ operator[]()
BGAPI2::DataStreamList::operator[] |
( |
const String & |
streamid | ) |
|
This operator allows the direct access to an object of the DataStream list.
- Parameters
-
streamid | For this ID, the associated DataStream object is delivered. |
- Returns
- DataStream* The requested DataStream object.
- Exceptions
-
◆ Refresh()
BGAPI2::DataStreamList::Refresh |
( |
| ) |
|
This function provides a list of DataStream objects.
- Exceptions
-
◆ size()
BGAPI2::DataStreamList::size |
( |
| ) |
|
The documentation for this class was generated from the following file: