Base class to represent argument with serialization methods
More...
Default constructor. Constructs empty argument
Constructs argument with n elements
- Parameters
-
[in] | n | Number of elements in the input argument |
const data_management::SerializationIfacePtr& get |
( |
size_t |
index | ) |
const |
|
inline |
Retrieves specified element
- Parameters
-
[in] | index | Index of the element |
- Returns
- Reference to the requested element
void set |
( |
size_t |
index, |
|
|
const data_management::SerializationIfacePtr & |
value |
|
) |
| |
|
inline |
Sets the element to the specified position in the Argument
- Parameters
-
[in] | index | Index of the element |
[in] | value | Pointer to the element |
- Returns
- Reference to the requested element
The documentation for this class was generated from the following file: