Strong reference binding tactic 더 자세히 ...
#include <strTactic.hpp>
Public 멤버 함수 | |
| void | rel (binder &me) override |
| nbool | bind (binder &me, const instance &it) override |
by::weakTactic(으)로부터 상속된 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 |
by::weakTactic(으)로부터 상속된 정적 Public 속성 | |
| static me | singleton |
Strong reference binding tactic
Implements strong reference semantics where bound instances are kept alive as long as the binder exists. Extends weak tactic with reference counting.
by::bindTacticable를 구현.
|
overridevirtual |
by::bindTacticable를 구현.