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/tendra4/src/utilities/make_tdf/obj_tok/sort_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 tdf (VERSION 1.0)
32
    BY calculus (VERSION 1.2)
33
*/
34
 
35
#ifndef SORT_OPS_H_INCLUDED
36
#define SORT_OPS_H_INCLUDED
37
 
38
/* Operations for union SORT */
39
 
40
#pragma token PROC ( EXP : SORT : ) EXP : unsigned : TAG_sort #
41
#pragma interface TAG_sort
42
 
43
 
44
/* Operations for component name of union SORT */
45
 
46
#pragma token PROC ( EXP : SORT : )\
47
    EXP : PTR ( string ) : sort_name #
48
#pragma interface sort_name
49
 
50
/* Operations for component caps of union SORT */
51
 
52
#pragma token PROC ( EXP : SORT : )\
53
    EXP : PTR ( string ) : sort_caps #
54
#pragma interface sort_caps
55
 
56
/* Operations for component link of union SORT */
57
 
58
#pragma token PROC ( EXP : SORT : )\
59
    EXP : PTR ( string ) : sort_link #
60
#pragma interface sort_link
61
 
62
/* Operations for component unit of union SORT */
63
 
64
#pragma token PROC ( EXP : SORT : )\
65
    EXP : PTR ( string ) : sort_unit #
66
#pragma interface sort_unit
67
 
68
/* Operations for component code of union SORT */
69
 
70
#pragma token PROC ( EXP : SORT : )\
71
    EXP : PTR ( int ) : sort_code #
72
#pragma interface sort_code
73
 
74
/* Operations for component mark of union SORT */
75
 
76
#pragma token PROC ( EXP : SORT : )\
77
    EXP : PTR ( int ) : sort_mark #
78
#pragma interface sort_mark
79
 
80
/* Operations for component special of union SORT */
81
 
82
#pragma token PROC ( EXP : SORT : )\
83
    EXP : PTR ( int ) : sort_special #
84
#pragma interface sort_special
85
 
86
/* Operations for component edge of union SORT */
87
 
88
#pragma token PROC ( EXP : SORT : )\
89
    EXP : PTR ( int ) : sort_edge #
90
#pragma interface sort_edge
91
 
92
/* Operations for component info of union SORT */
93
 
94
#pragma token PROC ( EXP : SORT : )\
95
    EXP : PTR ( SORT_INFO ) : sort_info #
96
#pragma interface sort_info
97
 
98
/* Operations for field basic of union SORT */
99
 
100
#pragma token EXP const : unsigned : sort_basic_tag #
101
#pragma token PROC ( EXP : SORT : ) EXP : int : IS_sort_basic #
102
#pragma interface sort_basic_tag IS_sort_basic
103
 
104
#pragma token PROC (\
105
	EXP : string :,\
106
	EXP : string :,\
107
	EXP : string :,\
108
	EXP : string :,\
109
	EXP : int :,\
110
	EXP : int :,\
111
	EXP : int :,\
112
	EXP : int :,\
113
	EXP : SORT_INFO :,\
114
	EXP lvalue : SORT :\
115
    ) STATEMENT MAKE_sort_basic #
116
#pragma interface MAKE_sort_basic
117
 
118
#pragma token PROC (\
119
	EXP lvalue : string :,\
120
	EXP lvalue : string :,\
121
	EXP lvalue : string :,\
122
	EXP lvalue : string :,\
123
	EXP lvalue : int :,\
124
	EXP lvalue : int :,\
125
	EXP lvalue : int :,\
126
	EXP lvalue : int :,\
127
	EXP lvalue : SORT_INFO :,\
128
	EXP : SORT :\
129
    ) STATEMENT DECONS_sort_basic #
130
#pragma interface DECONS_sort_basic
131
 
132
#pragma token PROC (\
133
	EXP : DESTROYER :,\
134
	EXP lvalue : string :,\
135
	EXP lvalue : string :,\
136
	EXP lvalue : string :,\
137
	EXP lvalue : string :,\
138
	EXP lvalue : int :,\
139
	EXP lvalue : int :,\
140
	EXP lvalue : int :,\
141
	EXP lvalue : int :,\
142
	EXP lvalue : SORT_INFO :,\
143
	EXP : SORT :\
144
    ) STATEMENT DESTROY_sort_basic #
145
#pragma interface DESTROY_sort_basic
146
 
147
 
148
#endif