$search
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 <cstddef>#include "definitions.hpp"#include <ecl/exceptions/standard_exception.hpp>#include "stencil/stencil.hpp"#include "stencil/converters.hpp"#include "stencil/formatters.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::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... | |
Namespaces | |
| namespace | ecl |
Embedded control libraries. | |
| namespace | ecl::blueprints |
Blueprints and factories classes used to generate blueprints (do not use directly). | |
| namespace | 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.