Public Types | Public Member Functions | Private Types | Private Member Functions | Private Attributes
boost::scoped_array< T > Class Template Reference

#include <scoped_array.hpp>

List of all members.

Public Types

typedef T element_type

Public Member Functions

T * get () const
T & operator[] (std::ptrdiff_t i) const
void reset (T *p=0)
 scoped_array (T *p=0)
void swap (scoped_array &b)
 ~scoped_array ()

Private Types

typedef scoped_array< T > this_type

Private Member Functions

void operator!= (scoped_array const &) const
scoped_arrayoperator= (scoped_array const &)
void operator== (scoped_array const &) const
 scoped_array (scoped_array const &)

Private Attributes

T * px

Detailed Description

template<class T>
class boost::scoped_array< T >

Definition at line 38 of file scoped_array.hpp.


Member Typedef Documentation

template<class T >
typedef T boost::scoped_array< T >::element_type

Definition at line 54 of file scoped_array.hpp.

template<class T >
typedef scoped_array<T> boost::scoped_array< T >::this_type [private]

Definition at line 47 of file scoped_array.hpp.


Constructor & Destructor Documentation

template<class T >
boost::scoped_array< T >::scoped_array ( scoped_array< T > const &  ) [private]
template<class T >
boost::scoped_array< T >::scoped_array ( T *  p = 0) [inline, explicit]

Definition at line 56 of file scoped_array.hpp.

template<class T >
boost::scoped_array< T >::~scoped_array ( ) [inline]

Definition at line 63 of file scoped_array.hpp.


Member Function Documentation

template<class T >
T* boost::scoped_array< T >::get ( ) const [inline]

Definition at line 84 of file scoped_array.hpp.

template<class T >
void boost::scoped_array< T >::operator!= ( scoped_array< T > const &  ) const [private]
template<class T >
scoped_array& boost::scoped_array< T >::operator= ( scoped_array< T > const &  ) [private]
template<class T >
void boost::scoped_array< T >::operator== ( scoped_array< T > const &  ) const [private]
template<class T >
T& boost::scoped_array< T >::operator[] ( std::ptrdiff_t  i) const [inline]

Definition at line 77 of file scoped_array.hpp.

template<class T >
void boost::scoped_array< T >::reset ( T *  p = 0) [inline]

Definition at line 71 of file scoped_array.hpp.

template<class T >
void boost::scoped_array< T >::swap ( scoped_array< T > &  b) [inline]

Definition at line 92 of file scoped_array.hpp.


Member Data Documentation

template<class T >
T* boost::scoped_array< T >::px [private]

Definition at line 42 of file scoped_array.hpp.


The documentation for this class was generated from the following file:


appl
Author(s): petercai
autogenerated on Tue Jan 7 2014 11:02:30