Loading...
Searching...
No Matches
immutableTactic.hpp
Go to the documentation of this file.
1
2#pragma once
3
4#include "core/common.hpp"
5
6namespace by {
7
29 class _nout immutableTactic: public strTactic {
31
32 public:
33 using super::bind;
34 nbool bind(binder& me, const instance& it) override;
35
36 public:
37 static me singleton;
38 };
39}
Generalized binding class for managing instance lifecycles.
Definition binder.hpp:108
Immutable type binding strategy.
Definition immutableTactic.hpp:29
Base class for all managed instances in memlite system.
Definition instance.hpp:41
Strong reference binding tactic.
Definition strTactic.hpp:13
Weak reference smart pointer with type-safe access.
Definition tweak.hpp:16
to Top