watchCell.hpp
Go to the documentation of this file.
1
2#pragma once
3
5
6namespace by {
20 struct _nout watchCell {
21 nidx next;
22 bindTag blk;
23 };
24}
Binding tag for instance reference tracking and lifecycle management.
Definition: bindTag.hpp:15
Memory watch cell for tracking instance states.
Definition: watchCell.hpp:20