19 explicit operator nbool()
const;
22 virtual nbool bind(
const T& it);
31 virtual void rel() = 0;
32 nbool canBind(
const T& it)
const;
34 virtual nbool canBind(
const type& it)
const = 0;
36 virtual nbool isBind()
const = 0;
Template interface for bindable objects
Definition tbindable.hpp:13
nbool bind(const T *it)
Bind to instance pointer
Core class for runtime type information in byeol language
Definition type.hpp:100
#define BY_SIDE_FUNC(...)
Side function macros for safe pointer operations
Definition sideFunc.hpp:24
Rich logging support with polymorphic type conversion
Definition richLog.hpp:34