| Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <Future.h>
Public Member Functions | |
| Future () | |
| Future (const framing::SequenceNumber &id) | |
| template<class T > | |
| void | decodeResult (T &value, SessionImpl &session) |
| void | wait (SessionImpl &session) |
| bool | isComplete (SessionImpl &session) |
| void | setFutureResult (boost::shared_ptr< FutureResult > r) |
Private Member Functions | |
| template<class T > | |
| void | encode (const T t, std::string &data) |
| template<class T > | |
| void | decode (T &t, const std::string &data) |
Definition at line 38 of file Future.h.
| qpid::client::Future::Future | ( | const framing::SequenceNumber & | id | ) | [inline] |
| void qpid::client::Future::decodeResult | ( | T & | value, | |
| SessionImpl & | session | |||
| ) | [inline] |
Definition at line 48 of file Future.h.
References qpid::framing::StructHelper::decode().
Referenced by qpid::client::TypedResult< T >::get().
| bool qpid::client::Future::isComplete | ( | SessionImpl & | session | ) |
Referenced by qpid::client::Completion::isComplete().
| void qpid::client::Future::setFutureResult | ( | boost::shared_ptr< FutureResult > | r | ) |
| void qpid::client::Future::wait | ( | SessionImpl & | session | ) |
Referenced by qpid::client::Completion::wait().
1.5.7.1