#include <qmf/Schema.h>
Definition at line 46 of file Schema.h.
◆ Impl
◆ Schema() [1/3]
qmf::Schema::Schema |
( |
SchemaImpl * |
impl = 0 | ) |
|
◆ Schema() [2/3]
qmf::Schema::Schema |
( |
const Schema & |
| ) |
|
◆ ~Schema()
◆ Schema() [3/3]
qmf::Schema::Schema |
( |
int |
, |
|
|
const std::string & |
, |
|
|
const std::string & |
|
|
) |
| |
◆ addMethod()
◆ addProperty()
◆ finalize()
void qmf::Schema::finalize |
( |
| ) |
|
◆ getDefaultSeverity()
int qmf::Schema::getDefaultSeverity |
( |
| ) |
const |
◆ getDesc()
const std::string& qmf::Schema::getDesc |
( |
| ) |
const |
◆ getMethod()
◆ getMethodCount()
uint32_t qmf::Schema::getMethodCount |
( |
| ) |
const |
◆ getProperty()
◆ getPropertyCount()
uint32_t qmf::Schema::getPropertyCount |
( |
| ) |
const |
◆ getSchemaId()
const SchemaId& qmf::Schema::getSchemaId |
( |
| ) |
const |
◆ isFinalized()
bool qmf::Schema::isFinalized |
( |
| ) |
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=()
◆ setDefaultSeverity()
void qmf::Schema::setDefaultSeverity |
( |
int |
| ) |
|
◆ setDesc()
void qmf::Schema::setDesc |
( |
const std::string & |
| ) |
|
◆ swap()
◆ impl
The documentation for this class was generated from the following file: