Qpid Proton C++
0.17.0
|
Experimental - A base container implementation. More...
#include <container_impl_base.hpp>
Inherits standard_container.
Public Member Functions | |
void | client_connection_options (const connection_options &opts) |
connection_options | client_connection_options () const |
void | server_connection_options (const connection_options &opts) |
connection_options | server_connection_options () const |
void | sender_options (const class sender_options &opts) |
class sender_options | sender_options () const |
void | receiver_options (const class receiver_options &opts) |
class receiver_options | receiver_options () const |
returned< sender > | open_sender (const std::string &url, const class sender_options &opts, const connection_options &copts) |
returned< receiver > | open_receiver (const std::string &url, const class receiver_options &opts, const connection_options &copts) |
Experimental - A base container implementation.
This is a thread-safe partial implementation of the proton::container interface to reduce boilerplate code in container implementations. Requires C++11.
You can ignore this class if you want to implement the functions in a different way.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |