The smart pointer type for the associated class
Definition at line 40 of file CMatrixB.h.
#include <mrpt/math/CMatrixB.h>
Public Member Functions | |
CMatrixBPtr () | |
CMatrixBPtr (CMatrixB *p) | |
CMatrixBPtr (const mrpt::utils::CSerializablePtr &p) | |
CMatrixBPtr (const mrpt::utils::CObjectPtr &p) | |
void | setFromPointerDoNotFreeAtDtor (const CMatrixB *p) |
CMatrixB * | pointer () |
const CMatrixB * | pointer () const |
CMatrixB * | operator-> (void) |
const CMatrixB * | operator-> (void) const |
CMatrixB & | operator* (void) |
const CMatrixB & | operator* (void) const |
mrpt::math::CMatrixBPtr::CMatrixBPtr | ( | ) | [inline] |
Definition at line 40 of file CMatrixB.h.
mrpt::math::CMatrixBPtr::CMatrixBPtr | ( | CMatrixB * | p ) | [inline, explicit] |
Definition at line 40 of file CMatrixB.h.
mrpt::math::CMatrixBPtr::CMatrixBPtr | ( | const mrpt::utils::CSerializablePtr & | p ) | [inline, explicit] |
Definition at line 40 of file CMatrixB.h.
mrpt::math::CMatrixBPtr::CMatrixBPtr | ( | const mrpt::utils::CObjectPtr & | p ) | [inline, explicit] |
Definition at line 40 of file CMatrixB.h.
CMatrixB& mrpt::math::CMatrixBPtr::operator* | ( | void | ) | [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 40 of file CMatrixB.h.
const CMatrixB& mrpt::math::CMatrixBPtr::operator* | ( | void | ) | const [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 40 of file CMatrixB.h.
const CMatrixB* mrpt::math::CMatrixBPtr::operator-> | ( | void | ) | const [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 40 of file CMatrixB.h.
CMatrixB* mrpt::math::CMatrixBPtr::operator-> | ( | void | ) | [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 40 of file CMatrixB.h.
const CMatrixB* mrpt::math::CMatrixBPtr::pointer | ( | void | ) | const [inline] |
Return the internal plain C++ pointer (const)
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 40 of file CMatrixB.h.
CMatrixB* mrpt::math::CMatrixBPtr::pointer | ( | void | ) | [inline] |
Return the internal plain C++ pointer
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 40 of file CMatrixB.h.
void mrpt::math::CMatrixBPtr::setFromPointerDoNotFreeAtDtor | ( | const CMatrixB * | p ) | [inline] |
Definition at line 40 of file CMatrixB.h.
Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |