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

#include <valarray_before.h>

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

std::_RefFunClos< _Expr, _Dom > std::_RefFunClos< _ValArray, _Tp > std::_ValFunClos< _ValArray, _Tp > 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)

Detailed Description

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

Definition at line 407 of file valarray_before.h.


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 410 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 412 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 415 of file valarray_before.h.

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

Definition at line 418 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 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().

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

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


The documentation for this class was generated from the following file:
Generated on Tue Feb 2 16:59:21 2010 for GNU C++ STL by  doxygen 1.4.7