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

qpid::framing::Invoker::Result Struct Reference

#include <Invoker.h>

List of all members.

Public Member Functions

 Result ()
const std::string & getResult () const
bool hasResult () const
bool wasHandled () const
 operator bool () const

Public Attributes

std::string result
bool handled


Detailed Description

Definition at line 41 of file Invoker.h.


Constructor & Destructor Documentation

qpid::framing::Invoker::Result::Result (  )  [inline]

Definition at line 43 of file Invoker.h.


Member Function Documentation

const std::string& qpid::framing::Invoker::Result::getResult (  )  const [inline]

Definition at line 44 of file Invoker.h.

References result.

bool qpid::framing::Invoker::Result::hasResult (  )  const [inline]

Definition at line 45 of file Invoker.h.

References result.

qpid::framing::Invoker::Result::operator bool (  )  const [inline]

Definition at line 47 of file Invoker.h.

References handled.

bool qpid::framing::Invoker::Result::wasHandled (  )  const [inline]

Definition at line 46 of file Invoker.h.

References handled.


Member Data Documentation

Definition at line 50 of file Invoker.h.

Referenced by operator bool(), and wasHandled().

Definition at line 49 of file Invoker.h.

Referenced by getResult(), and hasResult().


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

Qpid C++ API Reference
Generated on Thu Mar 19 15:24:04 2009 for Qpid C++ Client API by doxygen 1.5.7.1