#include <exception.hpp>
Public Member Functions | |
void | adopt (T *px) |
T * | get () const |
refcount_ptr & | operator= (refcount_ptr const &x) |
refcount_ptr () | |
refcount_ptr (refcount_ptr const &x) | |
~refcount_ptr () | |
Private Member Functions | |
void | add_ref () |
void | release () |
Private Attributes | |
T * | px_ |
Definition at line 22 of file exception.hpp.
|
inline |
Definition at line 27 of file exception.hpp.
|
inline |
Definition at line 32 of file exception.hpp.
|
inline |
Definition at line 37 of file exception.hpp.
|
inlineprivate |
Definition at line 69 of file exception.hpp.
|
inline |
Definition at line 51 of file exception.hpp.
|
inline |
Definition at line 59 of file exception.hpp.
|
inline |
Definition at line 44 of file exception.hpp.
|
inlineprivate |
Definition at line 76 of file exception.hpp.
|
private |
Definition at line 66 of file exception.hpp.