ovector_const_subvector_reverse_tlate Class Template Reference

#include <ovector_tlate.h>

Inheritance diagram for ovector_const_subvector_reverse_tlate:

ovector_view_tlate

Detailed Description

template<class data_t, class vparent_t, class block_t>
class ovector_const_subvector_reverse_tlate< data_t, vparent_t, block_t >

Reversed view of a const subvector.

Definition at line 1663 of file ovector_tlate.h.


Public Member Functions

 ovector_const_subvector_reverse_tlate (const ovector_view_tlate< data_t, vparent_t, block_t > &v, size_t offset, size_t n)
 Create a vector from dat with size n and stride s.
Get and set methods
const data_t & operator[] (size_t i) const
 Array-like indexing.
const data_t & operator() (size_t i) const
 Array-like indexing.
data_t get (size_t i) const
 Get (with optional range-checking).
const data_t * get_const_ptr (size_t i) const
 Get pointer (with optional range-checking).

Member Function Documentation

const data_t& operator[] ( size_t  i  )  const [inline]

Array-like indexing.

Array-like indexing

Reimplemented from ovector_view_tlate.

Definition at line 1692 of file ovector_tlate.h.


The documentation for this class was generated from the following file:
Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.