17 virtual void rel(
binder& me) = 0;
19 nbool bind(
binder& me,
const instance* it) BY_SIDE_FUNC(it, bind(me, *it),
false)
Interface for binding tactics in memory management.
Definition: bindTacticable.hpp:15
Smart pointer with loose type checking and lifetime management.
Definition: binder.hpp:53
Base class for all managed instances in memlite system.
Definition: instance.hpp:20