#include <cmath>
#include <ecl/config/macros.hpp>
#include <ecl/formatters/common.hpp>
#include <ecl/formatters/number.hpp>
#include <ecl/formatters/floats.hpp>
#include "../common/formatters.hpp"
#include "../push_and_pop.hpp"
Go to the source code of this file.
Classes | |
class | ecl::formatters::BytePushAndPopFormatter< Byte, N > |
Parent template for the byte push and pop formatters. | |
class | ecl::formatters::PushAndPopFormatter< class, N > |
Pseudo formatter for integral type arrays. | |
class | ecl::formatters::PushAndPopFormatter< unsigned char, N > |
Convenience formatter for viewing an unsigned char push and pop containers in hex format. | |
Namespaces | |
ecl | |
ecl::formatters | |
Functions | |
OutputStream & | ecl::formatters::operator<< (OutputStream &ostream, const BytePushAndPopFormatter< CharType, M > &formatter) ecl_assert_throw_decl(StandardException) |