![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
An iterator for ovectors. More...
#include <ovector_tlate.h>
Definition at line 223 of file ovector_tlate.h.
Public Member Functions | |
iterator (const const_iterator &cit) | |
Copy constructor. | |
const data_t | operator* () const |
Dereference - return the corresponding vector element. | |
data_t | operator* () |
Dereference - return the corresponding vector element. | |
Protected Member Functions | |
iterator (data_t *p, size_t s) | |
Internally create an iterator directly from a pointer. | |
Friends | |
class | ovector_const_view_tlate< data_t, vparent_t, block_t > |
Grant access to ovector classes for begin() and end() functions. | |
class | ovector_base_tlate< data_t, vparent_t, block_t > |
Grant access to ovector classes for begin() and end() functions. |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).