#include <limits>
#include <iostream>
#include <boost/utility/enable_if.hpp>
#include <boost/type_traits/is_signed.hpp>
#include <boost/type_traits/is_unsigned.hpp>
#include "Format.cci"
#include "Format.cti"
Go to the source code of this file.
Definition in file Format.hh.
Classes |
|
class | senf::format::IndentHelper |
Helper class to easily achieve indent levels. More... |
|
Namespaces |
|
namespace | senf |
namespace | senf::format |
Defines |
|
#define | HH_SENF_senf_Utils_Format_ 1 |
Functions |
|
streamable_type | senf::format::eng (float v, float d=NAN) |
Format value in engineering representation. |
|
template<class T > | |
streamable_type | senf::format::dumpint (T const &v) |
Dump integer value with internal representation. |