include/mimotera++/MimoteraUtils.hh File Reference

#include <iostream>
#include <sstream>
#include <string>
#include <iomanip>
#include <vector>

Include dependency graph for MimoteraUtils.hh:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Namespaces

namespace  Mimotera
 The namespace containing all Mimotera related things.

Functions

template<typename T >
std::string Mimotera::to_string (const T &x, int digits=0)
 Converts any type to a string.
template<typename T >
std::string Mimotera::to_string (const std::vector< T > &x, int digits=0)
 Converts a vector to a string.
std::string Mimotera::to_string (const std::string &x, int=0)
 Template specialization in case T = string.
std::string Mimotera::to_string (const char *x, int=0)
 Template specialization in case T = const char *.
template<typename T >
Mimotera::getbigendian (const unsigned char *ptr)
 Convert to and from big endian.
template<typename T >
Mimotera::getlittleendian (const unsigned char *ptr)
 Convert to and from little endian.


Generated on Fri Sep 18 19:15:21 2009 for Mimotera++ by  doxygen 1.5.7.1