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

Public Types | |
| typedef T | element_type |
Public Member Functions | |
| shared_array (T *p=0) | |
| ~shared_array () | |
| shared_array (shared_array const &r) | |
| shared_array & | operator= (shared_array const &r) |
| void | reset (T *p=0) |
| T * | get () const |
| T & | operator[] (std::ptrdiff_t i) const |
| long | use_count () const |
| bool | unique () const |
| void | swap (shared_array< T > &other) |
Definition at line 30 of file shared_array_nmt.hpp.
| typedef T boost::shared_array< T >::element_type |
Definition at line 38 of file shared_array_nmt.hpp.
| boost::shared_array< T >::shared_array | ( | T * | p = 0 |
) | [inline, explicit] |
Definition at line 40 of file shared_array_nmt.hpp.
| boost::shared_array< T >::~shared_array | ( | ) | [inline] |
Definition at line 67 of file shared_array_nmt.hpp.
| boost::shared_array< T >::shared_array | ( | shared_array< T > const & | r | ) | [inline] |
Definition at line 76 of file shared_array_nmt.hpp.
| shared_array& boost::shared_array< T >::operator= | ( | shared_array< T > const & | r | ) | [inline] |
Definition at line 82 of file shared_array_nmt.hpp.
| void boost::shared_array< T >::reset | ( | T * | p = 0 |
) | [inline] |
Definition at line 88 of file shared_array_nmt.hpp.
| T* boost::shared_array< T >::get | ( | ) | const [inline] |
Definition at line 94 of file shared_array_nmt.hpp.
| T& boost::shared_array< T >::operator[] | ( | std::ptrdiff_t | i | ) | const [inline] |
Definition at line 99 of file shared_array_nmt.hpp.
| long boost::shared_array< T >::use_count | ( | ) | const [inline] |
Definition at line 106 of file shared_array_nmt.hpp.
| bool boost::shared_array< T >::unique | ( | ) | const [inline] |
Definition at line 111 of file shared_array_nmt.hpp.
| void boost::shared_array< T >::swap | ( | shared_array< T > & | other | ) | [inline] |
Definition at line 116 of file shared_array_nmt.hpp.
1.5.5