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

Convenience formatter for viewing an unsigned char array in hex format. More...

#include <formatters.hpp>

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

List of all members.


Detailed Description

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

Convenience formatter for viewing an unsigned 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 267 of file array/formatters.hpp.


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


ecl_containers
Author(s): Daniel Stonier
autogenerated on Mon Jul 3 2017 02:21:42