Public Member Functions | |
shared_ptr (T *ptr=0) | |
~shared_ptr () | |
shared_ptr (const shared_ptr< T > &other) | |
shared_ptr & | operator= (const shared_ptr< T > &other) |
T * | operator-> () const |
T * | get () const |
void | swap (shared_ptr< T > &other) |
Public Attributes | |
ncurses::counter | counter_ |
T * | ptr_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|