20#ifndef ORES_VARIABILITY_DOMAIN_SYSTEM_SETTING_TABLE_IO_HPP
21#define ORES_VARIABILITY_DOMAIN_SYSTEM_SETTING_TABLE_IO_HPP
26#include "ores.variability.api/domain/system_setting.hpp"
38std::ostream&
operator<<(std::ostream& s,
const std::vector<system_setting>& v);
Domain types for system variability.
Definition ores.variability.api.domain.hpp:27
std::ostream & operator<<(std::ostream &s, const system_setting &v)
Dumps a system_setting object to a stream in JSON format.
Definition system_setting_json_io.cpp:29
std::string convert_to_table(const std::vector< system_setting > &v)
Converts system settings to ASCII table format.
Definition system_setting_table_io.cpp:27