|
Sierra Toolkit
Version of the Day
|
#include <cstddef>#include <utility>#include <algorithm>#include <stdexcept>#include <typeinfo>#include <iterator>#include <stk_util/util/StaticAssert.hpp>

Go to the source code of this file.
Classes | |
| class | sierra::FArray< ElementType, Dimension > |
| Multidimensional array of contiguous memory. The memory is not owned by the array, but container access semantics are enforced, i.e. const Array<> elements cannot be assigned to. More... | |
| class | sierra::FArrayContainer< ElementType, Dimension, A > |
| Extend FArray with deep copy assignment and resize operations. More... | |
Namespaces | |
| namespace | sierra |
Functions | |
| void | sierra::array_dimension_error (const std::type_info &type, unsigned dimension, unsigned value, unsigned upper) |
Copyright 2005-2009 Sandia Corporation. Under the terms of Contract DE-AC04-94AL85000, there is a non-exclusive license for use of this work by or on behalf of the U.S. Government. Export of this program may require a license from the United States Government.
Definition in file FArray.hpp.