|
GLI
0.5.0
|
Public Member Functions | |
| T * | get () |
| T const *const | get () const |
| bool | operator!= (shared_array const &SharedArray) const |
| T & | operator* () |
| T const & | operator* () const |
| T * | operator-> () |
| T const *const | operator-> () const |
| shared_array & | operator= (shared_array const &SharedArray) |
| bool | operator== (shared_array const &SharedArray) const |
| void | reset () |
| void | reset (T *Pointer) |
| shared_array () | |
| shared_array (shared_array const &SharedArray) | |
| shared_array (T *Pointer) | |
| virtual | ~shared_array () |
Definition at line 35 of file shared_array.hpp.
| shared_array | ( | ) |
| shared_array | ( | shared_array< T > const & | SharedArray | ) |
| shared_array | ( | T * | Pointer | ) |
|
virtual |
| T* get | ( | ) |
| T const* const get | ( | ) | const |
| bool operator!= | ( | shared_array< T > const & | SharedArray | ) | const |
| T& operator* | ( | ) |
| T const& operator* | ( | ) | const |
| T* operator-> | ( | ) |
| T const* const operator-> | ( | ) | const |
| shared_array& operator= | ( | shared_array< T > const & | SharedArray | ) |
| bool operator== | ( | shared_array< T > const & | SharedArray | ) | const |
| void reset | ( | ) |
| void reset | ( | T * | Pointer | ) |
1.8.5