Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <qmf/ConsoleEvent.h>
Public Member Functions | |
ConsoleEvent (ConsoleEventImpl *impl=0) | |
ConsoleEvent (const ConsoleEvent &) | |
ConsoleEvent & | operator= (const ConsoleEvent &) |
~ConsoleEvent () | |
ConsoleEventCode | getType () const |
uint32_t | getCorrelator () const |
Agent | getAgent () const |
AgentDelReason | getAgentDelReason () const |
uint32_t | getSchemaIdCount () const |
SchemaId | getSchemaId (uint32_t) const |
uint32_t | getDataCount () const |
Data | getData (uint32_t) const |
bool | isFinal () const |
const qpid::types::Variant::Map & | getArguments () const |
int | getSeverity () const |
uint64_t | getTimestamp () const |
QMF_INLINE_EXTERN bool | isValid () const |
QMF_INLINE_EXTERN bool | isNull () const |
QMF_INLINE_EXTERN | operator bool () const |
Conversion to bool supports idiom if (handle) { handle->... More... | |
QMF_INLINE_EXTERN bool | operator! () const |
Operator ! supports idiom if (!handle) { do_if_handle_is_null(); }. More... | |
void | swap (Handle< ConsoleEventImpl > &h) |
Protected Types | |
typedef ConsoleEventImpl | Impl |
Protected Attributes | |
Impl * | impl |
Definition at line 65 of file ConsoleEvent.h.
|
protectedinherited |
qmf::ConsoleEvent::ConsoleEvent | ( | ConsoleEventImpl * | impl = 0 | ) |
qmf::ConsoleEvent::ConsoleEvent | ( | const ConsoleEvent & | ) |
qmf::ConsoleEvent::~ConsoleEvent | ( | ) |
Agent qmf::ConsoleEvent::getAgent | ( | ) | const |
AgentDelReason qmf::ConsoleEvent::getAgentDelReason | ( | ) | const |
const qpid::types::Variant::Map& qmf::ConsoleEvent::getArguments | ( | ) | 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 |
ConsoleEventCode qmf::ConsoleEvent::getType | ( | ) | const |
bool qmf::ConsoleEvent::isFinal | ( | ) | const |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
ConsoleEvent& qmf::ConsoleEvent::operator= | ( | const ConsoleEvent & | ) |
|
inlineinherited |
|
protectedinherited |