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