Format.hh File Reference

Format public header. More...

#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"

Include dependency graph for Format.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Detailed Description

Format public header.

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.

Define Documentation

#define
HH_SENF_senf_Utils_Format_   1

Definition at line 27 of file Format.hh.