Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
Namespaces | |
namespace | arg |
namespace | no_keyword |
Classes | |
class | AsyncSession_0_10 |
AMQP 0-10 session API with keyword arguments. More... | |
class | Session_0_10 |
AMQP 0-10 session API with keyword arguments. More... | |
Functions | |
AsyncSession_0_10 | async (const SessionBase_0_10 &other) |
Conversion to AsyncSession_0_10 from another session type. | |
Session_0_10 | sync (const SessionBase_0_10 &other) |
Conversion to Session_0_10 from another session type. |
AsyncSession_0_10 qpid::client::async | ( | const SessionBase_0_10 & | other | ) | [inline] |
Conversion to AsyncSession_0_10 from another session type.
Definition at line 553 of file AsyncSession_0_10.h.
Session_0_10 qpid::client::sync | ( | const SessionBase_0_10 & | other | ) | [inline] |
Conversion to Session_0_10 from another session type.
Definition at line 553 of file Session_0_10.h.
Referenced by qpid::client::Session_0_10::BOOST_PARAMETER_MEMFUN(), and qpid::client::AsyncSession_0_10::BOOST_PARAMETER_MEMFUN().