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