![]() |
Boron 2.1.0
|
Holds information for binding functions. More...
Data Fields | |
const UBuffer * | ctx |
Context buffer to lookup words in. | |
UIndex | ctxN |
Words in the block which are found in the UBindTarget::ctx will have their UCell.word.ctx set to this identifier. | |
int | bindType |
Binding type to make. | |
Holds information for binding functions.
int UBindTarget::bindType |
Binding type to make.
UR_BIND_THREAD
, UR_BIND_ENV
, etc.
UIndex UBindTarget::ctxN |
Words in the block which are found in the UBindTarget::ctx will have their UCell.word.ctx set to this identifier.
For bindType UR_BIND_THREAD
and UR_BIND_ENV
this will reference the UBindTarget::ctx buffer in the appropriate dataStore. Other binding types may use this value differently.