Storm
A Modern Probabilistic Model Checker
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
export.h File Reference
#include <boost/optional.hpp>
#include <iostream>
#include "storm/io/file.h"
#include "storm/utility/macros.h"
Include dependency graph for export.h:
This graph shows which files directly or indirectly include this file:

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.