Qpid Proton C++  0.30.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
\NprotonThe main Proton namespace
 oNcodecUnsettled API - AMQP data encoding and decoding
 |oCstartUnsettled API - Start encoding a complex type
 |oCfinishUnsettled API - Finish inserting or extracting a complex type
 |oCdecoderUnsettled API - A stream-like decoder from AMQP bytes to C++ values
 |\CencoderUnsettled API - A stream-like encoder from C++ values to AMQP bytes
 oNconnect_configUnsettled API
 oNioUnsettled API - Interfaces for IO integration
 |oCmutable_bufferUnsettled API - A pointer to a mutable memory region with a size
 |oCconst_bufferUnsettled API - A pointer to an immutable memory region with a size
 |\Cconnection_driverUnsettled API - An AMQP driver for a single connection
 oCannotation_keyA key for use with AMQP annotation maps
 oCbinaryArbitrary binary data
 oCbyte_arrayArbitrary fixed-size data
 oCconnectionA connection to a remote AMQP peer
 oCconnection_optionsOptions for creating a connection
 oCcontainerA top-level container of connections, sessions, and links
 oCdecimal32A 32-bit decimal floating-point value
 oCdecimal64A 64-bit decimal floating-point value
 oCdecimal128A 128-bit decimal floating-point value
 oCdeliveryA received message
 oCdelivery_modeThe message delivery policy to establish when opening a link
 oCdurationA span of time in milliseconds
 oCendpointThe base class for session, connection, and link
 oCerrorThe base Proton error
 oCtimeout_errorAn operation timed out
 oCconversion_errorAn error converting between AMQP and C++ data
 oCerror_conditionDescribes an endpoint error state
 oCreturnedA return type for container methods
 oClinkA named channel for sending or receiving messages
 oClisten_handlerUnsettled API - A handler for incoming connections
 oClistenerA listener for incoming connections
 oCmapA collection of key-value pairs
 oCmessageAn AMQP message
 oCmessage_idAn AMQP message ID
 oCmessaging_handlerHandler for Proton messaging events
 oCnullThe type of the AMQP null value
 oCreceiverA channel for receiving messages
 oCreceiver_optionsOptions for creating a receiver
 oCreconnect_optionsUnsettled API - Options for reconnect and failover after connection loss
 oCsaslSASL information
 oCscalarA holder for an instance of any scalar AMQP type
 oCscalar_baseThe base class for scalar types
 oCsenderA channel for sending messages
 oCsender_optionsOptions for creating a sender
 oCsessionA container of senders and receivers
 oCsession_optionsOptions for creating a session
 oCsourceA point of origin for messages
 oCsource_optionsOptions for creating a source node for a sender or receiver
 oCsslSSL information
 oCssl_certificateUnsettled API - An SSL certificate
 oCssl_server_optionsUnsettled API - SSL configuration for inbound connections
 oCssl_client_optionsUnsettled API - SSL configuration for outbound connections
 oCsymbolA string that represents the AMQP symbol type
 oCtargetA destination for messages
 oCtarget_optionsOptions for creating a target node for a sender or receiver
 oCterminusOne end of a link, either a source or a target
 oCtimestampA 64-bit timestamp in milliseconds since the Unix epoch
 oCtrackerA tracker for a sent message
 oCtransferThe base class for delivery and tracker
 oCtransportA network channel supporting an AMQP connection
 oCurl_errorDeprecated - Use a third-party URL library
 oCurlDeprecated - Use a third-party URL library
 oCuuidA 16-byte universally unique identifier
 oCvalueA holder for any AMQP value, simple or complex
 \Cwork_queueUnsettled API - A context for thread-safe execution of work