Used to specify a set of elements by name.
More...
#include <ibridge_client.h>
|
typedef Interface_declare< id1, ... > | Self |
| Own type. More...
|
|
typedef Uuid_t< id1, ... > | IID |
| Declares the interface ID (IID) of this interface. More...
|
|
typedef Uuid_t<0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0> | IID |
| Declares the interface ID (IID) of this interface. More...
|
|
static bool | compare_iid (const Uuid &iid) |
| Compares the interface ID iid against the interface ID of this interface and of its ancestors. More...
|
|
static bool | compare_iid (const Uuid &iid) |
| Compares the interface ID iid against the interface ID of this interface. More...
|
|
Used to specify a set of elements by name.
- See also
- mi::bridge::IClient_job::get_references()
◆ add_element()
virtual void mi::bridge::IElement_set::add_element |
( |
const char * |
element_name | ) |
|
|
pure virtual |
Adds element
to the tag set.
◆ get_element()
virtual const char * mi::bridge::IElement_set::get_element |
( |
Size |
index | ) |
const |
|
pure virtual |
Returns the index
-th element of the element set.
- See also
- get_length()
◆ get_length()
virtual Size mi::bridge::IElement_set::get_length |
( |
| ) |
const |
|
pure virtual |