#include <qmf/SchemaProperty.h>
|
| typedef SchemaPropertyImpl | Impl |
| |
Definition at line 44 of file SchemaProperty.h.
| qmf::SchemaProperty::SchemaProperty |
( |
SchemaPropertyImpl * |
impl = 0 | ) |
|
| qmf::SchemaProperty::~SchemaProperty |
( |
| ) |
|
| qmf::SchemaProperty::SchemaProperty |
( |
const std::string & |
, |
|
|
int |
, |
|
|
const std::string & |
o = "" |
|
) |
| |
| int qmf::SchemaProperty::getAccess |
( |
| ) |
const |
| const std::string& qmf::SchemaProperty::getDesc |
( |
| ) |
const |
| int qmf::SchemaProperty::getDirection |
( |
| ) |
const |
| const std::string& qmf::SchemaProperty::getName |
( |
| ) |
const |
| const std::string& qmf::SchemaProperty::getSubtype |
( |
| ) |
const |
| int qmf::SchemaProperty::getType |
( |
| ) |
const |
| const std::string& qmf::SchemaProperty::getUnit |
( |
| ) |
const |
| bool qmf::SchemaProperty::isIndex |
( |
| ) |
const |
- 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.
| bool qmf::SchemaProperty::isOptional |
( |
| ) |
const |
- Returns
- true if handle is valid, i.e. not null.
Definition at line 47 of file Handle.h.
Conversion to bool supports idiom if (handle) { handle->...
}
Definition at line 53 of file Handle.h.
Operator ! supports idiom if (!handle) { do_if_handle_is_null(); }.
Definition at line 56 of file Handle.h.
| void qmf::SchemaProperty::setAccess |
( |
int |
| ) |
|
| void qmf::SchemaProperty::setDesc |
( |
const std::string & |
| ) |
|
| void qmf::SchemaProperty::setDirection |
( |
int |
| ) |
|
| void qmf::SchemaProperty::setIndex |
( |
bool |
| ) |
|
| void qmf::SchemaProperty::setOptional |
( |
bool |
| ) |
|
| void qmf::SchemaProperty::setSubtype |
( |
const std::string & |
| ) |
|
| void qmf::SchemaProperty::setUnit |
( |
const std::string & |
| ) |
|
The documentation for this class was generated from the following file: