Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – tendra.SVN – Blame – /branches/tendra5/src/utilities/make_err/obj_tok/entry_ops.h – Rev 2

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
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 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
 
40
#pragma token PROC ( EXP : ENTRY : ) EXP : unsigned : TAG_entry #
41
#pragma interface TAG_entry
42
 
43
 
44
/* Operations for component name of union ENTRY */
45
 
46
#pragma token PROC ( EXP : ENTRY : )\
47
    EXP : PTR ( string ) : entry_name #
48
#pragma interface entry_name
49
 
50
/* Operations for component alt_name of union ENTRY */
51
 
52
#pragma token PROC ( EXP : ENTRY : )\
53
    EXP : PTR ( string ) : entry_alt_name #
54
#pragma interface entry_alt_name
55
 
56
/* Operations for component signature of union ENTRY */
57
 
58
#pragma token PROC ( EXP : ENTRY : )\
59
    EXP : PTR ( LIST ( PARAM ) ) : entry_signature #
60
#pragma interface entry_signature
61
 
62
/* Operations for component use of union ENTRY */
63
 
64
#pragma token PROC ( EXP : ENTRY : )\
65
    EXP : PTR ( USAGE ) : entry_use #
66
#pragma interface entry_use
67
 
68
/* Operations for component alt_use of union ENTRY */
69
 
70
#pragma token PROC ( EXP : ENTRY : )\
71
    EXP : PTR ( USAGE ) : entry_alt_use #
72
#pragma interface entry_alt_use
73
 
74
/* Operations for component props of union ENTRY */
75
 
76
#pragma token PROC ( EXP : ENTRY : )\
77
    EXP : PTR ( LIST ( PROPERTY ) ) : entry_props #
78
#pragma interface entry_props
79
 
80
/* Operations for component maps of union ENTRY */
81
 
82
#pragma token PROC ( EXP : ENTRY : )\
83
    EXP : PTR ( LIST ( MAP ) ) : entry_maps #
84
#pragma interface entry_maps
85
 
86
/* Operations for field basic of union ENTRY */
87
 
88
#pragma token EXP const : unsigned : entry_basic_tag #
89
#pragma token PROC ( EXP : ENTRY : ) EXP : int : IS_entry_basic #
90
#pragma interface entry_basic_tag IS_entry_basic
91
 
92
#pragma token PROC (\
93
	EXP : string :,\
94
	EXP : string :,\
95
	EXP : LIST ( PARAM ) :,\
96
	EXP : USAGE :,\
97
	EXP : USAGE :,\
98
	EXP : LIST ( PROPERTY ) :,\
99
	EXP : LIST ( MAP ) :,\
100
	EXP lvalue : ENTRY :\
101
    ) STATEMENT MAKE_entry_basic #
102
#pragma interface MAKE_entry_basic
103
 
104
#pragma token PROC (\
105
	EXP lvalue : string :,\
106
	EXP lvalue : string :,\
107
	EXP lvalue : LIST ( PARAM ) :,\
108
	EXP lvalue : USAGE :,\
109
	EXP lvalue : USAGE :,\
110
	EXP lvalue : LIST ( PROPERTY ) :,\
111
	EXP lvalue : LIST ( MAP ) :,\
112
	EXP : ENTRY :\
113
    ) STATEMENT DECONS_entry_basic #
114
#pragma interface DECONS_entry_basic
115
 
116
#pragma token PROC (\
117
	EXP : DESTROYER :,\
118
	EXP lvalue : string :,\
119
	EXP lvalue : string :,\
120
	EXP lvalue : LIST ( PARAM ) :,\
121
	EXP lvalue : USAGE :,\
122
	EXP lvalue : USAGE :,\
123
	EXP lvalue : LIST ( PROPERTY ) :,\
124
	EXP lvalue : LIST ( MAP ) :,\
125
	EXP : ENTRY :\
126
    ) STATEMENT DESTROY_entry_basic #
127
#pragma interface DESTROY_entry_basic
128
 
129
 
130
#endif