The smart pointer type for the associated class
Definition at line 42 of file CRawlog.h.
#include <mrpt/slam/CRawlog.h>

Public Member Functions | |
| CRawlogPtr () | |
| CRawlogPtr (CRawlog *p) | |
| CRawlogPtr (const mrpt::utils::CSerializablePtr &p) | |
| CRawlogPtr (const mrpt::utils::CObjectPtr &p) | |
| void | setFromPointerDoNotFreeAtDtor (const CRawlog *p) |
| CRawlog * | pointer () |
| const CRawlog * | pointer () const |
| CRawlog * | operator-> (void) |
| const CRawlog * | operator-> (void) const |
| CRawlog & | operator* (void) |
| const CRawlog & | operator* (void) const |
| mrpt::slam::CRawlogPtr::CRawlogPtr | ( | CRawlog * | p ) | [inline, explicit] |
| mrpt::slam::CRawlogPtr::CRawlogPtr | ( | const mrpt::utils::CSerializablePtr & | p ) | [inline, explicit] |
| mrpt::slam::CRawlogPtr::CRawlogPtr | ( | const mrpt::utils::CObjectPtr & | p ) | [inline, explicit] |
| CRawlog& mrpt::slam::CRawlogPtr::operator* | ( | void | ) | [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
| const CRawlog& mrpt::slam::CRawlogPtr::operator* | ( | void | ) | const [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
| const CRawlog* mrpt::slam::CRawlogPtr::operator-> | ( | void | ) | const [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
| CRawlog* mrpt::slam::CRawlogPtr::operator-> | ( | void | ) | [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
| const CRawlog* mrpt::slam::CRawlogPtr::pointer | ( | void | ) | const [inline] |
Return the internal plain C++ pointer (const)
Reimplemented from mrpt::utils::CSerializablePtr.
| CRawlog* mrpt::slam::CRawlogPtr::pointer | ( | void | ) | [inline] |
Return the internal plain C++ pointer
Reimplemented from mrpt::utils::CSerializablePtr.
| Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |