qmf::ConsoleEvent Class Reference
#include <qmf/ConsoleEvent.h>
List of all members.
Detailed Description
Definition at line 60 of file ConsoleEvent.h.
Member Typedef Documentation
typedef ConsoleEventImpl qmf::Handle< ConsoleEventImpl >::Impl [protected, inherited] |
Constructor & Destructor Documentation
qmf::ConsoleEvent::ConsoleEvent |
( |
ConsoleEventImpl * |
impl = 0 |
) |
|
qmf::ConsoleEvent::~ConsoleEvent |
( |
|
) |
|
Member Function Documentation
Agent qmf::ConsoleEvent::getAgent |
( |
|
) |
const |
uint32_t qmf::ConsoleEvent::getCorrelator |
( |
|
) |
const |
uint32_t qmf::ConsoleEvent::getDataCount |
( |
|
) |
const |
uint32_t qmf::ConsoleEvent::getSchemaIdCount |
( |
|
) |
const |
int qmf::ConsoleEvent::getSeverity |
( |
|
) |
const |
uint64_t qmf::ConsoleEvent::getTimestamp |
( |
|
) |
const |
bool qmf::ConsoleEvent::isFinal |
( |
|
) |
const |
bool qmf::Handle< ConsoleEventImpl >::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< ConsoleEventImpl >::isValid |
( |
|
) |
const [inline, inherited] |
- Returns:
- true if handle is valid, i.e. not null.
Definition at line 42 of file Handle.h.
qmf::Handle< ConsoleEventImpl >::operator bool |
( |
|
) |
const [inline, inherited] |
Conversion to bool supports idiom if (handle) { handle->.
.. }
Definition at line 48 of file Handle.h.
bool qmf::Handle< ConsoleEventImpl >::operator! |
( |
|
) |
const [inline, inherited] |
Operator ! supports idiom if (!handle) { do_if_handle_is_null(); }.
Definition at line 51 of file Handle.h.
void qmf::Handle< ConsoleEventImpl >::swap |
( |
Handle< ConsoleEventImpl > & |
h |
) |
[inline, inherited] |
Member Data Documentation
The documentation for this class was generated from the following file: