std::_IBase< _Dom > Class Template Reference

#include <valarray_after.h>

Inheritance diagram for std::_IBase< _Dom >:

std::_IClos< _Expr, _Dom > std::_IClos< _ValArray, _Tp > List of all members.

Public Types

typedef _Dom::value_type value_type

Public Member Functions

 _IBase (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::_IBase< _Dom >

Definition at line 118 of file valarray_after.h.


Member Typedef Documentation

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

Reimplemented in std::_IClos< _Expr, _Dom >, and std::_IClos< _ValArray, _Tp >.

Definition at line 121 of file valarray_after.h.


Constructor & Destructor Documentation

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

Definition at line 123 of file valarray_after.h.


Member Function Documentation

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

Definition at line 127 of file valarray_after.h.

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

Definition at line 131 of file valarray_after.h.


Member Data Documentation

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

Definition at line 135 of file valarray_after.h.

Referenced by std::_IBase< std::valarray< _Tp > >::operator[]().

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

Definition at line 136 of file valarray_after.h.

Referenced by std::_IBase< std::valarray< _Tp > >::operator[](), and std::_IBase< std::valarray< _Tp > >::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