std::_GBase< _Dom > Class Template Reference

#include <valarray_after.h>

Inheritance diagram for std::_GBase< _Dom >:

std::_GClos< _Expr, _Dom > List of all members.

Public Types

typedef _Dom::value_type value_type

Public Member Functions

 _GBase (const _Dom &__e, const valarray< size_t > &__i)
value_type operator[] (size_t __i) const
size_t size () const

Private Attributes

const _Dom & _M_expr
const valarray< size_t > & _M_index

Detailed Description

template<class _Dom>
class std::_GBase< _Dom >

Definition at line 49 of file valarray_after.h.


Member Typedef Documentation

template<class _Dom>
typedef _Dom::value_type std::_GBase< _Dom >::value_type

Reimplemented in std::_GClos< _Expr, _Dom >.

Definition at line 52 of file valarray_after.h.


Constructor & Destructor Documentation

template<class _Dom>
std::_GBase< _Dom >::_GBase ( const _Dom &  __e,
const valarray< size_t > &  __i 
) [inline]

Definition at line 54 of file valarray_after.h.


Member Function Documentation

template<class _Dom>
value_type std::_GBase< _Dom >::operator[] ( size_t  __i  )  const [inline]

Definition at line 58 of file valarray_after.h.

References std::_GBase< _Dom >::_M_expr, and std::_GBase< _Dom >::_M_index.

template<class _Dom>
size_t std::_GBase< _Dom >::size (  )  const [inline]

Definition at line 62 of file valarray_after.h.

References std::_GBase< _Dom >::_M_index, and std::valarray< _Tp >::size().


Member Data Documentation

template<class _Dom>
const _Dom& std::_GBase< _Dom >::_M_expr [private]

Definition at line 66 of file valarray_after.h.

Referenced by std::_GBase< _Dom >::operator[]().

template<class _Dom>
const valarray<size_t>& std::_GBase< _Dom >::_M_index [private]

Definition at line 67 of file valarray_after.h.

Referenced by std::_GBase< _Array< _Tp > >::operator[](), std::_GBase< _Dom >::operator[](), std::_GBase< _Array< _Tp > >::size(), and std::_GBase< _Dom >::size().


The documentation for this class was generated from the following file:
Generated on Tue Feb 2 16:59:15 2010 for GNU C++ STL by  doxygen 1.4.7