#include <qmf/ConsoleEvent.h>
|
typedef ConsoleEventImpl | Impl |
|
Definition at line 65 of file ConsoleEvent.h.
◆ Impl
◆ ConsoleEvent() [1/2]
qmf::ConsoleEvent::ConsoleEvent |
( |
ConsoleEventImpl * |
impl = 0 | ) |
|
◆ ConsoleEvent() [2/2]
◆ ~ConsoleEvent()
qmf::ConsoleEvent::~ConsoleEvent |
( |
| ) |
|
◆ getAgent()
Agent qmf::ConsoleEvent::getAgent |
( |
| ) |
const |
◆ getAgentDelReason()
◆ getArguments()
◆ getCorrelator()
uint32_t qmf::ConsoleEvent::getCorrelator |
( |
| ) |
const |
◆ getData()
◆ getDataCount()
uint32_t qmf::ConsoleEvent::getDataCount |
( |
| ) |
const |
◆ getSchemaId()
◆ getSchemaIdCount()
uint32_t qmf::ConsoleEvent::getSchemaIdCount |
( |
| ) |
const |
◆ getSeverity()
int qmf::ConsoleEvent::getSeverity |
( |
| ) |
const |
◆ getTimestamp()
uint64_t qmf::ConsoleEvent::getTimestamp |
( |
| ) |
const |
◆ getType()
◆ isFinal()
bool qmf::ConsoleEvent::isFinal |
( |
| ) |
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: