Convenience formatter for viewing an unsigned char push and pop containers in hex format. More...
#include <formatters.hpp>
Public Member Functions | |
ecl::formatters::BytePushAndPopFormatter < unsigned char, N > & | operator() (const ecl::PushAndPop< unsigned char, N > &container) |
Private Attributes | |
ecl::formatters::BytePushAndPopFormatter < unsigned char, N > | formatter |
Convenience formatter for viewing an unsigned char push and pop containers in hex format.
We dont accept a wide range of arguments for this class, it is simply designed to present byte push and pop containers in hex format byte by byte. If you want specialised formatting for the byte array, iterate over it with the Format<unsigned char> class.
N | : the size of the container to be formatted. |
Definition at line 191 of file push_and_pop/formatters.hpp.
ecl::formatters::BytePushAndPopFormatter<unsigned char, N>& ecl::formatters::PushAndPopFormatter< unsigned char, N >::operator() | ( | const ecl::PushAndPop< unsigned char, N > & | container | ) | [inline] |
Definition at line 194 of file push_and_pop/formatters.hpp.
ecl::formatters::BytePushAndPopFormatter<unsigned char, N> ecl::formatters::PushAndPopFormatter< unsigned char, N >::formatter [private] |
Definition at line 199 of file push_and_pop/formatters.hpp.