 proton | The main Proton namespace |
  codec | Experimental - AMQP data encoding and decoding |
   start | Experimental - Start encoding a complex type |
   finish | Experimental - Finish inserting or extracting a complex type |
   decoder | Experimental - Stream-like decoder from AMQP bytes to C++ values |
   encoder | Experimental - Stream-like encoder from C++ values to AMQP bytes |
  io | Experimental - An SPI for multithreaded network IO |
   mutable_buffer | Experimental - Pointer to a mutable memory region with a size |
   const_buffer | Experimental - Pointer to a const memory region with a size |
   connection_driver | Experimental - An AMQP driver for a single connection |
   container_impl_base | Experimental - A base container implementation |
   link_namer | Experimental - Generate default link names that are unique within a container |
  annotation_key | A key for use with AMQP annotation maps |
  binary | Arbitrary binary data |
  byte_array | Arbitrary fixed-size data |
  connection | A connection to a remote AMQP peer |
  connection_options | Options for creating a connection |
  container | A top-level container of connections, sessions, senders, and receivers |
  decimal32 | 32-bit decimal floating point |
  decimal64 | 64-bit decimal floating point |
  decimal128 | 128-bit decimal floating point |
  delivery | A received message |
  delivery_mode | The message delivery policy to establish when opening a link |
  duration | A span of time in milliseconds |
  endpoint | The base class for session, connection, and link |
  error | The base Proton error |
  timeout_error | An operation timed out |
  conversion_error | An error converting between AMQP and C++ data |
  error_condition | Describes an endpoint error state |
  event_loop | Experimental - A serial execution context |
  void_function0 | A C++03 compatible void no-argument callback function object |
  thread_safe | Experimental - A thread-safe object wrapper |
  link | A named channel for sending or receiving messages |
  listen_handler | Experimental - A handler for incoming connections |
  listener | A listener for incoming connections |
  message | An AMQP message |
   annotation_map | Experimental - A map of AMQP annotation keys and AMQP values |
   property_map | Experimental - A map of string keys and AMQP scalar values |
  message_id | An AMQP message ID |
  messaging_handler | A handler for Proton messaging events |
  receiver | A channel for receiving messages |
  receiver_options | Options for creating a receiver |
  sasl | SASL information |
  scalar | A holder for an instance of any scalar AMQP type |
  scalar_base | Base class for scalar types |
  sender | A channel for sending messages |
  sender_options | Options for creating a sender |
  session | A container of senders and receivers |
  session_options | Options for creating a session |
  source | A point of origin for messages |
   filter_map | Experimental - A map of AMQP symbol keys and filter specifiers |
  source_options | Options for creating a source node for a sender or receiver |
  ssl | SSL information |
  ssl_certificate | Experimental - An SSL certificate |
  ssl_server_options | Experimental - SSL configuration for inbound connections |
  ssl_client_options | Experimental - SSL configuration for outbound connections |
  symbol | A std::string that represents the AMQP symbol type |
  target | A destination for messages |
  target_options | Options for creating a target node for a sender or receiver |
  terminus | One end of a link, either a source or a target |
  timestamp | A 64-bit timestamp in milliseconds since the Unix epoch |
  tracker | A tracker for a sent message |
  transfer | The base class for delivery and tracker |
  transport | A network channel supporting an AMQP connection |
  url_error | An error encountered during URL parsing |
  url | A URL parser |
  uuid | A 16-byte universally unique identifier |
  value | A holder for any AMQP value, simple or complex |