Libraries
Subrange Source Code
 previous   up   next 

Abstract data types
type
subrange (in baseType: first) .. (in baseType: last)
Abstract data type, describing a subrange type.

subrange

const func type: subrange (in baseType: first) .. (in baseType: last)

Abstract data type, describing a subrange type.


Operator Summary
subrangeType
(attr subrangeType) . first
First value of the subrangeType.
subrangeType
(attr subrangeType) . last
Last value of the subrangeType.

Function Summary
void
SUBRANGE_TYPES (in type: baseType)
Template function to define an abstract data type for subranges.

Operator Detail

. first

const subrangeType: (attr subrangeType) . first

First value of the subrangeType.


. last

const subrangeType: (attr subrangeType) . last

Last value of the subrangeType.


Function Detail

SUBRANGE_TYPES

const proc: SUBRANGE_TYPES (in type: baseType)

Template function to define an abstract data type for subranges. This template defines the abstract data type for the given baseType.



 previous   up   next