Weak reference binding tactic 더 자세히 ...
#include <weakTactic.hpp>
Public 멤버 함수 | |
| void | rel (binder &me) override |
| nbool | bind (binder &me, const instance &it) override |
by::bindTacticable(으)로부터 상속된 Public 멤버 함수 | |
| nbool | bind (binder &me, const instance *it) BY_SIDE_FUNC(it |
| nbool | bind (me, *it) |
정적 Public 속성 | |
| static me | singleton |
Weak reference binding tactic
Implements weak reference semantics where bound instances can be freed independently of the binder. Does not affect instance lifetime.
by::bindTacticable를 구현.
|
overridevirtual |
by::bindTacticable를 구현.