Detailed Description
A smart pointer to a CObject object.
- Note:
- Declared as a class instead of a typedef to avoid multiple defined symbols when linking dynamic libs.
Definition at line 46 of file CObject.h.
#include <mrpt/utils/CObject.h>
List of all members.
Member Typedef Documentation
Constructor & Destructor Documentation
mrpt::utils::CObjectPtr::CObjectPtr |
( |
|
) |
[inline] |
mrpt::utils::CObjectPtr::CObjectPtr |
( |
const CObject & |
data |
) |
[inline, explicit] |
mrpt::utils::CObjectPtr::CObjectPtr |
( |
CObject * |
data |
) |
[inline, explicit] |
Member Function Documentation