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