#include <valarray_after.h>
Inheritance diagram for std::_GBase< _Dom >:

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 |
Definition at line 49 of file valarray_after.h.
| typedef _Dom::value_type std::_GBase< _Dom >::value_type |
| std::_GBase< _Dom >::_GBase | ( | const _Dom & | __e, | |
| const valarray< size_t > & | __i | |||
| ) | [inline] |
Definition at line 54 of file valarray_after.h.
| 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.
| 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().
const _Dom& std::_GBase< _Dom >::_M_expr [private] |
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().
1.4.7