hmbdc
simplify-high-performance-messaging-programming
 All Classes Namespaces Functions Variables Friends Pages
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123456]
oChmbdc::add_if_not_in_tuple< T, Tuple >
oChmbdc::add_if_not_in_tuple< T, std::tuple< Types...> >
oChmbdc::function_traits< ReturnType(ClassType::*)(Args...) const >::arg< i >
oChmbdc::function_traits< ReturnType(ClassType::*)(Args...)>::arg< i >
oChmbdc::os::BasePtrAllocatorHelping allocating object and its aggregated objects in a continouse memory
oChmbdc::pattern::BlockingBuffer
oChmbdc::app::BlockingContext< MessageTuples >A BlockingContext is like a media object that facilitates the communications for the Clients that it is holding. Each Client is powered by a single OS thread. a Client needs to be started once and only once to a single BlockingContext before any messages sending happens - typically in the initialization stage in main(), undefined behavior otherwise
oChmbdc::app::context_property::broadcast< max_parallel_consumer >Context template parameter inidcating each message is sent to all clients within the Context. This is the default property of a Context
oChmbdc::app::BlockingContext< MessageTuples >::can_handle< Message >
oChmbdc::pattern::lf_misc::chunk_base_ptr< Seq >
oChmbdc::app::Client< CcClient, Messages >A Client represents a thread of execution/a task. The execution is managed by a Context. a Client object could participate in message dispatching as the receiver of specifed message types
oChmbdc::app::Client< AsyncLoggerT< Ctx >, LoggingT< Ctx::MAX_MESSAGE_SIZE > >
oChmbdc::app::Client< CcClient, Messages...>
oChmbdc::app::Client< Pinger< Sender >, Ball >
oChmbdc::app::Client< Ponger< Sender >, Ball >
oChmbdc::app::Client< Proxy< MesssageRecver, RecvMessages...>, RecvMessages...>
oChmbdc::app::Client< ReceiverClient, Message, MessageAtt >
oChmbdc::app::Client< RecvTransportEngine< OutBuffer, MsgArbitrator > >
oChmbdc::app::Client< RecvTransportEngine< OutputBuffer, MsgArbitrator > >
oChmbdc::app::Client< RecvTransportEngineImpl< OutputBuffer, MsgArbitrator > >
oChmbdc::app::Client< SenderClient >
oChmbdc::app::Client< SendTransportEngine >
oChmbdc::app::Client< StuckClientPurger< Buffer > >
oChmbdc::concat_tuple< Tuple0, Tuple1 >
oChmbdc::concat_tuple< std::tuple< T...>, std::tuple< U...> >
oChmbdc::text::stringtriesetclang_detail::const_iterator
oChmbdc::app::blocking_context_detail::context_property_aggregator< MessageTuples >
oChmbdc::app::context_detail::context_property_aggregator< ContextProperties >
oChmbdc::app::context_detail::context_property_aggregator< ContextProperties...>
oChmbdc::app::blocking_context_detail::context_property_aggregator< MessageTuple, MessageTuples...>
oChmbdc::app::BlockingContext< MessageTuples >::createEntry
oChmbdc::os::DefaultAllocatorDefault vanilla allocate
oChmbdc::app::BlockingContext< MessageTuples >::deliverAll
oChmbdc::app::request_reply_proxy_client_detail::deliverBasedOnUuid
oChmbdc::app::request_reply_proxy_client_detail::dispatcher< CcClient, Message >
oChmbdc::app::messagehandler_detail::dispatcher< CcClient, Message >
oChmbdc::app::messagehandler_detail::dispatcher< CcClient, JustBytes >
oChmbdc::app::request_reply_proxy_client_detail::dispatcher< CcClient, REPLY< JustBytes > >
oChmbdc::os::DownloadFile
oChmbdc::os::DownloadMemory
oChmbdc::time::Duration
oChmbdc::app::EmptyLogTrailer
oChmbdc::Endian
oChmbdc::comm::inet::Endpoint
oChmbdc::app::utils::EpollFd
oCexception
oChmbdc::os::ExecutionIoExecute a program as a child and capture its stdin stdout and/or stderr
oChmbdc::function_traits< T >
oChmbdc::function_traits< ReturnType(ClassType::*)(Args...) const >
oChmbdc::function_traits< ReturnType(ClassType::*)(Args...)>
oChmbdc::pattern::GuardedSingleton< Singleton >Base for the Singleton that works with SingletonGuardian
oChmbdc::pattern::GuardedSingleton< AsyncLoggerT< Ctx > >
oChmbdc::pattern::GuardedSingleton< EpollTask >
oChmbdc::pattern::GuardedSingleton< NetContext >
oChmbdc::pattern::GuardedSingleton< SyncLogger >
oChmbdc::os::HandleSignalsFunctions to handle signals
oCstd::hash< hmbdc::text::TypedString< NAME, SIZE > >
oChmbdc::comm::inet::HashEndpoint< asio_endpoint >
oChmbdc::comm::inet::HashSockAddrIn< sockaddr_in >
oChmbdc::app::hasMemoryAttachmentIf a specific hmbdc network transport (for example tcpcast, rmcast, and rnetmap) supports message with memory attachment, the message needs to be derived from this base - as the FIRST base, so it can be handled properly by the hmbdc network transport when sending and receiving it
oChmbdc::app::hasTag< tag >Each message type has 16 bit tag
oChmbdc::app::hasTag< 0 >
oChmbdc::app::hasTag< 1001 >
oChmbdc::app::hasTag< 1002 >
oChmbdc::app::hasTag< 101 >
oChmbdc::app::hasTag< 102 >
oChmbdc::app::hasTag< 201 >
oChmbdc::app::hasTag< 202 >
oChmbdc::app::hasTag< 203 >
oChmbdc::app::hasTag< 204 >
oChmbdc::app::hasTag< 205 >
oChmbdc::app::hasTag< 206 >
oChmbdc::app::hasTag< 3 >
oChmbdc::app::hasTag< 301 >
oChmbdc::app::hasTag< 302 >
oChmbdc::app::hasTag< 4 >
oChmbdc::app::hasTag< 5 >
oChmbdc::app::hasTag< 6 >
oChmbdc::app::hasTag< 7 >
oChmbdc::app::hasTag< 999 >
oChmbdc::app::hasTag< Message::typeTag >
oChmbdc::index_in_tuple< T, Tuple >
oChmbdc::index_in_tuple< T, std::tuple< T, Types...> >
oChmbdc::index_in_tuple< T, std::tuple< U, Types...> >
oChmbdc::index_in_tuple< T, std::tuple<> >
oChmbdc::forwardtupletofunc_detail::index_tuple<>
oChmbdc::insert_in_ordered_tuple< pred, T, Ts >
oChmbdc::insert_in_ordered_tuple< pred, T, std::tuple< T0, Ts...> >
oCInterestsStd tuple holding messages types it can dispatch except REPLYs
oChmbdc::app::context_property::ipc_attacherContext template parameter indicating the Context is ipc enabled and it can attach to an ipc transport thru a name
oChmbdc::app::context_property::ipc_creatorContext template parameter indicating the Context is ipc enabled and it can be attached (see ipc_attacher below) to an ipc transport (thru its name)
oChmbdc::is_first_base_of< Base, Derived >
oChmbdc::pattern::blocking_buffer_detail::iterator
oChmbdc::pattern::lf_misc::iterator< Seq >
oChmbdc::pattern::seqarb_detail::SeqArb< PARTICIPANT_COUNT, Seq, THREADSAFE >::J
oChmbdc::pattern::LockFreeBufferT< MAX_PARALLE_CONSUMER >
oChmbdc::app::utils::AsyncLoggerT< Ctx >::LogHeader
oChmbdc::app::LogTrailer
oChmbdc::forwardtupletofunc_detail::make_indices_impl< I, IndexTuple, Types >
oChmbdc::forwardtupletofunc_detail::make_indices_impl< 0, index_tuple<>, Types...>
oChmbdc::forwardtupletofunc_detail::make_indices_impl< I, index_tuple< Indexes...> >
oChmbdc::forwardtupletofunc_detail::make_indices_impl< I, index_tuple< Indexes...>, T, Types...>
oChmbdc::max_size_in_tuple< Tuple >
oChmbdc::max_size_in_tuple< std::tuple< T, Ts...> >
oChmbdc::app::BlockingContext< MessageTuples >::MCGen< Tuple >
oChmbdc::app::BlockingContext< MessageTuples >::MCGen< Interests >
oChmbdc::app::BlockingContext< MessageTuples >::MCGen< std::tuple< Messages...> >
oChmbdc::merge_tuple_unique< Tuple1, Tuple2 >
oChmbdc::merge_tuple_unique< Tuple1, std::tuple< T, Types...> >
oChmbdc::merge_tuple_unique< Tuple1, std::tuple<> >
oChmbdc::app::MessageHead
oChmbdc::pattern::MonoLockFreeBuffer
oChmbdc::app::context_property::msgless_poolContext template parameter indicating the Context must contain a pool to run Clients and the Clients in the pool shall not receive messages - Unlike the default pool
oChmbdc::app::utils::NetContextUtil
oChmbdc::app::utils::NetPortal< NetContext, SendMessageTuple, RecvMessageTuple >Utility that gives finer control to the user that do not rely on hmbdc Contexts
oChmbdc::app::utils::NetPortal< NetContext, std::tuple< SendMessages...>, std::tuple< RecvMessages...> >
oChmbdc::app::netmap::RecvTransport::NoOpArbTake all arbitrator (no arbitration at all)
oChmbdc::app::udpcast::RecvTransport::NoOpArbTake all arbitrator (no arbitration at all)
oChmbdc::app::tcpcast::RecvTransport::NoOpArbTake all arbitrator (no arbitration at all)
oCnumeric_limits
oChmbdc::text::lfb_stream::OStringStream< Buffer, BufferItem, STREAMABLE_TYPE_TAG >
oChmbdc::text::lfb_stream::OStringStream< Ctx::Buffer, MessageWrap< LoggingT< Ctx::MAX_MESSAGE_SIZE > >, LoggingT< Ctx::MAX_MESSAGE_SIZE >::typeTag >
oChmbdc::app::context_property::partitionContext template parameter inidcating each message is sent to one and only one of the clients within the Context and its attached ipc Contexts if appllies
oChmbdc::app::context_property::pci_ipcWhen processes are distributed on a PCIe board and host PC, add this property
oChmbdc::comm::eth::pkt
oChmbdc::comm::eth::pkt_n< N >
oChmbdc::pattern::PoolConsumer
oChmbdc::pattern::PoolMinus
oChmbdc::pattern::PoolT< Buffer >
oCptree
oChmbdc::time::Rater
oChmbdc::app::tcpcast::recvsession_detail::RecvSession< OutputBuffer, MsgArbitrator >
oChmbdc::app::netmap::RecvTransportPower a netmap port receiving functions
oCRepliesStd tuple holding REPLY messages types it can dispatch
oChmbdc::app::request_reply_proxy_client_detail::ReplyDispatcher< CcClient, Messages >
oChmbdc::app::request_reply_proxy_client_detail::ReplyDispatcher< CcClient, std::tuple< M, Messages...> >
oChmbdc::app::request_reply_proxy_client_detail::RequestReplyProxyClient< CcClient >
oChmbdc::app::RequestReplySender< CcSender >Synchronous request reply interface for the Network Sender
oChmbdc::app::RequestReplySender< Sender >
oCRequestsStd tuple holding REQUEST messages types it can dispatch
oCruntime_error
oChmbdc::app::tcpcast::sendserver_detail::SendServer
oChmbdc::app::tcpcast::sendsession_detail::SendSession
oChmbdc::pattern::seqarb_detail::SeqArb< PARTICIPANT_COUNT, Seq, THREADSAFE >
oChmbdc::pattern::seqarb_detail::SeqArb< PARTICIPANT_COUNT, Seq, false >
oCset_base_hook
oChmbdc::numeric::set_bits_count< v >
oChmbdc::numeric::set_bits_count< 0 >
oChmbdc::app::BlockingContext< MessageTuples >::setupConduit< MsgConduits, DeliverPred, Tuple >
oChmbdc::app::BlockingContext< MessageTuples >::setupConduit< MsgConduits, DeliverPred, std::tuple< M, Messages...> >
oChmbdc::app::BlockingContext< MessageTuples >::setupConduit< MsgConduits, void *, std::tuple< M, Messages...> >
oChmbdc::app::single_thread_powered_clientTrait class, if a Client can only run on a single specific thread in Pool, derive the Client from it, hmbdc will check to ensure that is the case
oChmbdc::pattern::seqarb_detail::SingleThreadSeqArb< PARTICIPANT_COUNT, Seq >
oChmbdc::pattern::SingletonGuardian< Singleton >RAII representing the lifespan of the underlying Singleton which also ganrantees the singularity of underlying Singleton
oChmbdc::pattern::SingletonPlacementGuardian< Singleton >Similar to SingletonGuardian, but supports placement new of the underlying Singleton
oChmbdc::comm::inet::SockAddrInEqual< sockaddr_in >
oChmbdc::sort_tuple< pred, Tuple >
oChmbdc::sort_tuple< pred, std::tuple< T, Ts...> >
oChmbdc::sort_tuple< pred, std::tuple<> >
oChmbdc::numeric::Stat< T >
oChmbdc::numeric::Stat< hmbdc::time::Duration >
oChmbdc::numeric::stathistogram_detail::StatHistogramBase
oChmbdc::text::lfb_stream::Streamable
oChmbdc::text::stringtrieset_detail::stringAccessTraits
oChmbdc::text::StringTrieSetClang
oChmbdc::app::request_reply_proxy_client_detail::SyncData
oChmbdc::time::SysTime
oChmbdc::templatized_aggregator< target_template, Tuple >
oChmbdc::templatized_aggregator< target_template, std::tuple< T, Ts...> >
oChmbdc::templatized_aggregator< target_template, std::tuple< target_template< T >, Ts...> >
oChmbdc::templatized_subtractor< target_template, Tuple >
oChmbdc::templatized_subtractor< target_template, std::tuple< T, Ts...> >
oChmbdc::templatized_subtractor< target_template, std::tuple< target_template< T >, Ts...> >
oChmbdc::time::TimerManager
oChmbdc::app::context_detail::tm_runner< is_timer_manager >
oChmbdc::app::blocking_context_detail::tm_runner< is_timer_manager >
oChmbdc::app::context_detail::tm_runner< true >
oChmbdc::app::blocking_context_detail::tm_runner< true >
oChmbdc::app::Trace
oChmbdc::app::tcpcast::Transport
oChmbdc::app::BlockingContext< MessageTuples >::Transport
oChmbdc::app::BlockingContext< MessageTuples >::TransportEntry< Message >
oChmbdc::app::udpcast::TransportMessageHeader
oChmbdc::app::netmap::TransportMessageHeader
oChmbdc::app::tcpcast::TransportMessageHeader
oCtrie
oCtrie_policy_base
oChmbdc::Typed< NAME, T >
oChmbdc::text::TypedString< NAME, SIZE >
oChmbdc::text::TypedString< TOPIC, 64u >
oChmbdc::comm::Uuid
oChmbdc::comm::eth::virt_header
oChmbdc::XmitEndian< T >
oChmbdc::XmitEndian< pid_t >
oChmbdc::XmitEndian< size_t >
oChmbdc::XmitEndian< uint16_t >
oChmbdc::XmitEndianByteField< T, N >
\Chmbdc::XmitEndianByteField< uint64_t, 6 >