summaryrefslogtreecommitdiff
path: root/xsd/xsd/pregenerated/xsd/cxx/options.hxx
blob: b01027aeffda03eb2b6cac3e4c72ce16f6ca8d7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
// -*- C++ -*-
//
// This file was generated by CLI, a command line interface
// compiler for C++.
//

#ifndef XSD_CXX_OPTIONS_HXX
#define XSD_CXX_OPTIONS_HXX

// Begin prologue.
//
//
// End prologue.

#include <cstddef>

#include <xsd/types.hxx>

#include <xsd/cxx/option-types.hxx>

#include <xsd/options.hxx>

namespace CXX
{
  class options: public ::options
  {
    public:
    // Option accessors.
    //
    const cxx_version&
    std () const;

    bool
    std_specified () const;

    const NarrowString&
    char_type () const;

    bool
    char_type_specified () const;

    const NarrowString&
    char_encoding () const;

    bool
    char_encoding_specified () const;

    const NarrowString&
    output_dir () const;

    bool
    output_dir_specified () const;

    const bool&
    generate_inline () const;

    const bool&
    generate_xml_schema () const;

    const NarrowString&
    extern_xml_schema () const;

    bool
    extern_xml_schema_specified () const;

    const NarrowStrings&
    namespace_map () const;

    bool
    namespace_map_specified () const;

    const NarrowStrings&
    namespace_regex () const;

    bool
    namespace_regex_specified () const;

    const bool&
    namespace_regex_trace () const;

    const NarrowStrings&
    reserved_name () const;

    bool
    reserved_name_specified () const;

    const bool&
    include_with_brackets () const;

    const NarrowString&
    include_prefix () const;

    bool
    include_prefix_specified () const;

    const NarrowStrings&
    include_regex () const;

    bool
    include_regex_specified () const;

    const bool&
    include_regex_trace () const;

    const NarrowString&
    guard_prefix () const;

    bool
    guard_prefix_specified () const;

    const NarrowString&
    hxx_suffix () const;

    bool
    hxx_suffix_specified () const;

    const NarrowString&
    ixx_suffix () const;

    bool
    ixx_suffix_specified () const;

    const NarrowString&
    cxx_suffix () const;

    bool
    cxx_suffix_specified () const;

    const NarrowString&
    fwd_suffix () const;

    bool
    fwd_suffix_specified () const;

    const NarrowString&
    hxx_regex () const;

    bool
    hxx_regex_specified () const;

    const NarrowString&
    ixx_regex () const;

    bool
    ixx_regex_specified () const;

    const NarrowString&
    cxx_regex () const;

    bool
    cxx_regex_specified () const;

    const NarrowString&
    fwd_regex () const;

    bool
    fwd_regex_specified () const;

    const NarrowStrings&
    hxx_prologue () const;

    bool
    hxx_prologue_specified () const;

    const NarrowStrings&
    ixx_prologue () const;

    bool
    ixx_prologue_specified () const;

    const NarrowStrings&
    cxx_prologue () const;

    bool
    cxx_prologue_specified () const;

    const NarrowStrings&
    fwd_prologue () const;

    bool
    fwd_prologue_specified () const;

    const NarrowStrings&
    prologue () const;

    bool
    prologue_specified () const;

    const NarrowStrings&
    hxx_epilogue () const;

    bool
    hxx_epilogue_specified () const;

    const NarrowStrings&
    ixx_epilogue () const;

    bool
    ixx_epilogue_specified () const;

    const NarrowStrings&
    cxx_epilogue () const;

    bool
    cxx_epilogue_specified () const;

    const NarrowStrings&
    fwd_epilogue () const;

    bool
    fwd_epilogue_specified () const;

    const NarrowStrings&
    epilogue () const;

    bool
    epilogue_specified () const;

    const NarrowString&
    hxx_prologue_file () const;

    bool
    hxx_prologue_file_specified () const;

    const NarrowString&
    ixx_prologue_file () const;

    bool
    ixx_prologue_file_specified () const;

    const NarrowString&
    cxx_prologue_file () const;

    bool
    cxx_prologue_file_specified () const;

    const NarrowString&
    fwd_prologue_file () const;

    bool
    fwd_prologue_file_specified () const;

    const NarrowString&
    prologue_file () const;

    bool
    prologue_file_specified () const;

    const NarrowString&
    hxx_epilogue_file () const;

    bool
    hxx_epilogue_file_specified () const;

    const NarrowString&
    ixx_epilogue_file () const;

    bool
    ixx_epilogue_file_specified () const;

    const NarrowString&
    cxx_epilogue_file () const;

    bool
    cxx_epilogue_file_specified () const;

    const NarrowString&
    fwd_epilogue_file () const;

    bool
    fwd_epilogue_file_specified () const;

    const NarrowString&
    epilogue_file () const;

    bool
    epilogue_file_specified () const;

    const NarrowString&
    export_symbol () const;

    bool
    export_symbol_specified () const;

    const bool&
    export_xml_schema () const;

    const bool&
    export_maps () const;

    const bool&
    import_maps () const;

    const bool&
    generate_dep () const;

    const bool&
    generate_dep_only () const;

    const bool&
    dep_phony () const;

    const NarrowStrings&
    dep_target () const;

    bool
    dep_target_specified () const;

    const NarrowString&
    dep_suffix () const;

    bool
    dep_suffix_specified () const;

    const NarrowString&
    dep_regex () const;

    bool
    dep_regex_specified () const;

    // Print usage information.
    //
    static ::cli::usage_para
    print_usage (::std::wostream&,
                 ::cli::usage_para = ::cli::usage_para::none);

    // Implementation details.
    //
    protected:
    options ();

    bool
    _parse (const char*, ::cli::scanner&);

    public:
    cxx_version std_;
    bool std_specified_;
    NarrowString char_type_;
    bool char_type_specified_;
    NarrowString char_encoding_;
    bool char_encoding_specified_;
    NarrowString output_dir_;
    bool output_dir_specified_;
    bool generate_inline_;
    bool generate_xml_schema_;
    NarrowString extern_xml_schema_;
    bool extern_xml_schema_specified_;
    NarrowStrings namespace_map_;
    bool namespace_map_specified_;
    NarrowStrings namespace_regex_;
    bool namespace_regex_specified_;
    bool namespace_regex_trace_;
    NarrowStrings reserved_name_;
    bool reserved_name_specified_;
    bool include_with_brackets_;
    NarrowString include_prefix_;
    bool include_prefix_specified_;
    NarrowStrings include_regex_;
    bool include_regex_specified_;
    bool include_regex_trace_;
    NarrowString guard_prefix_;
    bool guard_prefix_specified_;
    NarrowString hxx_suffix_;
    bool hxx_suffix_specified_;
    NarrowString ixx_suffix_;
    bool ixx_suffix_specified_;
    NarrowString cxx_suffix_;
    bool cxx_suffix_specified_;
    NarrowString fwd_suffix_;
    bool fwd_suffix_specified_;
    NarrowString hxx_regex_;
    bool hxx_regex_specified_;
    NarrowString ixx_regex_;
    bool ixx_regex_specified_;
    NarrowString cxx_regex_;
    bool cxx_regex_specified_;
    NarrowString fwd_regex_;
    bool fwd_regex_specified_;
    NarrowStrings hxx_prologue_;
    bool hxx_prologue_specified_;
    NarrowStrings ixx_prologue_;
    bool ixx_prologue_specified_;
    NarrowStrings cxx_prologue_;
    bool cxx_prologue_specified_;
    NarrowStrings fwd_prologue_;
    bool fwd_prologue_specified_;
    NarrowStrings prologue_;
    bool prologue_specified_;
    NarrowStrings hxx_epilogue_;
    bool hxx_epilogue_specified_;
    NarrowStrings ixx_epilogue_;
    bool ixx_epilogue_specified_;
    NarrowStrings cxx_epilogue_;
    bool cxx_epilogue_specified_;
    NarrowStrings fwd_epilogue_;
    bool fwd_epilogue_specified_;
    NarrowStrings epilogue_;
    bool epilogue_specified_;
    NarrowString hxx_prologue_file_;
    bool hxx_prologue_file_specified_;
    NarrowString ixx_prologue_file_;
    bool ixx_prologue_file_specified_;
    NarrowString cxx_prologue_file_;
    bool cxx_prologue_file_specified_;
    NarrowString fwd_prologue_file_;
    bool fwd_prologue_file_specified_;
    NarrowString prologue_file_;
    bool prologue_file_specified_;
    NarrowString hxx_epilogue_file_;
    bool hxx_epilogue_file_specified_;
    NarrowString ixx_epilogue_file_;
    bool ixx_epilogue_file_specified_;
    NarrowString cxx_epilogue_file_;
    bool cxx_epilogue_file_specified_;
    NarrowString fwd_epilogue_file_;
    bool fwd_epilogue_file_specified_;
    NarrowString epilogue_file_;
    bool epilogue_file_specified_;
    NarrowString export_symbol_;
    bool export_symbol_specified_;
    bool export_xml_schema_;
    bool export_maps_;
    bool import_maps_;
    bool generate_dep_;
    bool generate_dep_only_;
    bool dep_phony_;
    NarrowStrings dep_target_;
    bool dep_target_specified_;
    NarrowString dep_suffix_;
    bool dep_suffix_specified_;
    NarrowString dep_regex_;
    bool dep_regex_specified_;
  };
}

#include <xsd/cxx/options.ixx>

// Begin epilogue.
//
//
// End epilogue.

#endif // XSD_CXX_OPTIONS_HXX