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

std::_Array Struct Template Reference

#include <valarray_array.h>

List of all members.

Public Methods

 _Array (size_t)
 _Array (_Tp *const __restrict__)
 _Array (const valarray< _Tp > &)
 _Array (const _Tp *__restrict__, size_t)
_Tp* begin () const

Public Attributes

_Tp* const __restrict__ _M_data

template<typename _Tp> struct std::_Array


Constructor & Destructor Documentation

template<typename _Tp>
std::_Array< _Tp >::_Array<_Tp> ( size_t __n ) [inline, explicit]
 

Definition at line 396 of file valarray_array.h.

template<typename _Tp>
std::_Array<_Tp>::_Array<_Tp> ( _Tp *const __restrict__ ) [explicit]
 

template<typename _Tp>
std::_Array< _Tp >::_Array<_Tp> ( const valarray< _Tp > & __v ) [inline, explicit]
 

Definition at line 405 of file valarray_array.h.

template<typename _Tp>
std::_Array< _Tp >::_Array<_Tp> ( const _Tp * __restrict__,
size_t __s ) [inline]
 

Definition at line 410 of file valarray_array.h.


Member Function Documentation

template<typename _Tp>
_Tp * std::_Array< _Tp >::begin ( ) const [inline]
 

Definition at line 416 of file valarray_array.h.


Member Data Documentation

template<typename _Tp>
_Tp* const __restrict__ std::_Array<_Tp>::_M_data
 

Definition at line 348 of file valarray_array.h.


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