libiqxmlrpc  0.12.12
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12345]
 Ciqnet::Accepted_conn_factoryAbstract factory for accepted connections
 Ciqnet::Serial_conn_factory< Conn_type >Factory class for single threaded connections
 Ciqnet::Serial_conn_factory< Transport >
 Ciqxmlrpc::Auth_Plugin_baseHTTP Authentication plugin
 Ciqxmlrpc::BuilderBase
 Ciqxmlrpc::RequestBuilder
 Ciqxmlrpc::ResponseBuilder
 Ciqxmlrpc::ValueBuilderBase
 Ciqxmlrpc::Client_connectionTransport independent base class for XML-RPC client's connection
 Ciqxmlrpc::Http_client_connectionXML-RPC HTTP client's connection (works in blocking mode)
 Ciqxmlrpc::Https_client_connectionXML-RPC HTTPS client's connection
 Ciqxmlrpc::Https_proxy_client_connection
 Ciqxmlrpc::Client_options
 Ciqnet::ssl::ConnectionVerifier
 Ciqnet::Connector_base
 Ciqnet::Connector< TRANSPORT >
 Ciqnet::Connector< Conn_type >
 Ciqnet::ssl::CtxSSL context class. Initializes SSL library
 Ciqxmlrpc::Method::Data
 Ciqnet::Event_handlerBase class for event-driven communication classes
 Ciqnet::Acceptor
 Ciqnet::ConnectionAn established TCP-connection
 Cexception
 Ciqnet::ssl::exceptionException class to wrap errors generated by openssl library
 Ciqxmlrpc::ExecutorAbstract executor class. Defines the policy for method execution
 Ciqxmlrpc::Pool_executorAn Executor which plans request to be executed by a pool of threads
 Ciqxmlrpc::Serial_executorSingle thread executor
 Ciqxmlrpc::Executor_factory_baseAbstract base for Executor's factories
 Ciqxmlrpc::Pool_executor_factoryFactory for Pool_executor objects. It is also serves as a pool of threads
 Ciqxmlrpc::Serial_executor_factoryFactory class for Serial_executor
 Ciqxmlrpc::util::ExplicitPtr< Ptr >
 Ciqnet::Firewall_baseFirewall base class
 Ciqnet::Reactor_base::HandlerState
 Ciqxmlrpc::http::Header
 Ciqxmlrpc::http::Request_headerHTTP request's header
 Ciqxmlrpc::http::Response_headerHTTP response's header
 Ciqnet::Inet_addrAn object representation of internet address
 Citerator
 Ciqxmlrpc::Array::const_iteratorConst interator for Array
 Ciqxmlrpc::Method
 Ciqxmlrpc::builtins::List_methods
 Ciqxmlrpc::Method_function_adapter
 Ciqxmlrpc::Method_dispatcher_baseMethod dispatcher base class
 Ciqxmlrpc::Method_factory_baseAbstract factory for Method
 Ciqxmlrpc::Method_factory< T >Template for simple Method factory
 Ciqxmlrpc::Method_factory< Method_function_adapter >Specialization for funciton adapters
 Ciqxmlrpc::XmlBuilder::Node
 Cnoncopyable
 Ciqnet::Reactor< Lock >
 Ciqnet::Reactor_interrupter
 Ciqnet::Reactor_select_implReactor implementation helper based on select() system call
 Ciqxmlrpc::Client_base
 Ciqxmlrpc::InterceptorInterceptor's base class
 Ciqxmlrpc::Method_dispatcher_managerClass that encapsulate control of multiple method dispatchers
 Ciqxmlrpc::ServerXML-RPC server
 Ciqxmlrpc::util::LockedBool< Lock >Provides serialized access to some bool value
 Ciqxmlrpc::XmlBuilder
 Ciqnet::Null_lockClass which provides null synchronization
 Ciqxmlrpc::http::PacketHTTP packet: Header + Content
 Ciqxmlrpc::http::Error_response
 Ciqxmlrpc::http::Packet_reader
 Ciqxmlrpc::Parser
 Ciqxmlrpc::Pool_executor_traits
 Ciqnet::Reactor_base
 Ciqnet::Reactor< Lock >
 Ciqxmlrpc::RequestIncoming RPC request
 Ciqxmlrpc::ResponseXML-RPC response
 Cruntime_error
 Ciqnet::network_errorException class to wrap a network's subsystem errors
 Ciqxmlrpc::ExceptionBase class for iqxmlrpc exceptions
 Ciqnet::Null_lock::scoped_lock
 Ciqxmlrpc::Serial_executor_traits
 Ciqxmlrpc::Server_connectionBase class for XML-RPC server connections
 Ciqxmlrpc::Http_server_connectionRepresents server-side HTTP non-blocking connection
 Ciqxmlrpc::Https_server_connectionRepresents server-side HTTPS non-blocking connection
 Ciqxmlrpc::Server_feedbackThis clas provides restricted interface of class Server for Method's needs
 Ciqnet::SocketRelatively portable socket class
 Ciqxmlrpc::StateMachine
 Ciqxmlrpc::StateMachine::StateTransition
 Cunary_function
 Ciqxmlrpc::util::Select2nd< M >
 Ciqxmlrpc::ValueProxy class to access XML-RPC values by library users
 Ciqxmlrpc::Value_typeBase type for XML-RPC types
 Ciqxmlrpc::ArrayXML-RPC array type. Operates with objects of type Value, not Value_type
 Ciqxmlrpc::Binary_dataXML-RPC Base64 type
 Ciqxmlrpc::Date_timeXML-RPC dateTime.iso8601 type
 Ciqxmlrpc::NilXML-RPC extension: Nil type
 Ciqxmlrpc::Scalar< T >Template for scalar types based on Value_type (e.g. Int, String, etc.)
 Ciqxmlrpc::StructXML-RPC array type. Operates with objects of type Value, not Value_type
 Ciqxmlrpc::Value_type_visitorThe Value_type's visitor base class
 Ciqxmlrpc::Print_value_visitorValue_type visitor that prints visited values recursively
 Ciqxmlrpc::Value_type_to_xmlValue_type visitor that converts values into XML-RPC representation