Dynamically sized containers with a few bells and whistles. More...
#include <algorithm>#include <cstdlib>#include <cstdio>#include <ecl/config/macros.hpp>#include <ecl/utilities/blueprints.hpp>#include "../definitions.hpp"#include "../initialiser.hpp"#include "../stencil.hpp"#include "array_mem_check.hpp"
Go to the source code of this file.
Classes | |
| class | ecl::Array< Type, DynamicStorage > |
| Dynamic size container with a few bells and whistles. More... | |
| class | ecl::formatters::ArrayFormatter< Type, N > |
| Pseudo formatter for integral type arrays. More... | |
| class | ecl::BluePrintFactory< Array< Type, DynamicStorage > > |
| Blueprint factory for dynamic arrays. More... | |
| class | ecl::blueprints::ConstantDynamicArray< Type > |
| Blueprint for generating a cubic spline satisfying C2 constraints. More... | |
| class | ecl::blueprints::ConstantDynamicArray< Type > |
| Blueprint for generating a cubic spline satisfying C2 constraints. More... | |
Namespaces | |
| ecl | |
| Embedded control libraries. | |
| ecl::blueprints | |
| Blueprints and factories classes used to generate blueprints (do not use directly). | |
| ecl::formatters | |
| Supporting classes for container formatters (do not use directly). | |
Functions | |
| template<typename OutputStream , typename ElementType > | |
| OutputStream & | ecl::operator<< (OutputStream &ostream, const Array< ElementType, DynamicStorage > &array) |
Dynamically sized containers with a few bells and whistles.
Definition in file array_dynamic_mem_check.hpp.