Jet  v1.3.3
jet::ConstArrayAccessor< T, N > Class Template Referencefinal

Generic N-dimensional read-only array accessor class interface. More...

#include <jet/array_accessor.h>

Detailed Description

template<typename T, size_t N>
class jet::ConstArrayAccessor< T, N >

Generic N-dimensional read-only array accessor class interface.

This class provides generic template class for N-dimensional read-only array accessor where N must be either 1, 2 or 3. This particular class exists to provide generic interface for 1, 2 or 3 dimensional arrays using template specialization only, but it cannot create any instance by itself. Const array accessor provides array-like data read functions, but does not handle memory management. Thus, it is more like a random access iterator, but with multi-dimension support.


The documentation for this class was generated from the following file: