_CArray< _Tp, _Nb > Struct Template Reference

#include <_carray.h>

List of all members.

Public Member Functions

 _CArray (const _Tp &__val)
 ~_CArray ()
_Tp & operator[] (size_t __i)


Detailed Description

template<class _Tp, size_t _Nb>
struct _CArray< _Tp, _Nb >

Definition at line 36 of file _carray.h.


Constructor & Destructor Documentation

template<class _Tp, size_t _Nb>
_CArray< _Tp, _Nb >::_CArray ( const _Tp &  __val  )  [inline]

Definition at line 37 of file _carray.h.

References __REINTERPRET_CAST, and _Copy_Construct().

template<class _Tp, size_t _Nb>
_CArray< _Tp, _Nb >::~_CArray (  )  [inline]

Definition at line 43 of file _carray.h.

References __REINTERPRET_CAST, and _Destroy_Range().


Member Function Documentation

template<class _Tp, size_t _Nb>
_Tp& _CArray< _Tp, _Nb >::operator[] ( size_t  __i  )  [inline]

Definition at line 48 of file _carray.h.

References __REINTERPRET_CAST, and _STLP_ASSERT.


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



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