Base class to represent argument with serialization methods
More...
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
- Default constructor. Constructs empty argument
- Variant 2
Constructs argument with n elements
- Parameters
-
n | Number of elements in the input argument |
Retrieves specified element
- Parameters
-
index | Index of the element |
- Returns
- Reference to the requested element
def getSerializationTag |
( |
|
self | ) |
|
getSerializationTag(OptionalArgument self) -> int
def set |
( |
|
self, |
|
|
|
index, |
|
|
|
value |
|
) |
| |
Sets the element to the specified position in the Argument
- Parameters
-
index | Index of the element |
value | Pointer to the element |
- Returns
- Reference to the requested element
The documentation for this class was generated from the following file: