Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::_GBase Class Template Reference

#include <valarray_meta.h>

Inheritance diagram for std::_GBase:

Inheritance graph
[legend]
Collaboration diagram for std::_GBase:

Collaboration graph
[legend]
List of all members.

Public Types

typedef _Dom::value_type value_type

Public Methods

 _GBase (const _Dom &__e, const valarray< size_t > &__i)
value_type operator[] (size_t __i) const
size_t size () const

Private Attributes

const _Dom& _M_expr
const valarray<size_t>& _M_index

template<class _Dom> class std::_GBase


Member Typedef Documentation

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

Reimplemented in std::_GClos< _Expr, _Dom >.

Definition at line 560 of file valarray_meta.h.


Constructor & Destructor Documentation

template<class _Dom>
std::_GBase<_Dom>::_GBase<_Dom> ( const _Dom & __e,
const valarray< size_t > & __i ) [inline]
 

Definition at line 562 of file valarray_meta.h.


Member Function Documentation

template<class _Dom>
value_type std::_GBase<_Dom>::operator[] ( size_t __i ) const [inline]
 

Definition at line 564 of file valarray_meta.h.

template<class _Dom>
size_t std::_GBase<_Dom>::size ( ) const [inline]
 

Definition at line 566 of file valarray_meta.h.


Member Data Documentation

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

Definition at line 569 of file valarray_meta.h.

template<class _Dom>
const valarray<size_t>& std::_GBase<_Dom>::_M_index [private]
 

Definition at line 570 of file valarray_meta.h.


The documentation for this class was generated from the following file:
Generated at Tue May 1 16:29:48 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001