Whole document tree
    

Whole document tree

Templatestd::_UnFunBase class Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::_UnFunBase< _Dom > Class Template Reference

#include <valarray_meta.h>

Inheritance diagram for std::_UnFunBase:

Inheritance graph
[legend]
List of all members.

Public Types

typedef _Dom::value_type value_type
typedef value_type _Vt

Public Methods

 _UnFunBase (const _Dom &__e, _Vt __f(_Vt))
_Vt operator[] (size_t __i) const
size_t size () const

Private Attributes

const _Dom & _M_expr
_Vt(* _M_func )(_Vt)

template<class _Dom>
class std::_UnFunBase< _Dom >


Member Typedef Documentation

template<class _Dom>
typedef value_type std::_UnFunBase< _Dom >::_Vt
 

Definition at line 59 of file valarray_meta.h.

Referenced by std::_UnFunBase< valarray< _Tp > >::_UnFunBase(), and std::_UnFunBase< valarray< _Tp > >::operator[]().

template<class _Dom>
typedef _Dom::value_type std::_UnFunBase< _Dom >::value_type
 

Reimplemented in std::_UnFunClos< _Expr, _Dom >, and std::_UnFunClos< _ValArray, _Tp >.

Definition at line 58 of file valarray_meta.h.


Constructor & Destructor Documentation

template<class _Dom>
std::_UnFunBase< _Dom >::_UnFunBase const _Dom &    __e,
_Vt __f(_Vt  
[inline]
 

Definition at line 61 of file valarray_meta.h.


Member Function Documentation

template<class _Dom>
_Vt std::_UnFunBase< _Dom >::operator[] size_t    __i const [inline]
 

Definition at line 64 of file valarray_meta.h.

template<class _Dom>
size_t std::_UnFunBase< _Dom >::size   const [inline]
 

Definition at line 65 of file valarray_meta.h.


Member Data Documentation

template<class _Dom>
const _Dom& std::_UnFunBase< _Dom >::_M_expr [private]
 

Definition at line 68 of file valarray_meta.h.

Referenced by std::_UnFunBase< valarray< _Tp > >::_UnFunBase(), std::_UnFunBase< valarray< _Tp > >::operator[](), and std::_UnFunBase< valarray< _Tp > >::size().

template<class _Dom>
_Vt(* std::_UnFunBase< _Dom >::_M_func)(_Vt) [private]
 

Referenced by std::_UnFunBase< valarray< _Tp > >::_UnFunBase(), and std::_UnFunBase< valarray< _Tp > >::operator[]().


The documentation for this class was generated from the following file:
Generated on Mon Apr 8 03:17:55 2002 for libstdc++-v3 Source by doxygen1.2.15