Interface for binding tactics in memory management 더 자세히 ...
#include <bindTacticable.hpp>
Public 멤버 함수 | |
| virtual void | rel (binder &me)=0 |
| virtual nbool | bind (binder &me, const instance &it)=0 |
| nbool | bind (binder &me, const instance *it) BY_SIDE_FUNC(it |
| nbool | bind (me, *it) |
Interface for binding tactics in memory management
Defines the contract for different binding strategies used by binder objects. Allows customization of binding and release behaviors.