The smart pointer type for the associated class
Definition at line 45 of file CSerializable.h.
#include <mrpt/utils/CSerializable.h>
Inherits mrpt::utils::CObjectPtr.
Inherited by mrpt::detectors::CDetectableObjectPtr, mrpt::hmtslam::CHierarchicalMHMapPtr, mrpt::hmtslam::CHMHMapArcPtr, mrpt::hmtslam::CHMHMapNodePtr, mrpt::hmtslam::CHMTSLAMPtr, mrpt::hmtslam::CLocalMetricHypothesisPtr, mrpt::hmtslam::CLSLAMParticleDataPtr, mrpt::hmtslam::CRobotPosesGraphPtr, mrpt::hmtslam::THypothesisIDSetPtr, mrpt::math::CMatrixBPtr, mrpt::math::CMatrixDPtr, mrpt::math::CMatrixPtr, mrpt::math::CPolygonPtr, mrpt::math::CSplineInterpolator1DPtr, mrpt::opengl::COpenGLScenePtr, mrpt::opengl::COpenGLViewportPtr, mrpt::opengl::CRenderizablePtr, mrpt::poses::CPoint2DPDFPtr, mrpt::poses::CPointPDFPtr, mrpt::poses::CPose3DInterpolatorPtr, mrpt::poses::CPose3DPDFPtr, mrpt::poses::CPose3DQuatPDFPtr, mrpt::poses::CPosePDFPtr, mrpt::poses::CPoses2DSequencePtr, mrpt::poses::CPoses3DSequencePtr, mrpt::poses::TSimple3DPointPtr, mrpt::reactivenav::CHolonomicLogFileRecordPtr, mrpt::reactivenav::CLogFileRecordPtr, mrpt::slam::CActionCollectionPtr, mrpt::slam::CActionPtr, mrpt::slam::CBeaconPtr, mrpt::slam::CIncrementalMapPartitionerPtr, mrpt::slam::CLandmarkPtr, mrpt::slam::CMetricMapPtr, mrpt::slam::CMultiMetricMapPDFPtr, mrpt::slam::CObservationPtr, mrpt::slam::CRawlogPtr, mrpt::slam::CRBPFParticleDataPtr, mrpt::slam::CSensoryFramePtr, mrpt::slam::CSimpleMapPtr, mrpt::utils::CImagePtr, mrpt::utils::CMemoryChunkPtr, mrpt::utils::CMHPropertiesValuesListPtr, mrpt::utils::CPropertiesValuesListPtr, mrpt::utils::CSimpleDatabasePtr, mrpt::utils::CSimpleDatabaseTablePtr, mrpt::utils::CStringListPtr, mrpt::utils::CTypeSelectorPtr, mrpt::utils::TCameraPtr, mrpt::utils::TStereoCameraPtr, and mrpt::vision::CFeaturePtr.
| mrpt::utils::CSerializablePtr::CSerializablePtr |
( |
| ) |
|
|
inline |
| mrpt::utils::CSerializablePtr::CSerializablePtr |
( |
CSerializable * |
p | ) |
|
|
inlineexplicit |
| const CSerializable& mrpt::utils::CSerializablePtr::operator* |
( |
void |
| ) |
const |
|
inline |
| const CSerializable* mrpt::utils::CSerializablePtr::operator-> |
( |
void |
| ) |
const |
|
inline |
| CSerializable* mrpt::utils::CSerializablePtr::operator-> |
( |
void |
| ) |
|
|
inline |
| const CSerializable* mrpt::utils::CSerializablePtr::pointer |
( |
void |
| ) |
const |
|
inline |
Return the internal plain C++ pointer (const)
Definition at line 45 of file CSerializable.h.
| void mrpt::utils::CSerializablePtr::setFromPointerDoNotFreeAtDtor |
( |
const CSerializable * |
p | ) |
|
|
inline |