ecl::formatters::ArrayFormatter< signed char, N > Class Template Reference

Convenience formatter for viewing a signed char array in hex format. More...

#include <formatters.hpp>

Inheritance diagram for ecl::formatters::ArrayFormatter< signed char, N >:
Inheritance graph
[legend]

List of all members.


Detailed Description

template<size_t N>
class ecl::formatters::ArrayFormatter< signed char, N >

Convenience formatter for viewing a signed char array in hex format.

We dont accept a wide range of arguments for this class, it is simply designed to present byte arrays in hex format byte by byte. If you want specialised formatting for the byte array, iterate over it with the Format<char> (or signed/unsigned char) class.

It will also accept stencils which have an underlying array of the required type.

Template Parameters:
N: the size of the container to be formatted.

Definition at line 233 of file array/formatters.hpp.


The documentation for this class was generated from the following file:


ecl_containers
Author(s): Daniel Stonier
autogenerated on Wed Aug 26 2015 11:27:29