Subversion Repositories tendra.SVN

Rev

Go to most recent revision | Details | 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 MEMBER_OPS_H_INCLUDED
36
#define MEMBER_OPS_H_INCLUDED
37
 
38
/* Operations for union MEMBER */
39
 
40
#pragma token PROC ( EXP : MEMBER : ) EXP : unsigned : TAG_member #
41
#pragma interface TAG_member
42
 
43
 
44
/* Operations for component id of union MEMBER */
45
 
46
#pragma token PROC ( EXP : MEMBER : )\
47
    EXP : PTR ( IDENTIFIER ) : member_id #
48
#pragma interface member_id
49
 
50
/* Operations for component alt of union MEMBER */
51
 
52
#pragma token PROC ( EXP : MEMBER : )\
53
    EXP : PTR ( IDENTIFIER ) : member_alt #
54
#pragma interface member_alt
55
 
56
/* Operations for component next of union MEMBER */
57
 
58
#pragma token PROC ( EXP : MEMBER : )\
59
    EXP : PTR ( MEMBER ) : member_next #
60
#pragma interface member_next
61
 
62
/* Operations for field small of union MEMBER */
63
 
64
#pragma token EXP const : unsigned : member_small_tag #
65
#pragma token PROC ( EXP : MEMBER : ) EXP : int : IS_member_small #
66
#pragma interface member_small_tag IS_member_small
67
 
68
#pragma token PROC (\
69
	EXP : MEMBER :,\
70
	EXP lvalue : MEMBER :\
71
    ) STATEMENT MAKE_member_small #
72
#pragma interface MAKE_member_small
73
 
74
#pragma token PROC (\
75
	EXP lvalue : IDENTIFIER :,\
76
	EXP lvalue : IDENTIFIER :,\
77
	EXP lvalue : MEMBER :,\
78
	EXP : MEMBER :\
79
    ) STATEMENT DECONS_member_small #
80
#pragma interface DECONS_member_small
81
 
82
#pragma token PROC (\
83
	EXP : DESTROYER :,\
84
	EXP lvalue : IDENTIFIER :,\
85
	EXP lvalue : IDENTIFIER :,\
86
	EXP lvalue : MEMBER :,\
87
	EXP : MEMBER :\
88
    ) STATEMENT DESTROY_member_small #
89
#pragma interface DESTROY_member_small
90
 
91
 
92
/* Operations for field large of union MEMBER */
93
 
94
#pragma token EXP const : unsigned : member_large_tag #
95
#pragma token PROC ( EXP : MEMBER : ) EXP : int : IS_member_large #
96
#pragma interface member_large_tag IS_member_large
97
 
98
#pragma token PROC ( EXP : MEMBER : )\
99
    EXP : PTR ( MEMBER ) : member_large_tnext #
100
#pragma interface member_large_tnext
101
 
102
#pragma token PROC (\
103
	EXP : MEMBER :,\
104
	EXP : MEMBER :,\
105
	EXP lvalue : MEMBER :\
106
    ) STATEMENT MAKE_member_large #
107
#pragma interface MAKE_member_large
108
 
109
#pragma token PROC (\
110
	EXP lvalue : IDENTIFIER :,\
111
	EXP lvalue : IDENTIFIER :,\
112
	EXP lvalue : MEMBER :,\
113
	EXP lvalue : MEMBER :,\
114
	EXP : MEMBER :\
115
    ) STATEMENT DECONS_member_large #
116
#pragma interface DECONS_member_large
117
 
118
#pragma token PROC (\
119
	EXP : DESTROYER :,\
120
	EXP lvalue : IDENTIFIER :,\
121
	EXP lvalue : IDENTIFIER :,\
122
	EXP lvalue : MEMBER :,\
123
	EXP lvalue : MEMBER :,\
124
	EXP : MEMBER :\
125
    ) STATEMENT DESTROY_member_large #
126
#pragma interface DESTROY_member_large
127
 
128
 
129
#endif