PBArrayInfo
structure
Description
PBArrayInfo is a C++ structure used to hold information about
arrays.
Properties
|
Member |
Type |
Description |
|---|---|---|
|
ArrayBound |
Local struct declaration |
Structure of type pblong containing the boundaries |
|
BoundedArray |
Enum data |
Used in arrayType to identify that the array is a |
|
UnboundedArray |
Enum data |
Used in arrayType to identify that the array is an |
|
arrayType |
Enum type |
Used in IPB_Session::GetArrayInfo to identify the |
|
valueType |
pbuint |
The datatype of array items. Set it to pbvalue_type if |
|
numDimensions |
pbuint |
Number of dimensions of the array. An unbounded array |
|
bounds |
ArrayBound[] |
Array bounds declaration array, used in a bounded |