Taskolib  1.3.3
Namespaces | Functions
serialize_sequence.cc File Reference

Detailed Description

Implementation of the store_sequence() free function.

Author
Marcus Walla
Date
Created on May 06, 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 <fstream>
#include <sstream>
#include <gul14/gul.h>
#include "internals.h"
#include "serialize_sequence.h"
Include dependency graph for serialize_sequence.cc:

Namespaces

 task
 Namespace task contains all Taskolib functions and classes.
 

Functions

std::string task::make_sequence_filename (SequenceName sequence_name, UniqueId unique_id)
 Return a filename for the given combination of machine-friendly sequence name and unique ID. More...
 
std::ostream & task::operator<< (std::ostream &stream, const Step &step)
 Serialize parameters of Step to the output stream. More...
 
void task::store_step (const std::filesystem::path &lua_file, const Step &step)
 Store a Step in a file. More...
 
std::ostream & task::operator<< (std::ostream &stream, const Sequence &sequence)
 Serialize parameters of Sequence to the output stream. More...