#include <ovector_tlate.h>
Definition at line 1428 of file ovector_tlate.h.
Public Member Functions | |
ovector_const_reverse_tlate (const ovector_view_tlate< data_t, vparent_t, block_t > &v) | |
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). |
const data_t& operator[] | ( | size_t | i | ) | const [inline] |
Array-like indexing.
Array-like indexing
Reimplemented from ovector_view_tlate.
Definition at line 1450 of file ovector_tlate.h.
Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.
Project hosting provided by
,
O2scl Sourceforge Project Page