class SequenceTasksRange

February 26, 2020 ยท View on GitHub

Member values

Member nameData typeDescription
first_task_indexuint32Index of first task
second_task_indexuint32Index of second task

Member functions

Function nameReturn typeInput typeDescription
first_task_index()uint32voidReturns the current value of first_task_index. If the first_task_index is not set, returns 0.
set_first_task_index()voiduint32Sets the value of first_task_index. After calling this, first_task_index() will return value.
clear_first_task_index()voidvoidClears the value of first_task_index. After calling this, first_task_index() will return 0.
second_task_index()uint32voidReturns the current value of second_task_index. If the second_task_index is not set, returns 0.
set_second_task_index()voiduint32Sets the value of second_task_index. After calling this, second_task_index() will return value.
clear_second_task_index()voidvoidClears the value of second_task_index. After calling this, second_task_index() will return 0.

Parent topic: Base (C++)