Loading...
Searching...
No Matches
weakTactic.hpp
Go to the documentation of this file.
1
2#pragma once
3
5#include "bindTacticable.hpp"
6
7namespace by {
8
14 class _nout weakTactic: public bindTacticable {
16
17 public:
18 void rel(binder& me) override;
19
20 using super::bind;
21 nbool bind(binder& me, const instance& it) override;
22
23 public:
24 static me singleton;
25 };
26}
Interface for binding tactics in memory management.
Definition bindTacticable.hpp:16
Generalized binding class for managing instance lifecycles.
Definition binder.hpp:108
Base class for all managed instances in memlite system.
Definition instance.hpp:41
Weak reference binding tactic.
Definition weakTactic.hpp:14
Rich logging support with polymorphic type conversion.
Definition richLog.hpp:34