Subversion Repositories tendra.SVN

Rev

Rev 5 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 7u83 1
/*
2
    		 Crown Copyright (c) 1997, 1998
3
 
4
    This TenDRA(r) Computer Program is subject to Copyright
5
    owned by the United Kingdom Secretary of State for Defence
6
    acting through the Defence Evaluation and Research Agency
7
    (DERA).  It is made available to Recipients with a
8
    royalty-free licence for its use, reproduction, transfer
9
    to other parties and amendment for any purpose not excluding
10
    product development provided that any such use et cetera
11
    shall be deemed to be acceptance of the following conditions:-
12
 
13
        (1) Its Recipients shall ensure that this Notice is
14
        reproduced upon any copies or amended versions of it;
15
 
16
        (2) Any amended version of it shall be clearly marked to
17
        show both the nature of and the organisation responsible
18
        for the relevant amendment or amendments;
19
 
20
        (3) Its onward transfer from a recipient to another
21
        party shall be deemed to be that party's acceptance of
22
        these conditions;
23
 
24
        (4) DERA gives no warranty or assurance as to its
25
        quality or suitability for any purpose and DERA accepts
26
        no liability whatsoever in relation to any use to which
27
        it may be put.
28
*/
29
 
30
/*
31
    AUTOMATICALLY GENERATED FROM ALGEBRA c_class (VERSION 1.1)
32
    BY calculus (VERSION 1.2)
33
*/
34
 
35
#ifndef ETYPE_OPS_H_INCLUDED
36
#define ETYPE_OPS_H_INCLUDED
37
 
38
/* Operations for union ENUM_TYPE */
39
 
6 7u83 40
#pragma token PROC(EXP : ENUM_TYPE :) EXP : unsigned : TAG_etype #
2 7u83 41
#pragma interface TAG_etype
42
 
43
 
44
/* Operations for component name of union ENUM_TYPE */
45
 
6 7u83 46
#pragma token PROC(EXP : ENUM_TYPE :)\
47
    EXP : PTR(IDENTIFIER) : etype_name #
2 7u83 48
#pragma interface etype_name
49
 
50
/* Operations for component info of union ENUM_TYPE */
51
 
6 7u83 52
#pragma token PROC(EXP : ENUM_TYPE :)\
53
    EXP : PTR(CLASS_INFO) : etype_info #
2 7u83 54
#pragma interface etype_info
55
 
56
/* Operations for component rep of union ENUM_TYPE */
57
 
6 7u83 58
#pragma token PROC(EXP : ENUM_TYPE :)\
59
    EXP : PTR(TYPE) : etype_rep #
2 7u83 60
#pragma interface etype_rep
61
 
62
/* Operations for component form of union ENUM_TYPE */
63
 
6 7u83 64
#pragma token PROC(EXP : ENUM_TYPE :)\
65
    EXP : PTR(TYPE) : etype_form #
2 7u83 66
#pragma interface etype_form
67
 
68
/* Operations for component values of union ENUM_TYPE */
69
 
6 7u83 70
#pragma token PROC(EXP : ENUM_TYPE :)\
71
    EXP : PTR(LIST(IDENTIFIER)) : etype_values #
2 7u83 72
#pragma interface etype_values
73
 
74
/* Operations for component value of union ENUM_TYPE */
75
 
6 7u83 76
#pragma token PROC(EXP : ENUM_TYPE :)\
77
    EXP : PTR(EXP) : etype_value #
2 7u83 78
#pragma interface etype_value
79
 
80
/* Operations for component plus of union ENUM_TYPE */
81
 
6 7u83 82
#pragma token PROC(EXP : ENUM_TYPE :)\
83
    EXP : PTR(ulong_type) : etype_plus #
2 7u83 84
#pragma interface etype_plus
85
 
86
/* Operations for field basic of union ENUM_TYPE */
87
 
88
#pragma token EXP const : unsigned : etype_basic_tag #
6 7u83 89
#pragma token PROC(EXP : ENUM_TYPE :) EXP : int : IS_etype_basic #
2 7u83 90
#pragma interface etype_basic_tag IS_etype_basic
91
 
6 7u83 92
#pragma token PROC(\
2 7u83 93
	EXP : IDENTIFIER :,\
94
	EXP : CLASS_INFO :,\
95
	EXP : TYPE :,\
96
	EXP lvalue : ENUM_TYPE :\
97
    ) STATEMENT MAKE_etype_basic #
98
#pragma interface MAKE_etype_basic
99
 
6 7u83 100
#pragma token PROC(\
2 7u83 101
	EXP lvalue : IDENTIFIER :,\
102
	EXP lvalue : CLASS_INFO :,\
103
	EXP lvalue : TYPE :,\
104
	EXP lvalue : TYPE :,\
6 7u83 105
	EXP lvalue : LIST(IDENTIFIER) :,\
2 7u83 106
	EXP lvalue : EXP :,\
107
	EXP lvalue : ulong_type :,\
108
	EXP : ENUM_TYPE :\
109
    ) STATEMENT DECONS_etype_basic #
110
#pragma interface DECONS_etype_basic
111
 
6 7u83 112
#pragma token PROC(\
2 7u83 113
	EXP : DESTROYER :,\
114
	EXP lvalue : IDENTIFIER :,\
115
	EXP lvalue : CLASS_INFO :,\
116
	EXP lvalue : TYPE :,\
117
	EXP lvalue : TYPE :,\
6 7u83 118
	EXP lvalue : LIST(IDENTIFIER) :,\
2 7u83 119
	EXP lvalue : EXP :,\
120
	EXP lvalue : ulong_type :,\
121
	EXP : ENUM_TYPE :\
122
    ) STATEMENT DESTROY_etype_basic #
123
#pragma interface DESTROY_etype_basic
124
 
125
 
126
#endif