Classes |
class | ArrayFormatter |
| Pseudo formatter for integral type arrays. More...
|
class | ArrayFormatter< char, N > |
| Convenience formatter for viewing a char array in hex format. More...
|
class | ArrayFormatter< double, N > |
| Formatter for fixed size double arrays. More...
|
class | ArrayFormatter< float, N > |
| Formatter for fixed size float arrays. More...
|
class | ArrayFormatter< signed char, N > |
| Convenience formatter for viewing a signed char array in hex format. More...
|
class | ArrayFormatter< unsigned char, N > |
| Convenience formatter for viewing an unsigned char array in hex format. More...
|
class | ByteArrayFormatter |
| Parent template for the byte array formatters. More...
|
class | BytePushAndPopFormatter |
| Parent template for the byte push and pop formatters. More...
|
class | FloatContainerFormatter |
| Parent interface for formatters of fixed size float/double containers. More...
|
class | PushAndPopFormatter |
| Pseudo formatter for integral type arrays. More...
|
class | PushAndPopFormatter< unsigned char, N > |
| Convenience formatter for viewing an unsigned char push and pop containers in hex format. More...
|
class | StencilFormatter |
| Pseudo formatter for stencils. More...
|
class | StencilFormatter< ValueType, Container, ecl::enable_if< ecl::is_float< ValueType > >::type > |
| Partial specialisation of the stencil formatter for float containers. More...
|
Functions |
template<typename OutputStream , typename CharType , size_t M> |
OutputStream & | operator<< (OutputStream &ostream, const BytePushAndPopFormatter< CharType, M > &formatter) ecl_assert_throw_decl(StandardException) |
template<typename OutputStream , typename CharType , size_t M> |
OutputStream & | operator<< (OutputStream &ostream, const ByteArrayFormatter< CharType, M > &formatter) ecl_assert_throw_decl(StandardException) |
template<typename OutputStream , typename Container_ > |
OutputStream & | operator<< (OutputStream &ostream, FloatContainerFormatter< Container_ > &formatter) ecl_assert_throw_decl(StandardException) |
Supporting classes for container formatters (do not use directly).
Do not use these directly, they are better accessed via the Container::Formatter or Format< Container > mechanisms.