#include <valarray_before.h>
Inheritance diagram for std::_SBase< _Dom >:

| Public Types | |
| typedef _Dom::value_type | value_type | 
| Public Member Functions | |
| _SBase (const _Dom &__e, const slice &__s) | |
| value_type | operator[] (size_t __i) const | 
| size_t | size () const | 
| Private Attributes | |
| const _Dom & | _M_expr | 
| const slice & | _M_slice | 
Definition at line 668 of file valarray_before.h.
| typedef _Dom::value_type std::_SBase< _Dom >::value_type | 
| std::_SBase< _Dom >::_SBase | ( | const _Dom & | __e, | |
| const slice & | __s | |||
| ) |  [inline] | 
Definition at line 673 of file valarray_before.h.
| value_type std::_SBase< _Dom >::operator[] | ( | size_t | __i | ) | const  [inline] | 
Definition at line 677 of file valarray_before.h.
References std::_SBase< _Dom >::_M_expr, std::_SBase< _Dom >::_M_slice, std::slice::start(), and std::slice::stride().
| size_t std::_SBase< _Dom >::size | ( | ) | const  [inline] | 
Definition at line 681 of file valarray_before.h.
References std::_SBase< _Dom >::_M_slice, and std::slice::size().
| const _Dom& std::_SBase< _Dom >::_M_expr  [private] | 
| const slice& std::_SBase< _Dom >::_M_slice  [private] | 
Definition at line 686 of file valarray_before.h.
Referenced by std::_SBase< _Dom >::operator[](), and std::_SBase< _Dom >::size().
 1.4.7
 1.4.7