AERA
|
#include <mem.h>
Public Member Functions | |
r_code::Code * | build_object (r_code::SysObject *source) const override |
r_code::Code * | _build_object (Atom head) const override |
r_code::Code * | build_object (Atom head) const override |
r_code::Code * | check_existence (r_code::Code *object) override |
void | inject (O *object, View *view) |
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.