Taskolib  1.3.3
Namespaces | Typedefs
StepIndex.h File Reference

Detailed Description

Declaration of the StepIndex type.

Author
Lars Fröhlich
Date
Created on October 18, 2022

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 2.1 of the license, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see https://www.gnu.org/licenses/.

#include <cstdint>
#include <gul14/optional.h>
Include dependency graph for StepIndex.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 task
 Namespace task contains all Taskolib functions and classes.
 

Typedefs

using task::StepIndex = std::uint16_t
 A type for storing the index of a Step in a Sequence. More...
 
using task::OptionalStepIndex = gul14::optional< StepIndex >
 An optional step index (gul14::optional<StepIndex>). More...