|
|
| linked_ptr (T *ptr=NULL) |
| |
|
template<typename U > |
| | linked_ptr (linked_ptr< U > const &ptr) |
| |
|
| linked_ptr (linked_ptr const &ptr) |
| |
|
template<typename U > |
| linked_ptr & | operator= (linked_ptr< U > const &ptr) |
| |
|
linked_ptr & | operator= (linked_ptr const &ptr) |
| |
|
void | reset (T *ptr=NULL) |
| |
|
T * | get () const |
| |
|
T * | operator-> () const |
| |
|
T & | operator* () const |
| |
|
bool | operator== (T *p) const |
| |
|
bool | operator!= (T *p) const |
| |
|
template<typename U > |
| bool | operator== (linked_ptr< U > const &ptr) const |
| |
|
template<typename U > |
| bool | operator!= (linked_ptr< U > const &ptr) const |
| |
|
|
template<typename U > |
| class | linked_ptr |
| |
The documentation for this class was generated from the following file: