The smart pointer type for the associated class
Definition at line 41 of file CText.h.
#include <mrpt/opengl/CText.h>

Public Member Functions | |
| CTextPtr () | |
| CTextPtr (CText *p) | |
| CTextPtr (const CRenderizablePtr &p) | |
| CTextPtr (const mrpt::utils::CObjectPtr &p) | |
| void | setFromPointerDoNotFreeAtDtor (const CText *p) |
| CText * | pointer () |
| const CText * | pointer () const |
| CText * | operator-> (void) |
| const CText * | operator-> (void) const |
| CText & | operator* (void) |
| const CText & | operator* (void) const |
| mrpt::opengl::CTextPtr::CTextPtr | ( | CText * | p ) | [inline, explicit] |
| mrpt::opengl::CTextPtr::CTextPtr | ( | const CRenderizablePtr & | p ) | [inline, explicit] |
| mrpt::opengl::CTextPtr::CTextPtr | ( | const mrpt::utils::CObjectPtr & | p ) | [inline, explicit] |
| CText& mrpt::opengl::CTextPtr::operator* | ( | void | ) | [inline] |
Reimplemented from mrpt::opengl::CRenderizablePtr.
| const CText& mrpt::opengl::CTextPtr::operator* | ( | void | ) | const [inline] |
Reimplemented from mrpt::opengl::CRenderizablePtr.
| const CText* mrpt::opengl::CTextPtr::operator-> | ( | void | ) | const [inline] |
Reimplemented from mrpt::opengl::CRenderizablePtr.
| CText* mrpt::opengl::CTextPtr::operator-> | ( | void | ) | [inline] |
Reimplemented from mrpt::opengl::CRenderizablePtr.
| const CText* mrpt::opengl::CTextPtr::pointer | ( | void | ) | const [inline] |
Return the internal plain C++ pointer (const)
Reimplemented from mrpt::opengl::CRenderizablePtr.
| CText* mrpt::opengl::CTextPtr::pointer | ( | void | ) | [inline] |
Return the internal plain C++ pointer
Reimplemented from mrpt::opengl::CRenderizablePtr.
| Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |