std::_FunBase< _Dom, _Arg > Class Template Reference

#include <valarray_before.h>

Inheritance diagram for std::_FunBase< _Dom, _Arg >:

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

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)

template<typename _Dom, typename _Arg>
class std::_FunBase< _Dom, _Arg >


Member Typedef Documentation

template<typename _Dom, typename _Arg>
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 392 of file valarray_before.h.


Constructor & Destructor Documentation

template<typename _Dom, typename _Arg>
std::_FunBase< _Dom, _Arg >::_FunBase const _Dom &  __e,
value_type   __f(_Arg)
[inline]
 

Definition at line 394 of file valarray_before.h.


Member Function Documentation

template<typename _Dom, typename _Arg>
value_type std::_FunBase< _Dom, _Arg >::operator[] size_t  __i  )  const [inline]
 

Definition at line 397 of file valarray_before.h.

template<typename _Dom, typename _Arg>
size_t std::_FunBase< _Dom, _Arg >::size  )  const [inline]
 

Definition at line 400 of file valarray_before.h.


Member Data Documentation

template<typename _Dom, typename _Arg>
const _Dom& std::_FunBase< _Dom, _Arg >::_M_expr [private]
 

Definition at line 403 of file valarray_before.h.

template<typename _Dom, typename _Arg>
value_type(* std::_FunBase< _Dom, _Arg >::_M_func)(_Arg) [private]
 

Referenced by std::_FunBase< valarray< _Tp >, const _Tp & >::operator[]().


The documentation for this class was generated from the following file:
Generated on Tue Jan 30 17:32:16 2007 for GNU C++ STL by doxygen 1.3.6