Taskolib  1.3.3
Classes | Namespaces
SequenceManager.h File Reference

Detailed Description

Manage and control sequences.

Authors
Marcus Walla, Lars Fröhlich
Date
Created on July 22, 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 <filesystem>
#include <string>
#include <vector>
#include <gul14/optional.h>
#include <gul14/string_view.h>
#include <libgit4cpp/Repository.h>
#include "taskolib/Sequence.h"
#include "taskolib/UniqueId.h"
Include dependency graph for SequenceManager.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  task::SequenceManager
 A class for listing, loading, storing, and renaming sequences in a given file system directory. More...
 
struct  task::SequenceManager::SequenceOnDisk
 A struct to represent a sequence on disk. More...
 

Namespaces

 task
 Namespace task contains all Taskolib functions and classes.