#include <qmf/SchemaId.h>
|
typedef SchemaIdImpl | Impl |
|
Definition at line 43 of file SchemaId.h.
§ Impl
§ SchemaId() [1/3]
qmf::SchemaId::SchemaId |
( |
SchemaIdImpl * |
impl = 0 | ) |
|
§ SchemaId() [2/3]
qmf::SchemaId::SchemaId |
( |
const SchemaId & |
| ) |
|
§ ~SchemaId()
qmf::SchemaId::~SchemaId |
( |
| ) |
|
§ SchemaId() [3/3]
qmf::SchemaId::SchemaId |
( |
int |
, |
|
|
const std::string & |
, |
|
|
const std::string & |
|
|
) |
| |
§ getHash()
§ getName()
const std::string& qmf::SchemaId::getName |
( |
| ) |
const |
§ getPackageName()
const std::string& qmf::SchemaId::getPackageName |
( |
| ) |
const |
§ getType()
int qmf::SchemaId::getType |
( |
| ) |
const |
§ isNull()
- Returns
- true if handle is null. It is an error to call any function on a null handle.
Definition at line 50 of file Handle.h.
§ isValid()
- Returns
- true if handle is valid, i.e. not null.
Definition at line 47 of file Handle.h.
§ operator bool()
Conversion to bool supports idiom if (handle) { handle->...
}
Definition at line 53 of file Handle.h.
§ operator!()
Operator ! supports idiom if (!handle) { do_if_handle_is_null(); }.
Definition at line 56 of file Handle.h.
§ operator=()
§ setHash()
§ swap()
§ impl
The documentation for this class was generated from the following file: