Boron 0.1.0

UBindTarget Struct Reference
[Core Programmer Interface]

Holds information for binding functions. More...


Data Fields

const UBufferctx
 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.

Detailed Description

Holds information for binding functions.


Field Documentation

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.

int UBindTarget::bindType

Binding type to make.

UR_BIND_THREAD, UR_BIND_ENV, etc.


The documentation for this struct was generated from the following files:
Generated on 27 Jan 2012 by Doxygen 1.5.1