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, 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 STR_OPS_H_INCLUDED
36
#define STR_OPS_H_INCLUDED
37
 
38
/* Operations for union STRING */
39
 
7 7u83 40
#pragma token PROC(EXP : STRING :) EXP : unsigned : TAG_str #
2 7u83 41
#pragma interface TAG_str
42
 
43
 
44
/* Operations for component next of union STRING */
45
 
7 7u83 46
#pragma token PROC(EXP : STRING :)\
47
    EXP : PTR(STRING) : str_next #
2 7u83 48
#pragma interface str_next
49
 
50
/* Operations for field simple of union STRING */
51
 
52
#pragma token EXP const : unsigned : str_simple_tag #
7 7u83 53
#pragma token PROC(EXP : STRING :) EXP : int : IS_str_simple #
2 7u83 54
#pragma interface str_simple_tag IS_str_simple
55
 
7 7u83 56
#pragma token PROC(EXP : STRING :)\
57
    EXP : PTR(ulong_type) : str_simple_len #
2 7u83 58
#pragma interface str_simple_len
59
 
7 7u83 60
#pragma token PROC(EXP : STRING :)\
61
    EXP : PTR(string) : str_simple_text #
2 7u83 62
#pragma interface str_simple_text
63
 
7 7u83 64
#pragma token PROC(EXP : STRING :)\
65
    EXP : PTR(unsigned) : str_simple_kind #
2 7u83 66
#pragma interface str_simple_kind
67
 
7 7u83 68
#pragma token PROC(EXP : STRING :)\
69
    EXP : PTR(ulong_type) : str_simple_tok #
2 7u83 70
#pragma interface str_simple_tok
71
 
7 7u83 72
#pragma token PROC(\
2 7u83 73
	EXP : ulong_type :,\
74
	EXP : string :,\
75
	EXP : unsigned :,\
76
	EXP lvalue : STRING :\
77
    ) STATEMENT MAKE_str_simple #
78
#pragma interface MAKE_str_simple
79
 
7 7u83 80
#pragma token PROC(\
2 7u83 81
	EXP lvalue : STRING :,\
82
	EXP lvalue : ulong_type :,\
83
	EXP lvalue : string :,\
84
	EXP lvalue : unsigned :,\
85
	EXP lvalue : ulong_type :,\
86
	EXP : STRING :\
87
    ) STATEMENT DECONS_str_simple #
88
#pragma interface DECONS_str_simple
89
 
7 7u83 90
#pragma token PROC(\
2 7u83 91
	EXP : DESTROYER :,\
92
	EXP lvalue : STRING :,\
93
	EXP lvalue : ulong_type :,\
94
	EXP lvalue : string :,\
95
	EXP lvalue : unsigned :,\
96
	EXP lvalue : ulong_type :,\
97
	EXP : STRING :\
98
    ) STATEMENT DESTROY_str_simple #
99
#pragma interface DESTROY_str_simple
100
 
101
 
102
#endif