#include <mlMetaProfilePtr.h>
Public Member Functions | |
| MLMetaProfilePtr () | |
| ~MLMetaProfilePtr () | |
| void | createMetaProfile (const std::string &description) |
| MLMetaProfile * | operator-> () const |
| MLMetaProfile & | operator* () |
| const MLMetaProfile & | operator* () const |
| MLMetaProfile * | get () const |
| operator bool () const | |
Friends | |
| class | MLMetaProfile |
Definition at line 18 of file mlMetaProfilePtr.h.
| MLMetaProfilePtr::MLMetaProfilePtr | ( | ) |
| MLMetaProfilePtr::~MLMetaProfilePtr | ( | ) |
| void MLMetaProfilePtr::createMetaProfile | ( | const std::string & | description | ) |
| MLMetaProfile* MLMetaProfilePtr::get | ( | ) | const [inline] |
Definition at line 30 of file mlMetaProfilePtr.h.
| MLMetaProfilePtr::operator bool | ( | ) | const [inline] |
Definition at line 32 of file mlMetaProfilePtr.h.
| const MLMetaProfile& MLMetaProfilePtr::operator* | ( | ) | const [inline] |
Definition at line 28 of file mlMetaProfilePtr.h.
| MLMetaProfile& MLMetaProfilePtr::operator* | ( | ) | [inline] |
Definition at line 27 of file mlMetaProfilePtr.h.
| MLMetaProfile* MLMetaProfilePtr::operator-> | ( | ) | const [inline] |
Definition at line 26 of file mlMetaProfilePtr.h.
friend class MLMetaProfile [friend] |
Definition at line 45 of file mlMetaProfilePtr.h.
1.5.8