hmbdc
simplify-high-performance-messaging-programming
Classes
hmbdc::app::context_property Namespace Reference

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_attacher
 Context template parameter indicating the Context is ipc enabled and it can attach to an ipc transport thru a name. More...
 
class  ipc_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). 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...
 

Detailed Description

contains the trait types that defines how a Context behave and capabilities