actor-framework
Public Member Functions | Public Attributes | List of all members
caf::actor_storage< T > Class Template Reference
Collaboration diagram for caf::actor_storage< T >:
Collaboration graph
[legend]

Public Member Functions

template<class... Us>
 actor_storage (actor_id x, node_id y, actor_system *sys, Us &&... zs)
 
 actor_storage (const actor_storage &)=delete
 
actor_storageoperator= (const actor_storage &)=delete
 

Public Attributes

actor_control_block ctrl
 
char pad [CAF_CACHE_LINE_SIZE - sizeof(actor_control_block)]
 
union {
   T   data
 
}; 
 

The documentation for this class was generated from the following file: