12 typedef std::function<
nbool(
const T&)> is;
16 typedef std::function<
nbool()> is;
47 WHEN(!_obj) .ret(
false);
52 return convergeWithoutFrame();
55 baseFunc& getFunc() {
return *_func; }
57 const baseFunc& getFunc() const BY_CONST_FUNC(getFunc());
59 baseObj& getObj() {
return *_obj; }
61 const baseObj& getObj() const BY_CONST_FUNC(getObj());
64 onConverge _getClosure() {
return _onConverge; }
69 onConverge _onConverge;
Base class for convergence algorithms.
Definition baseConvergence.hpp:11
Base class for all function types.
Definition baseFunc.hpp:41
Base class for representing byeol objects.
Definition baseObj.hpp:73
func closure with captured object scope
Definition closure.hpp:20
Definition frameInteract.hpp:8
Function definition in byeol language.
Definition func.hpp:38
Byeol runtime environment object.
Definition obj.hpp:62
Definition tbaseConvergence.hpp:19
nbool converge() override
Definition tbaseConvergence.hpp:46
Definition tbaseConvergence.hpp:11