std::_BinBase< _Oper, _FirstArg, _SecondArg > Class Template Reference

#include <valarray_before.h>

Inheritance diagram for std::_BinBase< _Oper, _FirstArg, _SecondArg >:

std::_BinClos< _Oper, _Expr, _ValArray, _Dom, typename _Dom::value_type > std::_BinClos< _Oper, _ValArray, _Expr, typename _Dom::value_type, _Dom > std::_BinClos< _Oper, _ValArray, _ValArray, _Tp, _Tp > List of all members.

Public Types

typedef _FirstArg::value_type _Vt
typedef __fun< _Oper, _Vt
>::result_type 
value_type

Public Member Functions

 _BinBase (const _FirstArg &__e1, const _SecondArg &__e2)
value_type operator[] (size_t __i) const
size_t size () const

Private Attributes

const _FirstArg & _M_expr1
const _SecondArg & _M_expr2

Detailed Description

template<class _Oper, class _FirstArg, class _SecondArg>
class std::_BinBase< _Oper, _FirstArg, _SecondArg >

Definition at line 517 of file valarray_before.h.


Member Typedef Documentation

template<class _Oper, class _FirstArg, class _SecondArg>
typedef _FirstArg::value_type std::_BinBase< _Oper, _FirstArg, _SecondArg >::_Vt

Definition at line 520 of file valarray_before.h.

template<class _Oper, class _FirstArg, class _SecondArg>
typedef __fun<_Oper, _Vt>::result_type std::_BinBase< _Oper, _FirstArg, _SecondArg >::value_type

Reimplemented in std::_BinClos< _Oper, _Expr, _Expr, _Dom1, _Dom2 >, std::_BinClos< _Oper, _ValArray, _ValArray, _Tp, _Tp >, std::_BinClos< _Oper, _Expr, _ValArray, _Dom, typename _Dom::value_type >, and std::_BinClos< _Oper, _ValArray, _Expr, typename _Dom::value_type, _Dom >.

Definition at line 521 of file valarray_before.h.


Constructor & Destructor Documentation

template<class _Oper, class _FirstArg, class _SecondArg>
std::_BinBase< _Oper, _FirstArg, _SecondArg >::_BinBase ( const _FirstArg &  __e1,
const _SecondArg &  __e2 
) [inline]

Definition at line 523 of file valarray_before.h.


Member Function Documentation

template<class _Oper, class _FirstArg, class _SecondArg>
value_type std::_BinBase< _Oper, _FirstArg, _SecondArg >::operator[] ( size_t  __i  )  const [inline]

Definition at line 526 of file valarray_before.h.

template<class _Oper, class _FirstArg, class _SecondArg>
size_t std::_BinBase< _Oper, _FirstArg, _SecondArg >::size (  )  const [inline]

Definition at line 529 of file valarray_before.h.


Member Data Documentation

template<class _Oper, class _FirstArg, class _SecondArg>
const _FirstArg& std::_BinBase< _Oper, _FirstArg, _SecondArg >::_M_expr1 [private]

Definition at line 532 of file valarray_before.h.

Referenced by std::_BinBase< _Oper, _Dom, std::valarray< _Dom::value_type > >::operator[](), and std::_BinBase< _Oper, _Dom, std::valarray< _Dom::value_type > >::size().

template<class _Oper, class _FirstArg, class _SecondArg>
const _SecondArg& std::_BinBase< _Oper, _FirstArg, _SecondArg >::_M_expr2 [private]

Definition at line 533 of file valarray_before.h.

Referenced by std::_BinBase< _Oper, _Dom, std::valarray< _Dom::value_type > >::operator[]().


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