 qpid::sys::AbsTime | Class to represent an instant in time |
 additive1 | |
  qpid::RangeSet< T > | A set implemented as a list of [begin, end) ranges |
  qpid::RangeSet< SequenceNumber > | |
   qpid::framing::SequenceSet | |
 qpid::messaging::Address | Represents an address to which messages can be sent and from which messages can be received |
 qpid::Address | Contains the protocol address of an AMQP broker |
 qmf::engine::Agent | Agent - Protocol engine for the QMF agent |
 qpid::console::Agent | |
 qpid::management::AgentAttachment | |
 qmf::engine::AgentEvent | AgentEvent |
 qmf::engine::AgentProxy | |
 qpid::management::Args | |
  qpid::management::ArgsNone | |
 qpid::framing::Array | |
 qpid::console::Object::AttributeMap | |
 qpid::client::AutoCancel | AutoCancel cancels a subscription in its destructor |
 qmf::engine::BrokerEvent | |
 qmf::engine::BrokerProxy | |
 qpid::framing::Buffer | |
 qpid::management::Buffer | This class is a wrapper around qpid::framing::Buffer that does not include any dependencies from boost or from qpid::framing |
 qpid::log::CategoryFileNameHints | |
 qpid::log::CategoryTraits | |
 qpid::console::ClassKey | |
 qpid::client::FailoverManager::Command | Interface to implement for doing work that can be resumed on failover |
 qpid::sys::Condition | A condition variable for thread synchronization |
  qpid::sys::Monitor | A monitor is a condition variable and a mutex |
 qpid::sys::ConditionalScopedLock< L > | |
 qpid::client::Connection | Represents a connection to an AMQP broker |
 qmf::engine::ConnectionSettings | Settings for AMQP connections to the broker |
 qpid::management::ConnectionSettings | Settings for a Connection |
 qpid::client::ConnectionSettings | Settings for a Connection |
 qmf::engine::Console | |
 qmf::engine::ConsoleEvent | |
 qpid::console::ConsoleListener | Implement a subclass of ConsoleListener and subscribe it using the SessionManager to receive indications |
 qmf::engine::ConsoleSettings | |
 qpid::framing::FieldValue::Data | |
  qpid::framing::EncodedValue< T > | |
  qpid::framing::FixedWidthValue< width > | |
  qpid::framing::FixedWidthValue< 0 > | |
  qpid::framing::VariableWidthValue< lenwidth > | |
 qpid::framing::DeliveryProperties | |
 qpid::framing::DtxGetTimeoutResult | |
 qpid::framing::DtxRecoverResult | |
 qpid::messaging::Duration | A duration is a time in milliseconds |
 qpid::sys::Duration | Class to represent the duration between instants of time |
 qmf::engine::Event | |
 qpid::console::Event | |
 qpid::Exception | Base class for Qpid runtime exceptions |
  qpid::ChannelException | |
   qpid::framing::NotAttachedException | The transport is not currently attached to any session |
   qpid::framing::SessionBusyException | The session is currently attached to another transport |
   qpid::framing::TransportBusyException | The transport is currently attached to another session |
   qpid::framing::UnknownIdsException | Command data was received prior to any use of the command-point control |
  qpid::client::CannotConnectException | |
  qpid::ClosedException | |
  qpid::ConnectionException | |
   qpid::framing::ConnectionForcedException | An operator intervened to close the connection for some reason |
   qpid::framing::FramingErrorException | A valid frame header cannot be formed from the incoming byte stream |
   qpid::framing::InvalidPathException | The client tried to work with an unknown virtual host |
  qpid::ErrnoException | Exception that includes an errno message |
  qpid::framing::FieldValueException | Exception that is the base exception for all field table errors |
   qpid::framing::InvalidConversionException | Exception thrown when we can't perform requested conversion |
  qpid::framing::OutOfBounds | |
  qpid::Options::Exception | |
  qpid::SessionException | |
   qpid::framing::CommandInvalidException | The command segments could not be decoded |
   qpid::framing::IllegalArgumentException | The command argument is malformed, i.e |
   qpid::framing::IllegalStateException | The peer sent a command that is not permitted in the current state of the session |
   qpid::framing::InternalErrorException | The peer could not complete the command because of an internal error |
   qpid::framing::InvalidArgumentException | An invalid argument was passed to a command, and the operation could not proceed |
   qpid::framing::NotAllowedException | The peer tried to use a command a manner that is inconsistent with the rules described in the specification |
   qpid::framing::NotFoundException | The client attempted to work with a server entity that does not exist |
   qpid::framing::NotImplementedException | The peer tried to use functionality that is not implemented in its partner |
   qpid::framing::PreconditionFailedException | The client requested a command that was not allowed because some precondition failed |
   qpid::framing::ResourceDeletedException | A server entity the client is working with has been deleted |
   qpid::framing::ResourceLimitExceededException | The client exceeded its resource allocation |
   qpid::framing::ResourceLockedException | The client attempted to work with a server entity to which it has no access because another client is working with it |
   qpid::framing::UnauthorizedAccessException | The client attempted to work with a server entity to which it has no access due to security settings |
  qpid::TransportFailure | Exception representing transport failure |
  qpid::Url::Invalid | |
 qpid::types::Exception | |
  qmf::QmfException | |
   qmf::IndexOutOfRange | |
   qmf::KeyNotFound | |
   qmf::OperationTimedOut | |
  qpid::management::OutOfBounds | |
  qpid::messaging::EncodingException | |
  qpid::messaging::MessagingException | This is the base class for all messaging related exceptions thrown by this API |
   qpid::messaging::ConnectionError | |
   qpid::messaging::InvalidOptionString | Thrown when the syntax of the option string used to configure a connection in not valid |
   qpid::messaging::KeyError | Thrown to indicate a failed lookup of some local object |
   qpid::messaging::LinkError | |
    qpid::messaging::AddressError | |
     qpid::messaging::MalformedAddress | Thrown when an address string with invalid syntax is used |
     qpid::messaging::ResolutionError | Thrown when a syntactically correct address cannot be resolved or used |
      qpid::messaging::AssertionFailed | Thrown when creating a sender or receiver for an address for which some asserted property of the node is not matched |
      qpid::messaging::NotFound | Thrown on attempts to create a sender or receiver to a non-existent node |
    qpid::messaging::ReceiverError | |
     qpid::messaging::FetchError | |
      qpid::messaging::NoMessageAvailable | Thrown by Receiver::fetch(), Receiver::get() and Session::nextReceiver() to indicate that there no message was available before the timeout specified |
    qpid::messaging::SenderError | |
     qpid::messaging::SendError | |
      qpid::messaging::TargetCapacityExceeded | Thrown to indicate that the sender attempted to send a message that would result in the target node on the peer exceeding a preconfigured capacity |
   qpid::messaging::SessionError | |
    qpid::messaging::TransactionError | |
     qpid::messaging::TransactionAborted | Thrown on Session::commit() if reconnection results in the transaction being automatically aborted |
    qpid::messaging::UnauthorizedAccess | Thrown to indicate that the application attempted to do something for which it was not authorised by its peer |
   qpid::messaging::TransportFailure | Thrown to indicate loss of underlying connection |
  qpid::types::InvalidConversion | Thrown when an illegal conversion of a variant is attempted |
 qpid::framing::ExchangeBoundResult | |
 qpid::framing::ExchangeQueryResult | |
 qpid::client::FailoverManager | Utility to manage failover |
 qpid::messaging::FailoverUpdates | A utility to listen for updates on cluster membership and update the list of known urls for a connection accordingly |
 qpid::framing::FieldTable | A set of name-value pairs |
  qpid::client::QueueOptions | A help class to set options on the Queue |
 qpid::framing::FieldValue | Value that can appear in an AMQP field table |
  qpid::framing::ArrayValue | |
  qpid::framing::BoolValue | |
  qpid::framing::DoubleValue | |
  qpid::framing::FieldTableValue | |
  qpid::framing::FloatValue | |
  qpid::framing::Integer16Value | |
  qpid::framing::Integer64Value | |
  qpid::framing::Integer8Value | |
  qpid::framing::IntegerValue | |
  qpid::framing::ListValue | |
  qpid::framing::Str16Value | |
  qpid::framing::Str8Value | |
  qpid::framing::Struct32Value | |
  qpid::framing::TimeValue | |
  qpid::framing::Unsigned16Value | |
  qpid::framing::Unsigned32Value | |
  qpid::framing::Unsigned64Value | |
  qpid::framing::Unsigned8Value | |
  qpid::framing::UuidValue | |
  qpid::framing::Var16Value | |
  qpid::framing::Var32Value | |
  qpid::framing::VoidValue | |
 qpid::framing::FileProperties | |
 qpid::client::FlowControl | Flow control works by associating a finite amount of "credit" with a subscription |
 qpid::framing::FragmentProperties | |
 qpid::client::Future | |
 qpid::client::FutureCompletion | |
  qpid::client::FutureResult | |
 qpid::client::Handle< T > | A handle is like a pointer: refers to an underlying implementation object |
 qmf::Handle< T > | A handle is like a pointer: refers to an underlying implementation object |
 qpid::messaging::Handle< T > | A handle is like a pointer: refers to an underlying implementation object |
 qmf::Handle< AgentEventImpl > | |
  qmf::AgentEvent | |
 qmf::Handle< AgentImpl > | |
  qmf::Agent | |
 qmf::Handle< AgentSessionImpl > | |
  qmf::AgentSession | |
 qpid::client::Handle< CompletionImpl > | |
  qpid::client::Completion | Asynchronous commands that do not return a result will return a Completion |
   qpid::client::TypedResult< T > | Returned by asynchronous commands that return a result |
 qpid::messaging::Handle< ConnectionImpl > | |
  qpid::messaging::Connection | A connection represents a network connection to a remote endpoint |
 qmf::Handle< ConsoleEventImpl > | |
  qmf::ConsoleEvent | |
 qmf::Handle< ConsoleSessionImpl > | |
  qmf::ConsoleSession | |
 qmf::Handle< DataAddrImpl > | |
  qmf::DataAddr | |
 qmf::Handle< DataImpl > | |
  qmf::Data | |
 qpid::client::Handle< LocalQueueImpl > | |
  qpid::client::LocalQueue | A local queue to collect messages retrieved from a remote broker queue |
 qmf::Handle< qmf::PosixEventNotifierImpl > | |
  qmf::posix::EventNotifier | |
 qmf::Handle< QueryImpl > | |
  qmf::Query | |
 qpid::messaging::Handle< ReceiverImpl > | |
  qpid::messaging::Receiver | Interface through which messages are received |
 qmf::Handle< SchemaIdImpl > | |
  qmf::SchemaId | |
 qmf::Handle< SchemaImpl > | |
  qmf::Schema | |
 qmf::Handle< SchemaMethodImpl > | |
  qmf::SchemaMethod | |
 qmf::Handle< SchemaPropertyImpl > | |
  qmf::SchemaProperty | |
 qpid::messaging::Handle< SenderImpl > | |
  qpid::messaging::Sender | Interface through which messages are sent |
 qpid::messaging::Handle< SessionImpl > | |
  qpid::messaging::Session | A session represents a distinct 'conversation' which can involve sending and receiving messages to and from different addresses |
 qmf::Handle< SubscriptionImpl > | |
  qmf::Subscription | |
 qpid::client::Handle< SubscriptionImpl > | |
  qpid::client::Subscription | A handle to an active subscription |
 qpid::client::Handle< SubscriptionManagerImpl > | |
  qpid::client::SubscriptionManager | A class to help create and manage subscriptions |
 qpid::framing::Header | |
 qpid::log::Statement::Initializer | |
 qpid::InlineAllocator< BaseAllocator, Max > | An allocator that has inline storage for up to Max objects of type BaseAllocator::value_type |
 qpid::InlineRebind< RequestedType, InlineType, BaseAllocator, Max > | |
 qpid::InlineRebind< T, T, BaseAllocator, Max > | |
 qpid::InlineVector< T, Max, Alloc > | A vector that stores up to Max elements in inline storage, otherwise uses normal vector allocation |
 qpid::InlineVector< Range< SequenceNumber >, 3 > | |
 qpid::sys::IOHandle | |
  qpid::sys::NullIOHandle | |
  qpid::sys::PosixIOHandle | |
 qpid::sys::IOHandlePrivate | |
 qpid::RangeSet< T >::iterator | |
 qpid::log::LevelTraits | |
 qpid::framing::List | Representation of an AMQP 0-10 list |
 qpid::amqp_0_10::ListCodec | Codec for encoding/decoding a list of Variants using the AMQP 0-10 list encoding |
 qpid::log::Logger | Central logging agent |
 qpid::management::Manageable | |
 qpid::management::ManagementAgent | |
 qpid::management::ManagementItem | |
  qpid::management::ManagementEvent | |
  qpid::management::ManagementObject | |
 qpid::amqp_0_10::MapCodec | Codec for encoding/decoding a map of Variants using the AMQP 0-10 map encoding |
 qmf::engine::Message | |
 qpid::messaging::Message | Representation of a message |
 qpid::client::Message | A message sent to or received from the broker |
 qpid::framing::MessageAcquireResult | |
 qpid::client::MessageListener | Implement a subclass of MessageListener and subscribe it using the SubscriptionManager to receive messages |
  qpid::client::FailoverListener | Listen for updates from the amq.failover exchange |
  qpid::console::Broker | |
 qpid::framing::MessageProperties | |
 qpid::client::MessageReplayTracker | Utility to track messages sent asynchronously, allowing those that are indoubt to be replayed over a new session |
 qpid::framing::MessageResumeResult | |
 qmf::engine::MethodResponse | |
 qpid::console::MethodResponse | |
 qpid::Msg | A simple wrapper for std::ostringstream that allows in place construction of a message and automatic conversion to string |
 qpid::management::Mutex | |
 qpid::sys::Mutex | Mutex lock |
  qpid::sys::Monitor | A monitor is a condition variable and a mutex |
 qpid::management::Notifyable | |
 qmf::engine::Object | |
 qpid::console::Object | |
 qmf::engine::ObjectId | |
 qpid::management::ObjectId | |
 qpid::console::ObjectId | |
 qpid::Options | Base class for options |
  qpid::CommonOptions | Standard options for configuration |
  qpid::log::Options | Logging options for config parser |
  qpid::log::SinkOptions | Logging sink options |
 qpid::OptionValue< T > | |
 qpid::log::Logger::Output | Logging output sink |
 qpid::console::Package | |
 qpid::sys::PODMutex | PODMutex is a POD, can be static-initialized with PODMutex m = QPID_PODMUTEX_INITIALIZER |
 qpid::framing::ProtocolVersion | |
 qmf::engine::Query | |
 qmf::engine::QueryOperand | |
  qmf::engine::QueryElement | |
  qmf::engine::QueryExpression | |
 qmf::engine::QueryResponse | |
 qpid::framing::QueueQueryResult | |
 qpid::sys::Raisable | |
  qpid::sys::ExceptionHolder | Holder for exceptions |
 qpid::Range< T > | A range of values, used in RangeSet |
 qpid::Range< SequenceNumber > | |
 qpid::InlineAllocator< BaseAllocator, Max >::rebind< T1 > | |
 qpid::client::FailoverManager::ReconnectionStrategy | |
 qpid::framing::ReplyTo | |
 qmf::engine::ResilientConnection | ResilientConnection represents a Qpid connection that is resilient |
 qmf::engine::ResilientConnectionEvent | Represents events that occur, unsolicited, from ResilientConnection |
 qpid::sys::Runnable | Interface for objects that can be run, e.g |
  qpid::client::FailoverListener | Listen for updates from the amq.failover exchange |
  qpid::client::SubscriptionManager | A class to help create and manage subscriptions |
 qpid::sys::RWlock | RW lock |
 qmf::engine::SchemaArgument | |
 qpid::console::SchemaArgument | |
 qpid::console::SchemaClass | |
 qmf::engine::SchemaClassKey | |
 qmf::engine::SchemaEventClass | |
 qpid::console::SchemaMethod | |
 qmf::engine::SchemaMethod | |
 qmf::engine::SchemaObjectClass | |
 qmf::engine::SchemaProperty | |
 qpid::console::SchemaProperty | |
 qmf::engine::SchemaStatistic | |
 qpid::console::SchemaStatistic | |
 qpid::sys::ScopedLock< L > | Scoped lock template: calls lock() in ctor, unlock() in dtor |
 qpid::management::ScopedLockTemplate< L > | Scoped lock template: calls lock() in ctor, unlock() in dtor |
 qpid::sys::ScopedRlock< L > | |
 qpid::sys::ScopedUnlock< L > | |
 qpid::management::ScopedUnlockTemplate< L > | |
 qpid::sys::ScopedWlock< L > | |
 qpid::log::Selector | A selector identifies the set of log messages to enable |
 qpid::console::SequenceManager | |
 qpid::framing::SequenceNumber | 4-byte sequence number that 'wraps around' |
 qpid::client::SessionBase_0_10 | Base class for handles to an AMQP session |
  qpid::client::no_keyword::AsyncSession_0_10 | AMQP 0-10 asynchronous session API |
   qpid::client::AsyncSession_0_10 | AMQP 0-10 session API with keyword arguments |
  qpid::client::no_keyword::Session_0_10 | AMQP 0-10 synchronous session API |
   qpid::client::Session_0_10 | AMQP 0-10 session API with keyword arguments |
 qmf::engine::SessionHandle | |
 qpid::SessionId | Identifier for a session |
 qpid::console::SessionManager | |
 qpid::console::SessionManager::Settings | |
 qpid::management::ManagementAgent::Singleton | |
 qpid::log::Statement | POD struct representing a logging statement in source code |
 qpid::framing::StreamProperties | |
 qpid::framing::StructHelper | |
 qpid::client::SubscriptionSettings | Settings for a subscription |
 qpid::sys::Thread | |
 qpid::Url | An AMQP URL contains a list of addresses |
 qpid::types::Uuid | |
 qpid::framing::Uuid | A UUID is represented as a boost::array of 16 bytes |
 qpid::console::Value | |
  qpid::console::BoolValue | |
  qpid::console::DoubleValue | |
  qpid::console::FloatValue | |
  qpid::console::Int64Value | |
  qpid::console::IntValue | |
  qpid::console::MapValue | |
  qpid::console::NullValue | |
  qpid::console::RefValue | |
  qpid::console::StringValue | |
  qpid::console::Uint64Value | |
  qpid::console::UintValue | |
  qpid::console::UuidValue | |
 qmf::engine::Value | |
 qpid::console::ValueFactory | |
 qpid::types::Variant | Represents a value of variable type |
 qpid::framing::Window | |
 qpid::framing::XaResult | |
 qpid::framing::Xid | |