Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <Invoker.h>
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 |
Definition at line 41 of file Invoker.h.
const std::string& qpid::framing::Invoker::Result::getResult | ( | ) | const [inline] |
bool qpid::framing::Invoker::Result::hasResult | ( | ) | const [inline] |
qpid::framing::Invoker::Result::operator bool | ( | ) | const [inline] |
bool qpid::framing::Invoker::Result::wasHandled | ( | ) | const [inline] |
std::string qpid::framing::Invoker::Result::result |