#include <string>
#include <iostream>
#include <sstream>
#include <cstdio>
#include "Conversion.hh"
Go to the source code of this file.
Conversion static class contains functions for converting between different types, e.g. from any (possible) type to a string.
Definition in file Conversion.cc.