Subversion Repositories tendra.SVN

Rev

Rev 6 | 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 MEMBER_OPS_H_INCLUDED
36
#define MEMBER_OPS_H_INCLUDED
37
 
38
/* Operations for union MEMBER */
39
 
6 7u83 40
#pragma token PROC(EXP : MEMBER :) EXP : unsigned : TAG_member #
2 7u83 41
#pragma interface TAG_member
42
 
43
 
44
/* Operations for component id of union MEMBER */
45
 
6 7u83 46
#pragma token PROC(EXP : MEMBER :)\
47
    EXP : PTR(IDENTIFIER) : member_id #
2 7u83 48
#pragma interface member_id
49
 
50
/* Operations for component alt of union MEMBER */
51
 
6 7u83 52
#pragma token PROC(EXP : MEMBER :)\
53
    EXP : PTR(IDENTIFIER) : member_alt #
2 7u83 54
#pragma interface member_alt
55
 
56
/* Operations for component next of union MEMBER */
57
 
6 7u83 58
#pragma token PROC(EXP : MEMBER :)\
59
    EXP : PTR(MEMBER) : member_next #
2 7u83 60
#pragma interface member_next
61
 
62
/* Operations for field small of union MEMBER */
63
 
64
#pragma token EXP const : unsigned : member_small_tag #
6 7u83 65
#pragma token PROC(EXP : MEMBER :) EXP : int : IS_member_small #
2 7u83 66
#pragma interface member_small_tag IS_member_small
67
 
6 7u83 68
#pragma token PROC(\
2 7u83 69
	EXP : MEMBER :,\
70
	EXP lvalue : MEMBER :\
71
    ) STATEMENT MAKE_member_small #
72
#pragma interface MAKE_member_small
73
 
6 7u83 74
#pragma token PROC(\
2 7u83 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
 
6 7u83 82
#pragma token PROC(\
2 7u83 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 #
6 7u83 95
#pragma token PROC(EXP : MEMBER :) EXP : int : IS_member_large #
2 7u83 96
#pragma interface member_large_tag IS_member_large
97
 
6 7u83 98
#pragma token PROC(EXP : MEMBER :)\
99
    EXP : PTR(MEMBER) : member_large_tnext #
2 7u83 100
#pragma interface member_large_tnext
101
 
6 7u83 102
#pragma token PROC(\
2 7u83 103
	EXP : MEMBER :,\
104
	EXP : MEMBER :,\
105
	EXP lvalue : MEMBER :\
106
    ) STATEMENT MAKE_member_large #
107
#pragma interface MAKE_member_large
108
 
6 7u83 109
#pragma token PROC(\
2 7u83 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
 
6 7u83 118
#pragma token PROC(\
2 7u83 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