Boron 2.1.0
Data Structures
Here are the data structures with brief descriptions:
 CUBindTargetHolds information for binding functions
 CUBlockItIterator for const UCell array
 CUBufferThe UBuffer struct holds information about a resource, usually a chunk of memory
 CUCellA cell holds a single value of a simple type or a reference (often to a UBuffer) for a complex type
 CUCellCFuncEvalStructure of CFUNC a1 argument when boron_defineCFunc() signature is ":eval"
 CUCellCoordUCell structure for coord type
 CUCellDatatypeUCell structure for datatype! type
 CUCellErrorUCell structure for error! type
 CUCellIdBasic type identification
 CUCellNumberUCell structure for number types
 CUCellSeriesUCell structure for series types
 CUCellVec3UCell structure for vec3! type
 CUCellWordUCell structure for word types
 CUDatatypeThe UDatatype struct holds methods for a specific class of data
 CUEnvParametersThe UEnvParameters struct allows the user to override default buffer and structure sizes
 CUPortDeviceThe UPortDevice struct holds methods for a class of input/ouput device
 CUSeriesIterIterator for const series of any type
 CUSeriesTypeThe USeriesType struct holds extra methods for series datatypes
 CUThreadThe UThread struct stores the data specific to a thread of execution