Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Data Structures | Static Public Member Functions
factory::RawDataFactory Class Reference

#include <RawDataFactory.hpp>

Data Structures

class  fromFile
 
class  fromRaw
 
class  fromStdin
 
class  fromStream
 
class  fromString
 

Static Public Member Functions

template<class T >
static void toFile (const T &data, const std::string &filename)
 
template<class T >
static std::string toString (const T &data)
 
template<class T >
static void toStdout (const T &data)
 
template<class T >
static void toStream (const T &data, ext::ostream &out)
 

Member Function Documentation

◆ toFile()

template<class T >
static void factory::RawDataFactory::toFile ( const T &  data,
const std::string &  filename 
)
inlinestatic

◆ toStdout()

template<class T >
static void factory::RawDataFactory::toStdout ( const T &  data)
inlinestatic
Here is the call graph for this function:

◆ toStream()

template<class T >
static void factory::RawDataFactory::toStream ( const T &  data,
ext::ostream out 
)
inlinestatic

◆ toString()

template<class T >
static std::string factory::RawDataFactory::toString ( const T &  data)
inlinestatic
Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following file: