Definition at line 104 of file CColouredPointsMap.h.
#include <mrpt/slam/CColouredPointsMap.h>

Public Types | |
| typedef T | value_type |
| typedef T & | reference |
| typedef const T & | const_reference |
| typedef C | value_copy |
Public Member Functions | |
| smart_ptr_base (void) | |
| smart_ptr_base (const T &data) throw (illegal_copy) | |
| smart_ptr_base (T *data) | |
| smart_ptr_base (const smart_ptr_base< T, C, COUNTER > &r) | |
| ~smart_ptr_base (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 |
| typedef const T& mrpt::stlplus::smart_ptr_base< T, C, COUNTER >::const_reference |
Definition at line 112 of file CColouredPointsMap.h.
| typedef T& mrpt::stlplus::smart_ptr_base< T, C, COUNTER >::reference |
Definition at line 111 of file CColouredPointsMap.h.
| typedef C mrpt::stlplus::smart_ptr_base< T, C, COUNTER >::value_copy |
Definition at line 113 of file CColouredPointsMap.h.
| typedef T mrpt::stlplus::smart_ptr_base< T, C, COUNTER >::value_type |
Definition at line 110 of file CColouredPointsMap.h.
| mrpt::stlplus::smart_ptr_base< T, C, COUNTER >::smart_ptr_base | ( | void | ) |
|
explicit |
|
explicit |
|
explicit |
| mrpt::stlplus::smart_ptr_base< T, C, COUNTER >::~smart_ptr_base | ( | void | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| void mrpt::stlplus::smart_ptr_base< T, C, COUNTER >::copy | ( | const smart_ptr_base< T, C, COUNTER > & | ) | throw (illegal_copy) |
| void* mrpt::stlplus::smart_ptr_base< T, C, COUNTER >::handle | ( | void | ) | const |
| void mrpt::stlplus::smart_ptr_base< T, C, COUNTER >::make_alias | ( | void * | handle | ) |
|
inline |
Referenced by mrpt::utils::metaprogramming::ObjectMakeUnique::operator()().
| bool mrpt::stlplus::smart_ptr_base< T, C, COUNTER >::null | ( | void | ) | const |
| mrpt::stlplus::smart_ptr_base< T, C, COUNTER >::operator bool | ( | void | ) | const |
| bool mrpt::stlplus::smart_ptr_base< T, C, COUNTER >::operator! | ( | void | ) | const |
| T& mrpt::stlplus::smart_ptr_base< T, C, COUNTER >::operator* | ( | void | ) | throw (null_dereference) |
| const T& mrpt::stlplus::smart_ptr_base< T, C, COUNTER >::operator* | ( | void | ) | const throw (null_dereference) |
| T* mrpt::stlplus::smart_ptr_base< T, C, COUNTER >::operator-> | ( | void | ) | throw (null_dereference) |
| const T* mrpt::stlplus::smart_ptr_base< T, C, COUNTER >::operator-> | ( | void | ) | const throw (null_dereference) |
| T* mrpt::stlplus::smart_ptr_base< T, C, COUNTER >::pointer | ( | void | ) |
| const T* mrpt::stlplus::smart_ptr_base< T, C, COUNTER >::pointer | ( | void | ) | const |
| bool mrpt::stlplus::smart_ptr_base< T, C, COUNTER >::present | ( | void | ) | const |
| void mrpt::stlplus::smart_ptr_base< T, C, COUNTER >::set | ( | T * | data = 0 | ) |
| void mrpt::stlplus::smart_ptr_base< T, C, COUNTER >::set_value | ( | const T & | data | ) | throw (illegal_copy) |
| T& mrpt::stlplus::smart_ptr_base< T, C, COUNTER >::value | ( | void | ) | throw (null_dereference) |
| const T& mrpt::stlplus::smart_ptr_base< T, C, COUNTER >::value | ( | void | ) | const throw (null_dereference) |
|
protected |
Definition at line 215 of file CColouredPointsMap.h.
| Page generated by Doxygen 1.8.3 for MRPT 0.9.6 SVN: at Fri Feb 15 22:05:02 EST 2013 |