Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET Apache Qpid Documentation

qmf::ConsoleEvent Class Reference

#include <qmf/ConsoleEvent.h>

List of all members.

Public Member Functions

 ConsoleEvent (ConsoleEventImpl *impl=0)
 ConsoleEvent (const ConsoleEvent &)
ConsoleEventoperator= (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::MapgetArguments () const
int getSeverity () const
uint64_t getTimestamp () const
bool isValid () const
bool isNull () const
 operator bool () const
 Conversion to bool supports idiom if (handle) { handle->.
bool operator! () const
 Operator ! supports idiom if (!handle) { do_if_handle_is_null(); }.
void swap (Handle< ConsoleEventImpl > &h)

Protected Types

typedef ConsoleEventImpl Impl

Protected Attributes

Implimpl

Detailed Description

Definition at line 60 of file ConsoleEvent.h.


Member Typedef Documentation

typedef ConsoleEventImpl qmf::Handle< ConsoleEventImpl >::Impl [protected, inherited]

Definition at line 56 of file Handle.h.


Constructor & Destructor Documentation

qmf::ConsoleEvent::ConsoleEvent ( ConsoleEventImpl *  impl = 0  ) 
qmf::ConsoleEvent::ConsoleEvent ( const ConsoleEvent  ) 
qmf::ConsoleEvent::~ConsoleEvent (  ) 

Member Function Documentation

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
Data qmf::ConsoleEvent::getData ( uint32_t   )  const
uint32_t qmf::ConsoleEvent::getDataCount (  )  const
SchemaId qmf::ConsoleEvent::getSchemaId ( uint32_t   )  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
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.

ConsoleEvent& qmf::ConsoleEvent::operator= ( const ConsoleEvent  ) 
void qmf::Handle< ConsoleEventImpl >::swap ( Handle< ConsoleEventImpl > &  h  )  [inline, inherited]

Definition at line 53 of file Handle.h.


Member Data Documentation

Impl* qmf::Handle< ConsoleEventImpl >::impl [protected, inherited]

Definition at line 63 of file Handle.h.


The documentation for this class was generated from the following file:

Qpid C++ API Reference
Generated on Fri May 20 17:17:30 2011 for Qpid C++ Client API by doxygen 1.6.1