#include <qmf/SchemaProperty.h>
|
typedef SchemaPropertyImpl | Impl |
|
Definition at line 44 of file SchemaProperty.h.
◆ Impl
◆ SchemaProperty() [1/3]
qmf::SchemaProperty::SchemaProperty |
( |
SchemaPropertyImpl * |
impl = 0 | ) |
|
◆ SchemaProperty() [2/3]
◆ ~SchemaProperty()
qmf::SchemaProperty::~SchemaProperty |
( |
| ) |
|
◆ SchemaProperty() [3/3]
qmf::SchemaProperty::SchemaProperty |
( |
const std::string & |
, |
|
|
int |
, |
|
|
const std::string & |
o = "" |
|
) |
| |
◆ getAccess()
int qmf::SchemaProperty::getAccess |
( |
| ) |
const |
◆ getDesc()
const std::string& qmf::SchemaProperty::getDesc |
( |
| ) |
const |
◆ getDirection()
int qmf::SchemaProperty::getDirection |
( |
| ) |
const |
◆ getName()
const std::string& qmf::SchemaProperty::getName |
( |
| ) |
const |
◆ getSubtype()
const std::string& qmf::SchemaProperty::getSubtype |
( |
| ) |
const |
◆ getType()
int qmf::SchemaProperty::getType |
( |
| ) |
const |
◆ getUnit()
const std::string& qmf::SchemaProperty::getUnit |
( |
| ) |
const |
◆ isIndex()
bool qmf::SchemaProperty::isIndex |
( |
| ) |
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.
◆ isOptional()
bool qmf::SchemaProperty::isOptional |
( |
| ) |
const |
◆ 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=()
◆ setAccess()
void qmf::SchemaProperty::setAccess |
( |
int |
| ) |
|
◆ setDesc()
void qmf::SchemaProperty::setDesc |
( |
const std::string & |
| ) |
|
◆ setDirection()
void qmf::SchemaProperty::setDirection |
( |
int |
| ) |
|
◆ setIndex()
void qmf::SchemaProperty::setIndex |
( |
bool |
| ) |
|
◆ setOptional()
void qmf::SchemaProperty::setOptional |
( |
bool |
| ) |
|
◆ setSubtype()
void qmf::SchemaProperty::setSubtype |
( |
const std::string & |
| ) |
|
◆ setUnit()
void qmf::SchemaProperty::setUnit |
( |
const std::string & |
| ) |
|
◆ swap()
◆ impl
The documentation for this class was generated from the following file: