Qpid Proton C++ API  0.38.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
File List
Here is a list of all documented files with brief descriptions:
[detail level 123]
  proton
  codec
 common.hppUnsettled API - Shared codec functions
 decoder.hppUnsettled API - A stream-like decoder from AMQP bytes to C++ values.
 deque.hppUnsettled API - Enable conversions between proton::value and std::deque
 encoder.hppUnsettled API - A stream-like encoder from C++ values to AMQP bytes.
 forward_list.hppUnsettled API - Enable conversions between proton::value and std::forward_list
 list.hppUnsettled API - Enable conversions between proton::value and std::list
 map.hppUnsettled API - Enable conversions between proton::value and std::map
 unordered_map.hppUnsettled API - Enable conversions between proton::value and std::unordered_map
 vector.hppUnsettled API - Enable conversions between proton::value and std::vector
  internal
 comparable.hpp
 data.hpp
 export.hpp
 object.hpp
 type_traits.hpp
  io
 connection_driver.hppUnsettled API - An AMQP driver for a single connection.
 annotation_key.hppA key for use with AMQP annotation maps.
 binary.hppArbitrary binary data.
 byte_array.hppArbitrary fixed-size data.
 connect_config.hpp
 connection.hppA connection to a remote AMQP peer.
 connection_options.hppOptions for creating a connection.
 container.hppA top-level container of connections, sessions, and links.
 decimal.hppAMQP decimal types
 default_container.hppDeprecated - Use the API in container.hpp
 delivery.hppA received message.
 delivery_mode.hppThe message delivery policy to establish when opening a link.
 duration.hppA span of time in milliseconds.
 endpoint.hppThe base class for session, connection, and link.
 error.hppThe base Proton error.
 error_condition.hppDescribes an endpoint error state.
 function.hppDeprecated - Use the API in work_queue.hpp
 fwd.hppForward declarations
 link.hppA named channel for sending or receiving messages.
 listen_handler.hppUnsettled API - A handler for incoming connections.
 listener.hppA listener for incoming connections.
 map.hppA collection of key-value pairs.
 message.hppAn AMQP message.
 message_id.hppAn AMQP message ID.
 messaging_handler.hppHandler for Proton messaging events.
 namespaces.hppNamespace declarations
 null.hppThe type of the AMQP null value.
 receiver.hppA channel for receiving messages.
 receiver_options.hppOptions for creating a receiver.
 reconnect_options.hppUnsettled API - Options for reconnect and failover after connection loss.
 returned.hppA return type for container methods.
 sasl.hppSASL information.
 scalar.hppA holder for an instance of any scalar AMQP type.
 scalar_base.hppThe base class for scalar types.
 sender.hppA channel for sending messages.
 sender_options.hppOptions for creating a sender.
 session.hppA container of senders and receivers.
 session_options.hppOptions for creating a session.
 source.hppA point of origin for messages.
 source_options.hppOptions for creating a source node for a sender or receiver.
 ssl.hppSSL information.
 symbol.hppA string that represents the AMQP symbol type.
 target.hppA destination for messages.
 target_options.hppOptions for creating a target node for a sender or receiver.
 terminus.hppOne end of a link, either a source or a target.
 thread_safe.hppDeprecated - No longer used
 timestamp.hppA 64-bit timestamp in milliseconds since the Unix epoch.
 tracing.hpp
 tracker.hppA tracker for a sent message.
 transfer.hppThe base class for delivery and tracker.
 transport.hppA network channel supporting an AMQP connection.
 type_id.hppType IDs for AMQP data types
 types.hppProton types used to represent AMQP types
 types_fwd.hppForward declarations for Proton types used to represent AMQP types
 url.hppDeprecated - Use a third-party URL library
 uuid.hppA 16-byte universally unique identifier.
 value.hppA holder for any AMQP value, simple or complex.
 work_queue.hppUnsettled API - A context for thread-safe execution of work.