Windows over ecl type containers. More...
#include <cstddef>
#include <ecl/config/macros.hpp>
#include <ecl/exceptions/standard_exception.hpp>
#include <ecl/concepts/containers.hpp>
#include <ecl/concepts/streams.hpp>
#include "../initialiser.hpp"
#include "formatters.hpp"
Go to the source code of this file.
Classes | |
class | ecl::Stencil< Array > |
A safe windowing class that opens onto array-like containers. More... | |
Namespaces | |
namespace | ecl |
Embedded control libraries. | |
Functions | |
template<typename OutputStream , typename ArrayType > | |
OutputStream & | ecl::operator<< (OutputStream &ostream, const Stencil< ArrayType > &stencil) |
Windows over ecl type containers.
Provides a windowed snapshot over a portion of an ecl container.
Definition in file stencil/stencil.hpp.