#include <qmf/Query.h>
Definition at line 51 of file Query.h.
§ Impl
§ Query() [1/6]
qmf::Query::Query |
( |
QueryImpl * |
impl = 0 | ) |
|
§ Query() [2/6]
qmf::Query::Query |
( |
const Query & |
| ) |
|
§ ~Query()
§ Query() [3/6]
qmf::Query::Query |
( |
QueryTarget |
, |
|
|
const std::string & |
predicate = "" |
|
) |
| |
§ Query() [4/6]
qmf::Query::Query |
( |
QueryTarget |
, |
|
|
const std::string & |
className, |
|
|
const std::string & |
package, |
|
|
const std::string & |
predicate = "" |
|
) |
| |
§ Query() [5/6]
§ Query() [6/6]
§ getDataAddr()
const DataAddr& qmf::Query::getDataAddr |
( |
| ) |
const |
§ getPredicate()
§ getSchemaId()
const SchemaId& qmf::Query::getSchemaId |
( |
| ) |
const |
§ getTarget()
§ 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.
§ matchesPredicate()
§ 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=()
§ setPredicate()
§ swap()
§ impl
The documentation for this class was generated from the following file: