AERA
Public Member Functions | List of all members
r_exec::MemExec< O, S > Class Template Reference

#include <mem.h>

Inheritance diagram for r_exec::MemExec< O, S >:
tcp_io_device::TcpIoDevice< O, S > TestMem< O, S > video_screen::VideoScreenIoDevice< O, S >

Public Member Functions

r_code::Codebuild_object (r_code::SysObject *source) const override
 
r_code::Code_build_object (Atom head) const override
 
r_code::Codebuild_object (Atom head) const override
 
r_code::Codecheck_existence (r_code::Code *object) override
 
void inject (O *object, View *view)
 

Detailed Description

template<class O, class S>
class r_exec::MemExec< O, S >

O is the class of the objects held by the rMem (except groups and notifications): r_exec::LObject if non distributed, or RObject (see the integration project) when network-aware. Notification objects and groups are instances of r_exec::LObject (they are not network-aware). Objects are built at reduction time as r_exec:LObjects and packed into instances of O when O is network-aware. S is the super-class.

Definition at line 978 of file mem.h.


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