Storm
A Modern Probabilistic Model Checker
|
#include <boost/optional.hpp>
#include <iostream>
#include "storm/io/file.h"
#include "storm/utility/macros.h"
Go to the source code of this file.
Namespaces | |
namespace | storm |
LabParser.cpp. | |
namespace | storm::io |
Functions | |
template<typename DataType , typename Header1Type = DataType, typename Header2Type = DataType> | |
void | storm::io::exportDataToCSVFile (std::string filepath, std::vector< std::vector< DataType > > const &data, boost::optional< std::vector< Header1Type > > const &header1=boost::none, boost::optional< std::vector< Header2Type > > const &header2=boost::none) |
template<typename Container > | |
void | storm::io::outputFixedWidth (std::ostream &stream, Container const &output, size_t maxWidth=30) |
Output list of strings with linebreaks according to fixed width. | |