Definition at line 243 of file smart_ptr.hpp.
#include <mrpt/otherlibs/stlplus/smart_ptr.hpp>
Public Types | |
typedef T | value_type |
typedef T & | reference |
typedef const T & | const_reference |
typedef C | value_copy |
Public Member Functions | |
smart_ptr_clone (void) | |
smart_ptr_clone (const T &data) | |
smart_ptr_clone (T *data) | |
smart_ptr_clone< T > & | operator= (const T &data) |
smart_ptr_clone< T > & | operator= (const smart_ptr_clone< T > &r) |
~smart_ptr_clone (void) | |
operator bool (void) const | |
bool | operator! (void) const |
bool | present (void) const |
bool | null (void) const |
T & | operator* (void) throw (null_dereference) |
const T & | operator* (void) const throw (null_dereference) |
T * | operator-> (void) throw (null_dereference) |
const T * | operator-> (void) const throw (null_dereference) |
void | set_value (const T &data) throw (illegal_copy) |
T & | value (void) throw (null_dereference) |
const T & | value (void) const throw (null_dereference) |
void | set (T *data=0) |
T * | pointer (void) |
const T * | pointer (void) const |
void | alias (const smart_ptr_base< T, C, COUNTER > &) |
bool | aliases (const smart_ptr_base< T, C, COUNTER > &) const |
unsigned | alias_count (void) const |
void | clear (void) |
void | clear_unique (void) |
void | make_unique (void) throw (illegal_copy) |
void | copy (const smart_ptr_base< T, C, COUNTER > &) throw (illegal_copy) |
void * | handle (void) const |
void | make_alias (void *handle) |
Protected Attributes | |
smart_ptr_holder< T, COUNTER > * | m_holder |
|
inherited |
Definition at line 72 of file smart_ptr.hpp.
|
inherited |
Definition at line 71 of file smart_ptr.hpp.
|
inherited |
Definition at line 73 of file smart_ptr.hpp.
|
inherited |
Definition at line 70 of file smart_ptr.hpp.
|
inline |
Definition at line 246 of file smart_ptr.hpp.
|
inlineexplicit |
Definition at line 247 of file smart_ptr.hpp.
|
inlineexplicit |
Definition at line 248 of file smart_ptr.hpp.
|
inline |
Definition at line 251 of file smart_ptr.hpp.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Referenced by std::operator!=(), and std::operator==().
|
inlineinherited |
|
inlineinherited |
|
inherited |
|
inherited |
|
inherited |
|
inlineinherited |
Referenced by mrpt::utils::metaprogramming::ObjectMakeUnique::operator()().
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inline |
Definition at line 250 of file smart_ptr.hpp.
References stlplus::smart_ptr_base< T, C, COUNTER >::alias().
|
inline |
Definition at line 249 of file smart_ptr.hpp.
References stlplus::smart_ptr_base< T, C, COUNTER >::set_value().
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
protectedinherited |
Definition at line 175 of file smart_ptr.hpp.
Page generated by Doxygen 1.9.6 for MRPT 1.4.0 SVN: at Tue Jan 17 22:40:29 UTC 2023 |