Definition at line 228 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 constructor_copy< T > | value_copy |
Public Member Functions | |
smart_ptr (void) | |
smart_ptr (const T &data) | |
smart_ptr (T *data) | |
smart_ptr< T > & | operator= (const T &data) |
smart_ptr< T > & | operator= (const smart_ptr< T > &r) |
~smart_ptr (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, constructor_copy< T >, mrpt::synch::CAtomicCounter > &) |
bool | aliases (const smart_ptr_base< T, constructor_copy< T >, mrpt::synch::CAtomicCounter > &) 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, constructor_copy< T >, mrpt::synch::CAtomicCounter > &) throw (illegal_copy) |
void * | handle (void) const |
void | make_alias (void *handle) |
Protected Attributes | |
smart_ptr_holder< T, mrpt::synch::CAtomicCounter > * | 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 231 of file smart_ptr.hpp.
|
inlineexplicit |
Definition at line 232 of file smart_ptr.hpp.
|
inlineexplicit |
Definition at line 233 of file smart_ptr.hpp.
|
inline |
Definition at line 236 of file smart_ptr.hpp.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inherited |
|
inherited |
|
inherited |
|
inlineinherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inline |
Definition at line 235 of file smart_ptr.hpp.
References stlplus::smart_ptr_base< T, constructor_copy< T >, mrpt::synch::CAtomicCounter >::alias().
|
inline |
Definition at line 234 of file smart_ptr.hpp.
References stlplus::smart_ptr_base< T, constructor_copy< T >, mrpt::synch::CAtomicCounter >::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.1 for MRPT 1.4.0 SVN: at Sun Mar 7 18:43:46 UTC 2021 |