Next: Attribute Code_Address, Previous: Attribute Bit, Up: Implementation Defined Attributes [Contents][Index]
R.C'Bit_Position
, where R
is a record object and C
is one
of the fields of the record type, yields the bit
offset within the record contains the first bit of
storage allocated for the object. The value of this attribute is of the
type `universal_integer'. The value depends only on the field
C
and is independent of the alignment of
the containing record R
.