Classes | |
struct | content |
Public Member Functions | |
ref_ptr () | |
ref_ptr (T const &t) | |
ref_ptr (ref_ptr const &p) | |
~ref_ptr () | |
ref_ptr & | operator= (ref_ptr const &p) |
T & | operator* () const |
T * | operator-> () const |
Public Attributes | |
content * | ptr |
Reference-counted shared object.
Definition at line 465 of file remake.cpp.
Definition at line 475 of file remake.cpp.
Definition at line 476 of file remake.cpp.
Definition at line 477 of file remake.cpp.
Definition at line 478 of file remake.cpp.
|
inline |
Definition at line 487 of file remake.cpp.
|
inline |
Definition at line 492 of file remake.cpp.
Definition at line 479 of file remake.cpp.
Definition at line 474 of file remake.cpp.
Referenced by ref_ptr< T >::operator*(), ref_ptr< T >::operator=(), ref_ptr< T >::ref_ptr(), and ref_ptr< T >::~ref_ptr().