qmf::Data Class Reference
#include <qmf/Data.h>
List of all members.
Detailed Description
Definition at line 42 of file Data.h.
Member Typedef Documentation
Constructor & Destructor Documentation
qmf::Data::Data |
( |
DataImpl * |
impl = 0 |
) |
|
qmf::Data::Data |
( |
const Data & |
|
) |
|
qmf::Data::Data |
( |
const Schema & |
|
) |
|
Member Function Documentation
const DataAddr& qmf::Data::getAddr |
( |
|
) |
const |
const Agent& qmf::Data::getAgent |
( |
|
) |
const |
const SchemaId& qmf::Data::getSchemaId |
( |
|
) |
const |
bool qmf::Data::hasAddr |
( |
|
) |
const |
bool qmf::Data::hasAgent |
( |
|
) |
const |
bool qmf::Data::hasSchema |
( |
|
) |
const |
bool qmf::Handle< DataImpl >::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< DataImpl >::isValid |
( |
|
) |
const [inline, inherited] |
- Returns:
- true if handle is valid, i.e. not null.
Definition at line 42 of file Handle.h.
qmf::Handle< DataImpl >::operator bool |
( |
|
) |
const [inline, inherited] |
Conversion to bool supports idiom if (handle) { handle->.
.. }
Definition at line 48 of file Handle.h.
bool qmf::Handle< DataImpl >::operator! |
( |
|
) |
const [inline, inherited] |
Operator ! supports idiom if (!handle) { do_if_handle_is_null(); }.
Definition at line 51 of file Handle.h.
Data& qmf::Data::operator= |
( |
const Data & |
|
) |
|
void qmf::Data::setAddr |
( |
const DataAddr & |
|
) |
|
Member Data Documentation
The documentation for this class was generated from the following file: