Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET Apache Qpid Documentation
Public Member Functions | Protected Types | Protected Attributes | List of all members
qmf::ConsoleEvent Class Reference

#include <qmf/ConsoleEvent.h>

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
 
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

Implimpl
 

Detailed Description

Definition at line 65 of file ConsoleEvent.h.

Member Typedef Documentation

◆ Impl

typedef ConsoleEventImpl qmf::Handle< ConsoleEventImpl >::Impl
protectedinherited

Definition at line 61 of file Handle.h.

Constructor & Destructor Documentation

◆ ConsoleEvent() [1/2]

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

◆ ConsoleEvent() [2/2]

qmf::ConsoleEvent::ConsoleEvent ( const ConsoleEvent )

◆ ~ConsoleEvent()

qmf::ConsoleEvent::~ConsoleEvent ( )

Member Function Documentation

◆ getAgent()

Agent qmf::ConsoleEvent::getAgent ( ) const

◆ getAgentDelReason()

AgentDelReason qmf::ConsoleEvent::getAgentDelReason ( ) const

◆ getArguments()

const qpid::types::Variant::Map& qmf::ConsoleEvent::getArguments ( ) const

◆ getCorrelator()

uint32_t qmf::ConsoleEvent::getCorrelator ( ) const

◆ getData()

Data qmf::ConsoleEvent::getData ( uint32_t  ) const

◆ getDataCount()

uint32_t qmf::ConsoleEvent::getDataCount ( ) const

◆ getSchemaId()

SchemaId qmf::ConsoleEvent::getSchemaId ( uint32_t  ) const

◆ getSchemaIdCount()

uint32_t qmf::ConsoleEvent::getSchemaIdCount ( ) const

◆ getSeverity()

int qmf::ConsoleEvent::getSeverity ( ) const

◆ getTimestamp()

uint64_t qmf::ConsoleEvent::getTimestamp ( ) const

◆ getType()

ConsoleEventCode qmf::ConsoleEvent::getType ( ) const

◆ isFinal()

bool qmf::ConsoleEvent::isFinal ( ) const

◆ isNull()

QMF_INLINE_EXTERN bool qmf::Handle< ConsoleEventImpl >::isNull ( ) const
inlineinherited
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()

QMF_INLINE_EXTERN bool qmf::Handle< ConsoleEventImpl >::isValid ( ) const
inlineinherited
Returns
true if handle is valid, i.e. not null.

Definition at line 47 of file Handle.h.

◆ operator bool()

QMF_INLINE_EXTERN qmf::Handle< ConsoleEventImpl >::operator bool ( ) const
inlineinherited

Conversion to bool supports idiom if (handle) { handle->...

}

Definition at line 53 of file Handle.h.

◆ operator!()

QMF_INLINE_EXTERN bool qmf::Handle< ConsoleEventImpl >::operator! ( ) const
inlineinherited

Operator ! supports idiom if (!handle) { do_if_handle_is_null(); }.

Definition at line 56 of file Handle.h.

◆ operator=()

ConsoleEvent& qmf::ConsoleEvent::operator= ( const ConsoleEvent )

◆ swap()

void qmf::Handle< ConsoleEventImpl >::swap ( Handle< ConsoleEventImpl > &  h)
inlineinherited

Definition at line 58 of file Handle.h.

Member Data Documentation

◆ impl

Impl* qmf::Handle< ConsoleEventImpl >::impl
protectedinherited

Definition at line 68 of file Handle.h.


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

Qpid C++ API Reference
Generated on Tue Jul 31 2018 for Qpid C++ Client API by doxygen 1.8.13