Sierra Toolkit
Version of the Day
|
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... | |
Functions | |
void | sierra::array_dimension_error (const std::type_info &type, unsigned dimension, unsigned value, unsigned upper) |