_Valarray_base< _Tp > Struct Template Reference

#include <_valarray.h>

Inheritance diagram for _Valarray_base< _Tp >:

valarray< _Tp > List of all members.

Public Member Functions

 _Valarray_base ()
 _Valarray_base (size_t __n)
 ~_Valarray_base ()
void _M_allocate (size_t __n)
void _M_deallocate ()

Public Attributes

_Tp * _M_first
size_t _M_size

Detailed Description

template<class _Tp>
struct _Valarray_base< _Tp >

Definition at line 69 of file _valarray.h.


Constructor & Destructor Documentation

template<class _Tp>
_Valarray_base< _Tp >::_Valarray_base (  )  [inline]

Definition at line 74 of file _valarray.h.

template<class _Tp>
_Valarray_base< _Tp >::_Valarray_base ( size_t  __n  )  [inline]

Definition at line 75 of file _valarray.h.

template<class _Tp>
_Valarray_base< _Tp >::~_Valarray_base (  )  [inline]

Definition at line 76 of file _valarray.h.


Member Function Documentation

template<class _Tp>
void _Valarray_base< _Tp >::_M_allocate ( size_t  __n  )  [inline]

template<class _Tp>
void _Valarray_base< _Tp >::_M_deallocate (  )  [inline]


Member Data Documentation


The documentation for this struct was generated from the following file:
  • /home/ntakagi/work/STLport-5.1.5/stlport/stl/_valarray.h



Generated on Mon Mar 10 15:32:56 2008 by  doxygen 1.5.1