Pseudo formatter for integral type arrays. More...
#include <formatters.hpp>
Public Member Functions | |
ecl::PushAndPop< Type, N > & | operator() (const ecl::PushAndPop< Type, N > &container) |
virtual | ~PushAndPopFormatter () |
Pseudo formatter for integral type arrays.
These do nothing but pass the array back for streaming. Do not use this class directly, rather call it via either the Array or Format classes explicitly. This makes the code more readable. e.g.
Type | : the value type of the fixed size Array. |
N | : the size of the container to be formatted. |
Definition at line 66 of file push_and_pop/formatters.hpp.
|
inlinevirtual |
Definition at line 69 of file push_and_pop/formatters.hpp.
|
inline |
Pseudo formatter method, simply returns the underlying array which has its own stream operator.
array | : the array to be formatted. |
Definition at line 77 of file push_and_pop/formatters.hpp.