summaryrefslogtreecommitdiffstats
path: root/doc/tools/pdl2texi/test_cases/enum.d
blob: fc03c04f44217fe2da986bb2e9401d6613d58bf3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
OBJECT: Testfile
  DESCRIPTION:
    This file contains one abstract type without a range and two 
    abstract types with filler ranges.
  THEORY OF OPERATION:
    This file will be used to test the .d compiler.

ATTRIBUTE DESCRIPTIONS: none

ASSOCIATION DESCRIPTIONS: none

ABSTRACT TYPE DESCRIPTIONS:

ABSTRACT TYPE: ID
  DESCRIPTION:
    This type defines an identifier for an event set that may be manipulated.
  VISIBILITY: public
  DERIVATION: Bin_type handle

ABSTRACT TYPE: Test_ID
  DESCRIPTION:
    This is the abstract type with the range made optional.
  VISIBILITY: public
  DERIVATION: Bin_type handle

ABSTRACT TYPE: Input_Buffer
  DESCRIPTION:
    This type indicates the maximum input buffer.
  VISIBILITY: public
  DERIVATION: string

ABSTRACT TYPE: Image_t
  DESCRIPTION:
    This type specifies the data maintained for the screen.
  VISIBILITY: public
  DERIVATION: array [LINES][COLUMNS] of character

DATA ITEM DESCRIPTIONS: none

METHOD DESCRIPTIONS: none

TASK DESCRIPTIONS: none

ENDOBJECT: Testfile