Ada Programming/Attributes/'Component Size
From Wikibooks, open books for an open world
Contents |
[edit] Description
R'Component_Size is a representation attribute used to get the number of bits of each component of an array object or type.
The 'Component_Size attribute may also be used in representation clauses to specify the size in bits used to store each component of an array type.
[edit] See also
[edit] Wikibook
- Ada Programming
- Ada Programming/Attributes
- Ada Programming/Attributes/'Size
- Ada Programming/Attributes/'Max_Size_In_Storage_Elements
- Ada Programming/Attributes/'Value_Size (implementation defined)
- Ada Programming/Attributes/'Object_Size (implementation defined)
[edit] Ada 95 Reference Manual
- 13.3 Operational and Representation Attributes (Annotated)
- Annex K Language-Defined Attributes (Annotated)