▼Nhmbdc | |
▼Napp | |
►Nconfig_detail | |
CConfig | Class to hold an hmbdc configuration |
►Ncontext_detail | |
Ccontext_property_aggregator | |
Ccontext_property_aggregator< context_property::broadcast< c >, ContextProperties... > | |
Ccontext_property_aggregator< context_property::ipc_attacher, ContextProperties... > | |
Ccontext_property_aggregator< context_property::ipc_creator, ContextProperties... > | |
Ccontext_property_aggregator< context_property::partition, ContextProperties... > | |
CThreadCommBase | Covers the inter-thread and ipc communication fascade |
Ctm_runner | |
Ctm_runner< true > | |
►Ncontext_property | |
Cbroadcast | Context template parameter inidcating each message is sent to all clients within the Context. This is the default property of a Context |
Cipc_attacher | Context template parameter indicating the Context is ipc enabled and it can attach to an ipc transport thru a name |
Cipc_creator | Context template parameter indicating the Context is ipc enabled and it can be attached (see ipc_attacher below) to an ipc transport (thru its name) |
Cpartition | Context 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 |
►Nmcast | |
►Nrecvtransportengine_detail | |
CRecvTransportEngineImpl | Impl class |
CRecvTransportImpl | Impl class |
►Nsendtransportengine_detail | |
CSendTransport | |
CSendTransportEngine | |
CNetContext | Singleton that holding mcast resources |
►CRecvTransport | Interface to power a multicast transport receiving functions |
CNoOpArb | Take all arbitrator (no arbitration at all) |
CSender | Fascade class for sending network messages |
CSubscribe | |
CTransport | |
CTransportMessageHeader | |
CUnsubscribe | |
►Nmessagehandler_detail | |
Cdispatcher | |
Cdispatcher< CcClient, JustBytes > | |
Cno_more | |
►Nnetmap | |
►Nsendtransportengine_detail | |
CSendTransportEngine | Power a netmap port sending functions |
CNetContext | Singleton that holding netmap resources |
►CRecvTransport | Power a netmap port receiving functions |
CNoOpArb | Take all arbitrator (no arbitration at all) |
CRecvTransportEngine | Impl class, |
CSender | Fascade class for sending network messages |
CSubscribe | |
CTransportMessageHeader | |
CUnsubscribe | |
►Ntcpcast | |
►Nrecvsession_detail | |
CRecvSession | |
►Nrecvtransportengine_detail | |
CRecvTransportEngine | Impl class |
►Nsend_detail | |
CSendTransport | Capture the transportation mechanism |
CSendTransportEngine | |
►Nsendserver_detail | |
CAsyncSendServer | |
CSendServer | |
►Nsendsession_detail | |
CAsyncSendSession | |
CSendSession | |
CSyncSendSession | |
CNetContext | Singleton that holding tcpcast resources |
►CRecvTransport | Interface to power a tcpcast transport receiving functions |
CNoOpArb | Take all arbitrator (no arbitration at all) |
CSender | Fascade class for sending network messages |
CSessionDropped | This message appears in the receiver's buffer indicating a previously connected source is dropped |
CSessionStarted | This message appears in the receiver's buffer indicating a new source is connected |
CSubscribe | |
CTopicSource | |
CTransport | |
CTransportMessageHeader | |
CUnsubscribe | |
►Nutils | |
►Nnetperf_detail | |
CMessage | |
CMessageAtt | |
CPeriodicReporter | |
CReceiverClient | |
CSenderClient | |
►Npingpong_detail | |
CBall | |
CPinger | |
CPonger | |
CchangeSched | |
CNetContextUtil | |
CStuckClientPurger | |
CClient | 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 |
CContext | A Context is like a media object that facilitates the communications for the Clients that it is holding. a Client can only be added to (or started within) once to a single Context, undefined behavior otherwise. the communication model is determined by the context_property by default it is in the nature of broadcast fashion within local process indicating by broadcast<> |
CEmptyLogTrailer | |
CFlush | |
ChasMemoryAttachment | If 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 |
ChasTag | Each message type has 16 bit tag |
CJustBytes | A special type of message |
CLastSystemMessage | Hmbdc system messages use tag values less than this one |
►CLoggerT | High performance async logger that doesn't penalize logging threads as much when the logging load is heavy |
CLogHeader | |
CLoggingT | |
CLogTrailer | |
CMemorySeg | |
CMessageHandler | |
CMessageHandler< CcClient, M, Messages... > | |
CMessageHead | |
CMessageWrap | |
CMessageWrap< JustBytes > | |
CSimpleLogger | Very straightforward logger that works safely |
Csingle_thread_powered_client | Trait 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 |
CStartMemorySegTrain | |
CTrace | |
▼Ncomm | |
►Neth | |
Cpkt | |
Cpkt_n | |
Cvirt_header | |
►Ninet | |
CHashEndpoint | |
CTopic | Topic as in the publish / subscribe communication paradigm |
▼Nforwardtupletofunc_detail | |
Cindex_tuple | |
Cmake_indices | |
Cmake_indices_impl | |
Cmake_indices_impl< I, index_tuple< Indexes... > > | |
Cmake_indices_impl< I, index_tuple< Indexes... >, T, Types... > | |
▼Nnumeric | |
►Nstathistogram_detail | |
CStatHistogram | Collect sample values and keep histogram for top percentages |
CStatHistogram< T, false > | |
CStatHistogramBase | |
Cset_bits_count | |
Cset_bits_count< 0 > | |
▼Nos | |
CBasePtrAllocator | Helping allocating object and its aggregated objects in a continouse memory |
CDefaultAllocator | Default vanilla allocate |
CDownloadFile | |
CDownloadMemory | |
CExecutionIo | Execute a program as a child and capture its stdin stdout and/or stderr |
CHandleSignals | Functions to handle signals |
CShmBasePtrAllocator | Helping allocating object and its aggregated objects in a continouse shared memory |
CThreadConfigException | |
▼Npattern | |
►Nlf_misc | |
Cchunk_base_ptr | |
CDeadConsumer | |
Citerator | |
►Nseqarb_detail | |
►CSeqArb | |
CJ | |
CSingleThreadSeqArb | |
Cfunction_traits | |
►Cfunction_traits< ReturnType(ClassType::*)(Args...) const > | |
Carg | |
►Cfunction_traits< ReturnType(ClassType::*)(Args...)> | |
Carg | |
CGuardedSingleton | Base for the Singleton that works with SingletonGuardian |
Cis_first_base_of | |
CLockFreeBufferT | |
CMonoLockFreeBuffer | |
CPoolConsumer | |
CPoolT | |
CSingletonGuardian | RAII representing the lifespan of the underlying Singleton which also ganrantees the singularity of underlying Singleton |
▼Ntext | |
►Nlfb_stream | |
►Nlfbstream_detail | |
CTypedStreamable | |
CTypedStreamable< SIZE_LIMIT, char const * > | |
CTypedStreamable< SIZE_LIMIT, char(&)[N]> | |
CTypedStreamable< SIZE_LIMIT, const char(&)[N]> | |
CTypedStreamable< SIZE_LIMIT, const char[N]> | |
COStringStream | |
CStreamable | |
►Nstringtrieset_detail | |
Cstring_wildcard_trie_search | |
CstringAccessTraits | |
CStringTrieSet | |
►Nstringtriesetclang_detail | |
Cconst_iterator | |
CStringTrieSetClang | |
CTypedString | |
▼Ntime | |
CDailyTimer | |
CDuration | |
COneTimeTimer | |
CRater | |
CReoccuringTimer | |
CSysTime | |
CTimer | |
CTimerManager | |
CExitCode | Exception that just has an exit code |
CUnknownException | Unknown excpetion |
▼Nstd | |
Chash< hmbdc::text::TypedString< NAME, SIZE > > | |
Cnumeric_limits< hmbdc::time::Duration > | |