#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.3 for MRPT 0.9.4 SVN:exported at Tue Jan 25 21:56:31 UTC 2011 |