hmbdc
simplify-high-performance-messaging-programming
|
Classes | |
class | broadcast |
Context template parameter inidcating each message is sent to all clients within the Context. This is the default property of a Context. More... | |
class | ipc_enabled |
Context template parameter indicating the Context is ipc enabled and it can create or be attached to an ipc transport thru a transport name. More... | |
class | msgless_pool |
Context 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. More... | |
class | partition |
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. More... | |
class | pci_ipc |
when processes are distributed on a PCIe board and host PC, add this property More... | |
contains the trait types that defines how a Context behave and capabilities