std::gslice_array< _Tp > Class Template Reference

List of all members.

Detailed Description

template<typename _Tp>
class std::gslice_array< _Tp >

A gslice_array is a reference to the actual elements of an array specified by a gslice. The way to get a gslice_array is to call operator[](gslice) on a valarray. The returned gslice_array then permits carrying operations out on the referenced subset of elements in the original valarray. For example, operator+=(valarray) will add values to the subset of elements in the underlying valarray this gslice_array refers to.

Parameters:
Tp Element type.

Definition at line 59 of file gslice_array.h.

Public Types

Public Member Functions

Friends


Constructor & Destructor Documentation

template<typename _Tp>
std::gslice_array< _Tp >::gslice_array const gslice_array< _Tp > &   ) 
 

Copy constructor. Both slices refer to the same underlying array.


Member Function Documentation

template<typename _Tp>
void std::gslice_array< _Tp >::operator &= const valarray< _Tp > &   )  const [inline]
 

Logical and slice elements with corresponding elements of v.

Definition at line 205 of file gslice_array.h.

template<typename _Tp>
void std::gslice_array< _Tp >::operator *= const valarray< _Tp > &   )  const [inline]
 

Multiply slice elements by corresponding elements of v.

Definition at line 199 of file gslice_array.h.

template<typename _Tp>
void std::gslice_array< _Tp >::operator%= const valarray< _Tp > &   )  const [inline]
 

Modulo slice elements by corresponding elements of v.

Definition at line 201 of file gslice_array.h.

template<typename _Tp>
void std::gslice_array< _Tp >::operator+= const valarray< _Tp > &   )  const [inline]
 

Add corresponding elements of v to slice elements.

Definition at line 202 of file gslice_array.h.

template<typename _Tp>
void std::gslice_array< _Tp >::operator-= const valarray< _Tp > &   )  const [inline]
 

Subtract corresponding elements of v from slice elements.

Definition at line 203 of file gslice_array.h.

template<typename _Tp>
void std::gslice_array< _Tp >::operator/= const valarray< _Tp > &   )  const [inline]
 

Divide slice elements by corresponding elements of v.

Definition at line 200 of file gslice_array.h.

template<typename _Tp>
void std::gslice_array< _Tp >::operator<<= const valarray< _Tp > &   )  const [inline]
 

Left shift slice elements by corresponding elements of v.

Definition at line 207 of file gslice_array.h.

template<typename _Tp>
void std::gslice_array< _Tp >::operator= const _Tp &   )  const [inline]
 

Assign all slice elements to t.

Definition at line 157 of file gslice_array.h.

References std::__valarray_fill().

template<typename _Tp>
void std::gslice_array< _Tp >::operator= const valarray< _Tp > &   )  const [inline]
 

Assign slice elements to corresponding elements of v.

Definition at line 165 of file gslice_array.h.

References std::__valarray_copy().

template<typename _Tp>
gslice_array& std::gslice_array< _Tp >::operator= const gslice_array< _Tp > &   ) 
 

elements of a.

template<typename _Tp>
void std::gslice_array< _Tp >::operator>>= const valarray< _Tp > &   )  const [inline]
 

Right shift slice elements by corresponding elements of v.

Definition at line 208 of file gslice_array.h.

template<typename _Tp>
void std::gslice_array< _Tp >::operator^= const valarray< _Tp > &   )  const [inline]
 

Logical xor slice elements with corresponding elements of v.

Definition at line 204 of file gslice_array.h.

template<typename _Tp>
void std::gslice_array< _Tp >::operator|= const valarray< _Tp > &   )  const [inline]
 

Logical or slice elements with corresponding elements of v.

Definition at line 206 of file gslice_array.h.


The documentation for this class was generated from the following file:
Generated on Mon Jun 2 20:47:07 2008 for libstdc++ by  doxygen 1.4.6