Object-oriented Scientific Computing Library: Version 0.910
Protected Member Functions
uvector_view_tlate< data_t > Class Template Reference

A base class for uvectors.

#include <uvector_tlate.h>

Inheritance diagram for uvector_view_tlate< data_t >:
uvector_base_tlate< data_t > uvector_const_view_tlate< data_t > umatrix_row_tlate< data_t > uvector_array_tlate< data_t > uvector_subvector_tlate< data_t >

Detailed Description

template<class data_t>
class uvector_view_tlate< data_t >

Definition at line 485 of file uvector_tlate.h.

Public Member Functions

Copy constructors
 uvector_view_tlate (const uvector_view_tlate &v)
 Copy constructor - create a new view of the same vector.
uvector_view_tlateoperator= (const uvector_view_tlate &v)
 Copy constructor - create a new view of the same vector.
 uvector_view_tlate (uvector_base_tlate< data_t > &v)
 Copy constructor - create a new view of the same vector.
uvector_view_tlateoperator= (uvector_base_tlate< data_t > &v)
 Copy constructor - create a new view of the same vector.
Get and set methods
data_t & operator[] (size_t i) const
 Array-like indexing.
data_t & operator() (size_t i) const
 Array-like indexing.
data_t * get_ptr (size_t i) const
 Get pointer (with optional range-checking)
int set (size_t i, data_t val) const
 Set (with optional range-checking)
int set_all (data_t val) const
 Set all of the value to be the value val.

Protected Member Functions

 uvector_view_tlate ()
 Empty constructor provided for use by uvector_view_tlate(const uvector_view_tlate &v)

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).

Get Object-oriented Scientific Computing
Lib at SourceForge.net. Fast, secure and Free Open Source software
downloads.