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::AgentEvent Class Reference

#include <qmf/AgentEvent.h>

Public Member Functions

 AgentEvent (AgentEventImpl *impl=0)
 
 AgentEvent (const AgentEvent &)
 
AgentEventoperator= (const AgentEvent &)
 
 ~AgentEvent ()
 
AgentEventCode getType () const
 
const std::string & getUserId () const
 
Query getQuery () const
 
bool hasDataAddr () const
 
DataAddr getDataAddr () const
 
const std::string & getMethodName () const
 
qpid::types::Variant::MapgetArguments ()
 
qpid::types::Variant::MapgetArgumentSubtypes ()
 
void addReturnArgument (const std::string &, const qpid::types::Variant &, const std::string &st="")
 
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< AgentEventImpl > &h)
 

Protected Types

typedef AgentEventImpl Impl
 

Protected Attributes

Implimpl
 

Detailed Description

Definition at line 54 of file AgentEvent.h.

Member Typedef Documentation

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

Definition at line 61 of file Handle.h.

Constructor & Destructor Documentation

qmf::AgentEvent::AgentEvent ( AgentEventImpl *  impl = 0)
qmf::AgentEvent::AgentEvent ( const AgentEvent )
qmf::AgentEvent::~AgentEvent ( )

Member Function Documentation

void qmf::AgentEvent::addReturnArgument ( const std::string &  ,
const qpid::types::Variant ,
const std::string &  st = "" 
)
qpid::types::Variant::Map& qmf::AgentEvent::getArguments ( )
qpid::types::Variant::Map& qmf::AgentEvent::getArgumentSubtypes ( )
DataAddr qmf::AgentEvent::getDataAddr ( ) const
const std::string& qmf::AgentEvent::getMethodName ( ) const
Query qmf::AgentEvent::getQuery ( ) const
AgentEventCode qmf::AgentEvent::getType ( ) const
const std::string& qmf::AgentEvent::getUserId ( ) const
bool qmf::AgentEvent::hasDataAddr ( ) const
QMF_INLINE_EXTERN bool qmf::Handle< AgentEventImpl >::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.

References qmf::Handle< T >::impl.

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

Definition at line 47 of file Handle.h.

References qmf::Handle< T >::impl.

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

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

}

Definition at line 53 of file Handle.h.

References qmf::Handle< T >::impl.

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

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

Definition at line 56 of file Handle.h.

References qmf::Handle< T >::impl.

AgentEvent& qmf::AgentEvent::operator= ( const AgentEvent )
void qmf::Handle< AgentEventImpl >::swap ( Handle< AgentEventImpl > &  h)
inlineinherited

Definition at line 58 of file Handle.h.

References qmf::Handle< T >::impl.

Member Data Documentation

Impl* qmf::Handle< AgentEventImpl >::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 Oct 28 2014 for Qpid C++ Client API by doxygen 1.8.5