34 const instance&
operator*()
const BY_CONST_FUNC(
operator*())
56 nbool isBind()
const override;
57 const type& getBindable()
const;
110 nbool _sync(
id new1);
Memory chunk for block-based allocation
Definition chunk.hpp:57
Base class for all managed instances in memlite system
Definition instance.hpp:41
Binding tag for instance reference tracking and lifecycle management
Definition life.hpp:21
void rel() override
Releases the binding for this life object, decrementing the strong reference count.
ncnt getStrongCnt() const
Returns current strong reference count
Template interface for bindable objects
Definition tbindable.hpp:13
Weak reference smart pointer with type-safe access
Definition tweak.hpp:16
Core class for runtime type information in byeol language
Definition type.hpp:100
Interface for objects that can provide their type information
Definition typeProvidable.hpp:13
#define TO(fn)
Definition to.hpp:175