The smart pointer type for the associated class
Definition at line 42 of file CSimpleDatabase.h.
#include <mrpt/utils/CSimpleDatabase.h>
Public Member Functions | |
CSimpleDatabaseTablePtr () | |
CSimpleDatabaseTablePtr (CSimpleDatabaseTable *p) | |
CSimpleDatabaseTablePtr (const mrpt::utils::CSerializablePtr &p) | |
CSimpleDatabaseTablePtr (const mrpt::utils::CObjectPtr &p) | |
void | setFromPointerDoNotFreeAtDtor (const CSimpleDatabaseTable *p) |
CSimpleDatabaseTable * | pointer () |
const CSimpleDatabaseTable * | pointer () const |
CSimpleDatabaseTable * | operator-> (void) |
const CSimpleDatabaseTable * | operator-> (void) const |
CSimpleDatabaseTable & | operator* (void) |
const CSimpleDatabaseTable & | operator* (void) const |
mrpt::utils::CSimpleDatabaseTablePtr::CSimpleDatabaseTablePtr | ( | ) | [inline] |
Definition at line 42 of file CSimpleDatabase.h.
mrpt::utils::CSimpleDatabaseTablePtr::CSimpleDatabaseTablePtr | ( | CSimpleDatabaseTable * | p | ) | [inline, explicit] |
Definition at line 42 of file CSimpleDatabase.h.
mrpt::utils::CSimpleDatabaseTablePtr::CSimpleDatabaseTablePtr | ( | const mrpt::utils::CSerializablePtr & | p | ) | [inline, explicit] |
Definition at line 42 of file CSimpleDatabase.h.
mrpt::utils::CSimpleDatabaseTablePtr::CSimpleDatabaseTablePtr | ( | const mrpt::utils::CObjectPtr & | p | ) | [inline, explicit] |
Definition at line 42 of file CSimpleDatabase.h.
CSimpleDatabaseTable& mrpt::utils::CSimpleDatabaseTablePtr::operator* | ( | void | ) | [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 42 of file CSimpleDatabase.h.
const CSimpleDatabaseTable& mrpt::utils::CSimpleDatabaseTablePtr::operator* | ( | void | ) | const [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 42 of file CSimpleDatabase.h.
const CSimpleDatabaseTable* mrpt::utils::CSimpleDatabaseTablePtr::operator-> | ( | void | ) | const [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 42 of file CSimpleDatabase.h.
CSimpleDatabaseTable* mrpt::utils::CSimpleDatabaseTablePtr::operator-> | ( | void | ) | [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 42 of file CSimpleDatabase.h.
const CSimpleDatabaseTable* mrpt::utils::CSimpleDatabaseTablePtr::pointer | ( | void | ) | const [inline] |
Return the internal plain C++ pointer (const)
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 42 of file CSimpleDatabase.h.
CSimpleDatabaseTable* mrpt::utils::CSimpleDatabaseTablePtr::pointer | ( | void | ) | [inline] |
Return the internal plain C++ pointer
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 42 of file CSimpleDatabase.h.
void mrpt::utils::CSimpleDatabaseTablePtr::setFromPointerDoNotFreeAtDtor | ( | const CSimpleDatabaseTable * | p | ) | [inline] |
Definition at line 42 of file CSimpleDatabase.h.
Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN: at Sat Mar 26 06:16:28 UTC 2011 |