#include <valarray_before.h>
Inheritance diagram for std::_FunBase< _Dom, _Arg >:

| Public Types | |
| typedef _Dom::value_type | value_type | 
| Public Member Functions | |
| _FunBase (const _Dom &__e, value_type __f(_Arg)) | |
| value_type | operator[] (size_t __i) const | 
| size_t | size () const | 
| Private Attributes | |
| const _Dom & | _M_expr | 
| value_type(* | _M_func )(_Arg) | 
Definition at line 407 of file valarray_before.h.
| typedef _Dom::value_type std::_FunBase< _Dom, _Arg >::value_type | 
Reimplemented in std::_ValFunClos< _Expr, _Dom >, std::_ValFunClos< _ValArray, _Tp >, std::_RefFunClos< _Expr, _Dom >, and std::_RefFunClos< _ValArray, _Tp >.
Definition at line 410 of file valarray_before.h.
| std::_FunBase< _Dom, _Arg >::_FunBase | ( | const _Dom & | __e, | |
| value_type | __f(_Arg) | |||
| ) |  [inline] | 
Definition at line 412 of file valarray_before.h.
| value_type std::_FunBase< _Dom, _Arg >::operator[] | ( | size_t | __i | ) | const  [inline] | 
Definition at line 415 of file valarray_before.h.
| size_t std::_FunBase< _Dom, _Arg >::size | ( | ) | const  [inline] | 
Definition at line 418 of file valarray_before.h.
| const _Dom& std::_FunBase< _Dom, _Arg >::_M_expr  [private] | 
Definition at line 421 of file valarray_before.h.
Referenced by std::_FunBase< const std::valarray< _Tp >, _Tp & >::operator[](), and std::_FunBase< const std::valarray< _Tp >, _Tp & >::size().
| value_type(* std::_FunBase< _Dom, _Arg >::_M_func)(_Arg)  [private] | 
 1.4.7
 1.4.7