GLI
0.5.0
|
Public Member Functions | |
T * | get () const |
bool | operator!= (shared_ptr const &SharedPtr) const |
T const & | operator* () const |
T & | operator* () |
T const *const | operator-> () const |
T * | operator-> () |
shared_ptr & | operator= (shared_ptr const &SharedPtr) |
shared_ptr & | operator= (T *Pointer) |
bool | operator== (shared_ptr const &SharedPtr) const |
void | reset () |
void | reset (T *Pointer) |
shared_ptr () | |
shared_ptr (shared_ptr const &SharedPtr) | |
shared_ptr (T *Pointer) | |
bool | unique () const |
long | use_count () const |
~shared_ptr () | |
Definition at line 37 of file shared_ptr.hpp.
shared_ptr | ( | ) |
shared_ptr | ( | shared_ptr< T > const & | SharedPtr | ) |
|
explicit |
~shared_ptr | ( | ) |
T* get | ( | ) | const |
bool operator!= | ( | shared_ptr< T > const & | SharedPtr | ) | const |
T const& operator* | ( | ) | const |
T& operator* | ( | ) |
T const* const operator-> | ( | ) | const |
T* operator-> | ( | ) |
shared_ptr& operator= | ( | shared_ptr< T > const & | SharedPtr | ) |
shared_ptr& operator= | ( | T * | Pointer | ) |
bool operator== | ( | shared_ptr< T > const & | SharedPtr | ) | const |
void reset | ( | ) |
void reset | ( | T * | Pointer | ) |
bool unique | ( | ) | const |
long use_count | ( | ) | const |