class SequenceTasksRange
February 26, 2020 ยท View on GitHub
Member values
| Member name | Data type | Description |
|---|---|---|
| first_task_index | uint32 | Index of first task |
| second_task_index | uint32 | Index of second task |
Member functions
| Function name | Return type | Input type | Description |
|---|---|---|---|
| first_task_index() | uint32 | void | Returns the current value of first_task_index. If the first_task_index is not set, returns 0. |
| set_first_task_index() | void | uint32 | Sets the value of first_task_index. After calling this, first_task_index() will return value. |
| clear_first_task_index() | void | void | Clears the value of first_task_index. After calling this, first_task_index() will return 0. |
| second_task_index() | uint32 | void | Returns the current value of second_task_index. If the second_task_index is not set, returns 0. |
| set_second_task_index() | void | uint32 | Sets the value of second_task_index. After calling this, second_task_index() will return value. |
| clear_second_task_index() | void | void | Clears the value of second_task_index. After calling this, second_task_index() will return 0. |
Parent topic: Base (C++)