boost::shared_array< T > Class Template Reference

#include <sysc/packages/boost/detail/shared_array_nmt.hpp>

Collaboration diagram for boost::shared_array< T >:

Collaboration graph
[legend]

List of all members.

Public Types

typedef T element_type

Public Member Functions

 shared_array (T *p=0)
 ~shared_array ()
 shared_array (shared_array const &r)
shared_arrayoperator= (shared_array const &r)
void reset (T *p=0)
Tget () const
Toperator[] (std::ptrdiff_t i) const
long use_count () const
bool unique () const
void swap (shared_array< T > &other)


Detailed Description

template<class T>
class boost::shared_array< T >

Definition at line 30 of file shared_array_nmt.hpp.


Member Typedef Documentation

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

Definition at line 38 of file shared_array_nmt.hpp.


Constructor & Destructor Documentation

template<class T>
boost::shared_array< T >::shared_array ( T p = 0  )  [inline, explicit]

Definition at line 40 of file shared_array_nmt.hpp.

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

Definition at line 67 of file shared_array_nmt.hpp.

template<class T>
boost::shared_array< T >::shared_array ( shared_array< T > const &  r  )  [inline]

Definition at line 76 of file shared_array_nmt.hpp.


Member Function Documentation

template<class T>
shared_array& boost::shared_array< T >::operator= ( shared_array< T > const &  r  )  [inline]

Definition at line 82 of file shared_array_nmt.hpp.

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

Definition at line 88 of file shared_array_nmt.hpp.

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

Definition at line 94 of file shared_array_nmt.hpp.

template<class T>
T& boost::shared_array< T >::operator[] ( std::ptrdiff_t  i  )  const [inline]

Definition at line 99 of file shared_array_nmt.hpp.

template<class T>
long boost::shared_array< T >::use_count (  )  const [inline]

Definition at line 106 of file shared_array_nmt.hpp.

template<class T>
bool boost::shared_array< T >::unique (  )  const [inline]

Definition at line 111 of file shared_array_nmt.hpp.

template<class T>
void boost::shared_array< T >::swap ( shared_array< T > &  other  )  [inline]

Definition at line 116 of file shared_array_nmt.hpp.


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

Generated on Wed Jan 21 15:32:12 2009 for SystemC by  doxygen 1.5.5