#include <qmf/AgentEvent.h>
|
typedef AgentEventImpl | Impl |
|
Definition at line 54 of file AgentEvent.h.
◆ Impl
◆ AgentEvent() [1/2]
qmf::AgentEvent::AgentEvent |
( |
AgentEventImpl * |
impl = 0 | ) |
|
◆ AgentEvent() [2/2]
qmf::AgentEvent::AgentEvent |
( |
const AgentEvent & |
| ) |
|
◆ ~AgentEvent()
qmf::AgentEvent::~AgentEvent |
( |
| ) |
|
◆ addReturnArgument()
void qmf::AgentEvent::addReturnArgument |
( |
const std::string & |
, |
|
|
const qpid::types::Variant & |
, |
|
|
const std::string & |
st = "" |
|
) |
| |
◆ getArguments()
◆ getArgumentSubtypes()
◆ getDataAddr()
DataAddr qmf::AgentEvent::getDataAddr |
( |
| ) |
const |
◆ getMethodName()
const std::string& qmf::AgentEvent::getMethodName |
( |
| ) |
const |
◆ getQuery()
Query qmf::AgentEvent::getQuery |
( |
| ) |
const |
◆ getType()
◆ getUserId()
const std::string& qmf::AgentEvent::getUserId |
( |
| ) |
const |
◆ hasDataAddr()
bool qmf::AgentEvent::hasDataAddr |
( |
| ) |
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=()
◆ swap()
◆ impl
The documentation for this class was generated from the following file: