Subversion Repositories tendra.SVN

Rev

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

Rev Author Line No. Line
2 7u83 1
/*
2
    		 Crown Copyright (c) 1997
7 7u83 3
 
2 7u83 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:-
7 7u83 12
 
2 7u83 13
        (1) Its Recipients shall ensure that this Notice is
14
        reproduced upon any copies or amended versions of it;
7 7u83 15
 
2 7u83 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;
7 7u83 19
 
2 7u83 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;
7 7u83 23
 
2 7u83 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 errors (VERSION 1.0)
32
    BY calculus (VERSION 1.2)
33
*/
34
 
35
#ifndef ENTRY_OPS_H_INCLUDED
36
#define ENTRY_OPS_H_INCLUDED
37
 
38
/* Operations for union ENTRY */
39
 
7 7u83 40
#pragma token PROC(EXP : ENTRY :) EXP : unsigned : TAG_entry #
2 7u83 41
#pragma interface TAG_entry
42
 
43
 
44
/* Operations for component name of union ENTRY */
45
 
7 7u83 46
#pragma token PROC(EXP : ENTRY :)\
47
    EXP : PTR(string) : entry_name #
2 7u83 48
#pragma interface entry_name
49
 
50
/* Operations for component alt_name of union ENTRY */
51
 
7 7u83 52
#pragma token PROC(EXP : ENTRY :)\
53
    EXP : PTR(string) : entry_alt_name #
2 7u83 54
#pragma interface entry_alt_name
55
 
56
/* Operations for component signature of union ENTRY */
57
 
7 7u83 58
#pragma token PROC(EXP : ENTRY :)\
59
    EXP : PTR(LIST(PARAM)) : entry_signature #
2 7u83 60
#pragma interface entry_signature
61
 
62
/* Operations for component use of union ENTRY */
63
 
7 7u83 64
#pragma token PROC(EXP : ENTRY :)\
65
    EXP : PTR(USAGE) : entry_use #
2 7u83 66
#pragma interface entry_use
67
 
68
/* Operations for component alt_use of union ENTRY */
69
 
7 7u83 70
#pragma token PROC(EXP : ENTRY :)\
71
    EXP : PTR(USAGE) : entry_alt_use #
2 7u83 72
#pragma interface entry_alt_use
73
 
74
/* Operations for component props of union ENTRY */
75
 
7 7u83 76
#pragma token PROC(EXP : ENTRY :)\
77
    EXP : PTR(LIST(PROPERTY)) : entry_props #
2 7u83 78
#pragma interface entry_props
79
 
80
/* Operations for component maps of union ENTRY */
81
 
7 7u83 82
#pragma token PROC(EXP : ENTRY :)\
83
    EXP : PTR(LIST(MAP)) : entry_maps #
2 7u83 84
#pragma interface entry_maps
85
 
86
/* Operations for field basic of union ENTRY */
87
 
88
#pragma token EXP const : unsigned : entry_basic_tag #
7 7u83 89
#pragma token PROC(EXP : ENTRY :) EXP : int : IS_entry_basic #
2 7u83 90
#pragma interface entry_basic_tag IS_entry_basic
91
 
7 7u83 92
#pragma token PROC(\
2 7u83 93
	EXP : string :,\
94
	EXP : string :,\
7 7u83 95
	EXP : LIST(PARAM) :,\
2 7u83 96
	EXP : USAGE :,\
97
	EXP : USAGE :,\
7 7u83 98
	EXP : LIST(PROPERTY) :,\
99
	EXP : LIST(MAP) :,\
2 7u83 100
	EXP lvalue : ENTRY :\
101
    ) STATEMENT MAKE_entry_basic #
102
#pragma interface MAKE_entry_basic
103
 
7 7u83 104
#pragma token PROC(\
2 7u83 105
	EXP lvalue : string :,\
106
	EXP lvalue : string :,\
7 7u83 107
	EXP lvalue : LIST(PARAM) :,\
2 7u83 108
	EXP lvalue : USAGE :,\
109
	EXP lvalue : USAGE :,\
7 7u83 110
	EXP lvalue : LIST(PROPERTY) :,\
111
	EXP lvalue : LIST(MAP) :,\
2 7u83 112
	EXP : ENTRY :\
113
    ) STATEMENT DECONS_entry_basic #
114
#pragma interface DECONS_entry_basic
115
 
7 7u83 116
#pragma token PROC(\
2 7u83 117
	EXP : DESTROYER :,\
118
	EXP lvalue : string :,\
119
	EXP lvalue : string :,\
7 7u83 120
	EXP lvalue : LIST(PARAM) :,\
2 7u83 121
	EXP lvalue : USAGE :,\
122
	EXP lvalue : USAGE :,\
7 7u83 123
	EXP lvalue : LIST(PROPERTY) :,\
124
	EXP lvalue : LIST(MAP) :,\
2 7u83 125
	EXP : ENTRY :\
126
    ) STATEMENT DESTROY_entry_basic #
127
#pragma interface DESTROY_entry_basic
128
 
129
 
130
#endif