qmf::Query Class Reference
#include <qmf/Query.h>
List of all members.
Detailed Description
Definition at line 46 of file Query.h.
Member Typedef Documentation
Constructor & Destructor Documentation
qmf::Query::Query |
( |
QueryImpl * |
impl = 0 |
) |
|
qmf::Query::Query |
( |
const Query & |
|
) |
|
qmf::Query::Query |
( |
QueryTarget |
, |
|
|
const std::string & |
predicate = "" | |
|
) |
| | |
qmf::Query::Query |
( |
QueryTarget |
, |
|
|
const std::string & |
className, |
|
|
const std::string & |
package, |
|
|
const std::string & |
predicate = "" | |
|
) |
| | |
Member Function Documentation
const DataAddr& qmf::Query::getDataAddr |
( |
|
) |
const |
const SchemaId& qmf::Query::getSchemaId |
( |
|
) |
const |
bool qmf::Handle< QueryImpl >::isNull |
( |
|
) |
const [inline, inherited] |
- Returns:
- true if handle is null. It is an error to call any function on a null handle.
Definition at line 45 of file Handle.h.
bool qmf::Handle< QueryImpl >::isValid |
( |
|
) |
const [inline, inherited] |
- Returns:
- true if handle is valid, i.e. not null.
Definition at line 42 of file Handle.h.
qmf::Handle< QueryImpl >::operator bool |
( |
|
) |
const [inline, inherited] |
Conversion to bool supports idiom if (handle) { handle->.
.. }
Definition at line 48 of file Handle.h.
bool qmf::Handle< QueryImpl >::operator! |
( |
|
) |
const [inline, inherited] |
Operator ! supports idiom if (!handle) { do_if_handle_is_null(); }.
Definition at line 51 of file Handle.h.
Member Data Documentation
The documentation for this class was generated from the following file: