#include <qmf/DataAddr.h>
|
typedef DataAddrImpl | Impl |
|
Definition at line 42 of file DataAddr.h.
qmf::DataAddr::DataAddr |
( |
DataAddrImpl * |
impl = 0 | ) |
|
qmf::DataAddr::DataAddr |
( |
const DataAddr & |
| ) |
|
qmf::DataAddr::~DataAddr |
( |
| ) |
|
qmf::DataAddr::DataAddr |
( |
const std::string & |
name, |
|
|
const std::string & |
agentName, |
|
|
uint32_t |
agentEpoch = 0 |
|
) |
| |
uint32_t qmf::DataAddr::getAgentEpoch |
( |
| ) |
const |
const std::string& qmf::DataAddr::getAgentName |
( |
| ) |
const |
const std::string& qmf::DataAddr::getName |
( |
| ) |
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.
- 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.
bool qmf::DataAddr::operator< |
( |
const DataAddr & |
| ) |
|
bool qmf::DataAddr::operator< |
( |
const DataAddr & |
| ) |
const |
bool qmf::DataAddr::operator== |
( |
const DataAddr & |
| ) |
|
bool qmf::DataAddr::operator== |
( |
const DataAddr & |
| ) |
const |
The documentation for this class was generated from the following file: