| cartobase
    5.1.2
    | 
This is the complete list of members for carto::NDIterator< T >, including all inherited members.
| _buffer | carto::NDIterator< T > | protected | 
| _dims | carto::NDIterator_base | protected | 
| _ended | carto::NDIterator_base | protected | 
| _offset | carto::NDIterator_base | protected | 
| _position | carto::NDIterator_base | protected | 
| _strides | carto::NDIterator_base | protected | 
| ended() const | carto::NDIterator_base | inline | 
| NDIterator(T *buffer, const std::vector< int > &dims) | carto::NDIterator< T > | inline | 
| NDIterator(T *buffer, const std::vector< int > &dims, const std::vector< int > &strides) | carto::NDIterator< T > | inline | 
| NDIterator(T *buffer, const std::vector< int > &dims, const std::vector< size_t > &strides) | carto::NDIterator< T > | inline | 
| NDIterator(T *buffer, const std::vector< int > &dims, const std::vector< long > &strides) | carto::NDIterator< T > | inline | 
| NDIterator_base(const std::vector< int > &dims) | carto::NDIterator_base | inline | 
| NDIterator_base(const std::vector< int > &dims, const std::vector< int > &strides) | carto::NDIterator_base | inline | 
| NDIterator_base(const std::vector< int > &dims, const std::vector< size_t > &strides) | carto::NDIterator_base | inline | 
| NDIterator_base(const std::vector< int > &dims, const std::vector< long > &strides) | carto::NDIterator_base | inline | 
| offset() const | carto::NDIterator_base | inline | 
| operator*() const | carto::NDIterator< T > | inline | 
| operator++() | carto::NDIterator_base | inline | 
| operator->() const | carto::NDIterator< T > | inline | 
| position() const | carto::NDIterator_base | inline | 
| reset() | carto::NDIterator_base | inline | 
| to_int_v(const std::vector< T > &v) | carto::NDIterator_base | inlineprotectedstatic |