Ada Programming/Attributes/'Component Size
< Ada Programming < AttributesComputing » Computer Science » Computer Programming » Ada Programming

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.
See also
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)
Ada 95 Reference Manual
- 13.3: Operational and Representation Attributes (Annotated)
- Annex K: Language-Defined Attributes (Annotated)
Ada 2005 Reference Manual
- 13.3: Operational and Representation Attributes (Annotated)
- Annex K: Language-Defined Attributes (Annotated)
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.