#include <StringDataFactory.hpp>
|
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) |
|
◆ toFile()
template<class T >
static void factory::StringDataFactory::toFile |
( |
const T & |
data, |
|
|
const std::string & |
filename |
|
) |
| |
|
inlinestatic |
◆ toStdout()
template<class T >
static void factory::StringDataFactory::toStdout |
( |
const T & |
data | ) |
|
|
inlinestatic |
◆ toStream()
template<class T >
static void factory::StringDataFactory::toStream |
( |
const T & |
data, |
|
|
ext::ostream & |
out |
|
) |
| |
|
inlinestatic |
◆ toString()
template<class T >
static std::string factory::StringDataFactory::toString |
( |
const T & |
data | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: