This file is indexed.

/usr/include/salome/SALOME_Parametric.hh is in salome-kernel-dev 6.5.0-7ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
// This file is generated by omniidl (C++ backend)- omniORB_4_1. Do not edit.
#ifndef __SALOME__Parametric_hh__
#define __SALOME__Parametric_hh__

#ifndef __CORBA_H_EXTERNAL_GUARD__
#include <omniORB4/CORBA.h>
#endif

#ifndef  USE_stub_in_nt_dll
# define USE_stub_in_nt_dll_NOT_DEFINED_SALOME__Parametric
#endif
#ifndef  USE_core_stub_in_nt_dll
# define USE_core_stub_in_nt_dll_NOT_DEFINED_SALOME__Parametric
#endif
#ifndef  USE_dyn_stub_in_nt_dll
# define USE_dyn_stub_in_nt_dll_NOT_DEFINED_SALOME__Parametric
#endif






#ifdef USE_stub_in_nt_dll
# ifndef USE_core_stub_in_nt_dll
#  define USE_core_stub_in_nt_dll
# endif
# ifndef USE_dyn_stub_in_nt_dll
#  define USE_dyn_stub_in_nt_dll
# endif
#endif

#ifdef _core_attr
# error "A local CPP macro _core_attr has already been defined."
#else
# ifdef  USE_core_stub_in_nt_dll
#  define _core_attr _OMNIORB_NTDLL_IMPORT
# else
#  define _core_attr
# endif
#endif

#ifdef _dyn_attr
# error "A local CPP macro _dyn_attr has already been defined."
#else
# ifdef  USE_dyn_stub_in_nt_dll
#  define _dyn_attr _OMNIORB_NTDLL_IMPORT
# else
#  define _dyn_attr
# endif
#endif





_CORBA_MODULE SALOME_TYPES

_CORBA_MODULE_BEG

  struct Parameter {
    typedef _CORBA_ConstrType_Variable_Var<Parameter> _var_type;

    
    ::CORBA::String_member name;

    ::CORBA::String_member value;

  

    void operator>>= (cdrStream &) const;
    void operator<<= (cdrStream &);
  };

  typedef Parameter::_var_type Parameter_var;

  typedef _CORBA_ConstrType_Variable_OUT_arg< Parameter,Parameter_var > Parameter_out;

  _CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_Parameter;

  _CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_ParameterList;

  class ParameterList_var;

  class ParameterList : public _CORBA_Unbounded_Sequence< Parameter >  {
  public:
    typedef ParameterList_var _var_type;
    inline ParameterList() {}
    inline ParameterList(const ParameterList& _s)
      : _CORBA_Unbounded_Sequence< Parameter > (_s) {}

    inline ParameterList(_CORBA_ULong _max)
      : _CORBA_Unbounded_Sequence< Parameter > (_max) {}
    inline ParameterList(_CORBA_ULong _max, _CORBA_ULong _len, Parameter* _val, _CORBA_Boolean _rel=0)
      : _CORBA_Unbounded_Sequence< Parameter > (_max, _len, _val, _rel) {}

  

    inline ParameterList& operator = (const ParameterList& _s) {
      _CORBA_Unbounded_Sequence< Parameter > ::operator=(_s);
      return *this;
    }
  };

  class ParameterList_out;

  class ParameterList_var {
  public:
    inline ParameterList_var() : _pd_seq(0) {}
    inline ParameterList_var(ParameterList* _s) : _pd_seq(_s) {}
    inline ParameterList_var(const ParameterList_var& _s) {
      if( _s._pd_seq )  _pd_seq = new ParameterList(*_s._pd_seq);
      else              _pd_seq = 0;
    }
    inline ~ParameterList_var() { if( _pd_seq )  delete _pd_seq; }
      
    inline ParameterList_var& operator = (ParameterList* _s) {
      if( _pd_seq )  delete _pd_seq;
      _pd_seq = _s;
      return *this;
    }
    inline ParameterList_var& operator = (const ParameterList_var& _s) {
      if( _s._pd_seq ) {
        if( !_pd_seq )  _pd_seq = new ParameterList;
        *_pd_seq = *_s._pd_seq;
      } else if( _pd_seq ) {
        delete _pd_seq;
        _pd_seq = 0;
      }
      return *this;
    }
    inline Parameter& operator [] (_CORBA_ULong _s) {
      return (*_pd_seq)[_s];
    }

  

    inline ParameterList* operator -> () { return _pd_seq; }
    inline const ParameterList* operator -> () const { return _pd_seq; }
#if defined(__GNUG__)
    inline operator ParameterList& () const { return *_pd_seq; }
#else
    inline operator const ParameterList& () const { return *_pd_seq; }
    inline operator ParameterList& () { return *_pd_seq; }
#endif
      
    inline const ParameterList& in() const { return *_pd_seq; }
    inline ParameterList&       inout()    { return *_pd_seq; }
    inline ParameterList*&      out() {
      if( _pd_seq ) { delete _pd_seq; _pd_seq = 0; }
      return _pd_seq;
    }
    inline ParameterList* _retn() { ParameterList* tmp = _pd_seq; _pd_seq = 0; return tmp; }
      
    friend class ParameterList_out;
    
  private:
    ParameterList* _pd_seq;
  };

  class ParameterList_out {
  public:
    inline ParameterList_out(ParameterList*& _s) : _data(_s) { _data = 0; }
    inline ParameterList_out(ParameterList_var& _s)
      : _data(_s._pd_seq) { _s = (ParameterList*) 0; }
    inline ParameterList_out(const ParameterList_out& _s) : _data(_s._data) {}
    inline ParameterList_out& operator = (const ParameterList_out& _s) {
      _data = _s._data;
      return *this;
    }
    inline ParameterList_out& operator = (ParameterList* _s) {
      _data = _s;
      return *this;
    }
    inline operator ParameterList*&()  { return _data; }
    inline ParameterList*& ptr()       { return _data; }
    inline ParameterList* operator->() { return _data; }

    inline Parameter& operator [] (_CORBA_ULong _i) {
      return (*_data)[_i];
    }

  

    ParameterList*& _data;

  private:
    ParameterList_out();
    ParameterList_out& operator=(const ParameterList_var&);
  };

  _CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_Variable;

  class Variable_var;

  class Variable : public _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::Double, 8, 8 >  {
  public:
    typedef Variable_var _var_type;
    inline Variable() {}
    inline Variable(const Variable& _s)
      : _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::Double, 8, 8 > (_s) {}

    inline Variable(_CORBA_ULong _max)
      : _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::Double, 8, 8 > (_max) {}
    inline Variable(_CORBA_ULong _max, _CORBA_ULong _len, ::CORBA::Double* _val, _CORBA_Boolean _rel=0)
      : _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::Double, 8, 8 > (_max, _len, _val, _rel) {}

  

    inline Variable& operator = (const Variable& _s) {
      _CORBA_Unbounded_Sequence_w_FixSizeElement< ::CORBA::Double, 8, 8 > ::operator=(_s);
      return *this;
    }
  };

  class Variable_out;

  class Variable_var {
  public:
    inline Variable_var() : _pd_seq(0) {}
    inline Variable_var(Variable* _s) : _pd_seq(_s) {}
    inline Variable_var(const Variable_var& _s) {
      if( _s._pd_seq )  _pd_seq = new Variable(*_s._pd_seq);
      else              _pd_seq = 0;
    }
    inline ~Variable_var() { if( _pd_seq )  delete _pd_seq; }
      
    inline Variable_var& operator = (Variable* _s) {
      if( _pd_seq )  delete _pd_seq;
      _pd_seq = _s;
      return *this;
    }
    inline Variable_var& operator = (const Variable_var& _s) {
      if( _s._pd_seq ) {
        if( !_pd_seq )  _pd_seq = new Variable;
        *_pd_seq = *_s._pd_seq;
      } else if( _pd_seq ) {
        delete _pd_seq;
        _pd_seq = 0;
      }
      return *this;
    }
    inline ::CORBA::Double& operator [] (_CORBA_ULong _s) {
      return (*_pd_seq)[_s];
    }

  

    inline Variable* operator -> () { return _pd_seq; }
    inline const Variable* operator -> () const { return _pd_seq; }
#if defined(__GNUG__)
    inline operator Variable& () const { return *_pd_seq; }
#else
    inline operator const Variable& () const { return *_pd_seq; }
    inline operator Variable& () { return *_pd_seq; }
#endif
      
    inline const Variable& in() const { return *_pd_seq; }
    inline Variable&       inout()    { return *_pd_seq; }
    inline Variable*&      out() {
      if( _pd_seq ) { delete _pd_seq; _pd_seq = 0; }
      return _pd_seq;
    }
    inline Variable* _retn() { Variable* tmp = _pd_seq; _pd_seq = 0; return tmp; }
      
    friend class Variable_out;
    
  private:
    Variable* _pd_seq;
  };

  class Variable_out {
  public:
    inline Variable_out(Variable*& _s) : _data(_s) { _data = 0; }
    inline Variable_out(Variable_var& _s)
      : _data(_s._pd_seq) { _s = (Variable*) 0; }
    inline Variable_out(const Variable_out& _s) : _data(_s._data) {}
    inline Variable_out& operator = (const Variable_out& _s) {
      _data = _s._data;
      return *this;
    }
    inline Variable_out& operator = (Variable* _s) {
      _data = _s;
      return *this;
    }
    inline operator Variable*&()  { return _data; }
    inline Variable*& ptr()       { return _data; }
    inline Variable* operator->() { return _data; }

    inline ::CORBA::Double& operator [] (_CORBA_ULong _i) {
      return (*_data)[_i];
    }

  

    Variable*& _data;

  private:
    Variable_out();
    Variable_out& operator=(const Variable_var&);
  };

  _CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_VariableSequence;

  class VariableSequence_var;

  class VariableSequence : public _CORBA_Unbounded_Sequence< Variable >  {
  public:
    typedef VariableSequence_var _var_type;
    inline VariableSequence() {}
    inline VariableSequence(const VariableSequence& _s)
      : _CORBA_Unbounded_Sequence< Variable > (_s) {}

    inline VariableSequence(_CORBA_ULong _max)
      : _CORBA_Unbounded_Sequence< Variable > (_max) {}
    inline VariableSequence(_CORBA_ULong _max, _CORBA_ULong _len, Variable* _val, _CORBA_Boolean _rel=0)
      : _CORBA_Unbounded_Sequence< Variable > (_max, _len, _val, _rel) {}

  

    inline VariableSequence& operator = (const VariableSequence& _s) {
      _CORBA_Unbounded_Sequence< Variable > ::operator=(_s);
      return *this;
    }
  };

  class VariableSequence_out;

  class VariableSequence_var {
  public:
    inline VariableSequence_var() : _pd_seq(0) {}
    inline VariableSequence_var(VariableSequence* _s) : _pd_seq(_s) {}
    inline VariableSequence_var(const VariableSequence_var& _s) {
      if( _s._pd_seq )  _pd_seq = new VariableSequence(*_s._pd_seq);
      else              _pd_seq = 0;
    }
    inline ~VariableSequence_var() { if( _pd_seq )  delete _pd_seq; }
      
    inline VariableSequence_var& operator = (VariableSequence* _s) {
      if( _pd_seq )  delete _pd_seq;
      _pd_seq = _s;
      return *this;
    }
    inline VariableSequence_var& operator = (const VariableSequence_var& _s) {
      if( _s._pd_seq ) {
        if( !_pd_seq )  _pd_seq = new VariableSequence;
        *_pd_seq = *_s._pd_seq;
      } else if( _pd_seq ) {
        delete _pd_seq;
        _pd_seq = 0;
      }
      return *this;
    }
    inline Variable& operator [] (_CORBA_ULong _s) {
      return (*_pd_seq)[_s];
    }

  

    inline VariableSequence* operator -> () { return _pd_seq; }
    inline const VariableSequence* operator -> () const { return _pd_seq; }
#if defined(__GNUG__)
    inline operator VariableSequence& () const { return *_pd_seq; }
#else
    inline operator const VariableSequence& () const { return *_pd_seq; }
    inline operator VariableSequence& () { return *_pd_seq; }
#endif
      
    inline const VariableSequence& in() const { return *_pd_seq; }
    inline VariableSequence&       inout()    { return *_pd_seq; }
    inline VariableSequence*&      out() {
      if( _pd_seq ) { delete _pd_seq; _pd_seq = 0; }
      return _pd_seq;
    }
    inline VariableSequence* _retn() { VariableSequence* tmp = _pd_seq; _pd_seq = 0; return tmp; }
      
    friend class VariableSequence_out;
    
  private:
    VariableSequence* _pd_seq;
  };

  class VariableSequence_out {
  public:
    inline VariableSequence_out(VariableSequence*& _s) : _data(_s) { _data = 0; }
    inline VariableSequence_out(VariableSequence_var& _s)
      : _data(_s._pd_seq) { _s = (VariableSequence*) 0; }
    inline VariableSequence_out(const VariableSequence_out& _s) : _data(_s._data) {}
    inline VariableSequence_out& operator = (const VariableSequence_out& _s) {
      _data = _s._data;
      return *this;
    }
    inline VariableSequence_out& operator = (VariableSequence* _s) {
      _data = _s;
      return *this;
    }
    inline operator VariableSequence*&()  { return _data; }
    inline VariableSequence*& ptr()       { return _data; }
    inline VariableSequence* operator->() { return _data; }

    inline Variable& operator [] (_CORBA_ULong _i) {
      return (*_data)[_i];
    }

  

    VariableSequence*& _data;

  private:
    VariableSequence_out();
    VariableSequence_out& operator=(const VariableSequence_var&);
  };

  _CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_StateSequence;

  class StateSequence_var;

  class StateSequence : public _CORBA_Unbounded_Sequence< VariableSequence >  {
  public:
    typedef StateSequence_var _var_type;
    inline StateSequence() {}
    inline StateSequence(const StateSequence& _s)
      : _CORBA_Unbounded_Sequence< VariableSequence > (_s) {}

    inline StateSequence(_CORBA_ULong _max)
      : _CORBA_Unbounded_Sequence< VariableSequence > (_max) {}
    inline StateSequence(_CORBA_ULong _max, _CORBA_ULong _len, VariableSequence* _val, _CORBA_Boolean _rel=0)
      : _CORBA_Unbounded_Sequence< VariableSequence > (_max, _len, _val, _rel) {}

  

    inline StateSequence& operator = (const StateSequence& _s) {
      _CORBA_Unbounded_Sequence< VariableSequence > ::operator=(_s);
      return *this;
    }
  };

  class StateSequence_out;

  class StateSequence_var {
  public:
    inline StateSequence_var() : _pd_seq(0) {}
    inline StateSequence_var(StateSequence* _s) : _pd_seq(_s) {}
    inline StateSequence_var(const StateSequence_var& _s) {
      if( _s._pd_seq )  _pd_seq = new StateSequence(*_s._pd_seq);
      else              _pd_seq = 0;
    }
    inline ~StateSequence_var() { if( _pd_seq )  delete _pd_seq; }
      
    inline StateSequence_var& operator = (StateSequence* _s) {
      if( _pd_seq )  delete _pd_seq;
      _pd_seq = _s;
      return *this;
    }
    inline StateSequence_var& operator = (const StateSequence_var& _s) {
      if( _s._pd_seq ) {
        if( !_pd_seq )  _pd_seq = new StateSequence;
        *_pd_seq = *_s._pd_seq;
      } else if( _pd_seq ) {
        delete _pd_seq;
        _pd_seq = 0;
      }
      return *this;
    }
    inline VariableSequence& operator [] (_CORBA_ULong _s) {
      return (*_pd_seq)[_s];
    }

  

    inline StateSequence* operator -> () { return _pd_seq; }
    inline const StateSequence* operator -> () const { return _pd_seq; }
#if defined(__GNUG__)
    inline operator StateSequence& () const { return *_pd_seq; }
#else
    inline operator const StateSequence& () const { return *_pd_seq; }
    inline operator StateSequence& () { return *_pd_seq; }
#endif
      
    inline const StateSequence& in() const { return *_pd_seq; }
    inline StateSequence&       inout()    { return *_pd_seq; }
    inline StateSequence*&      out() {
      if( _pd_seq ) { delete _pd_seq; _pd_seq = 0; }
      return _pd_seq;
    }
    inline StateSequence* _retn() { StateSequence* tmp = _pd_seq; _pd_seq = 0; return tmp; }
      
    friend class StateSequence_out;
    
  private:
    StateSequence* _pd_seq;
  };

  class StateSequence_out {
  public:
    inline StateSequence_out(StateSequence*& _s) : _data(_s) { _data = 0; }
    inline StateSequence_out(StateSequence_var& _s)
      : _data(_s._pd_seq) { _s = (StateSequence*) 0; }
    inline StateSequence_out(const StateSequence_out& _s) : _data(_s._data) {}
    inline StateSequence_out& operator = (const StateSequence_out& _s) {
      _data = _s._data;
      return *this;
    }
    inline StateSequence_out& operator = (StateSequence* _s) {
      _data = _s;
      return *this;
    }
    inline operator StateSequence*&()  { return _data; }
    inline StateSequence*& ptr()       { return _data; }
    inline StateSequence* operator->() { return _data; }

    inline VariableSequence& operator [] (_CORBA_ULong _i) {
      return (*_data)[_i];
    }

  

    StateSequence*& _data;

  private:
    StateSequence_out();
    StateSequence_out& operator=(const StateSequence_var&);
  };

  _CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_TimeSequence;

  class TimeSequence_var;

  class TimeSequence : public _CORBA_Unbounded_Sequence< StateSequence >  {
  public:
    typedef TimeSequence_var _var_type;
    inline TimeSequence() {}
    inline TimeSequence(const TimeSequence& _s)
      : _CORBA_Unbounded_Sequence< StateSequence > (_s) {}

    inline TimeSequence(_CORBA_ULong _max)
      : _CORBA_Unbounded_Sequence< StateSequence > (_max) {}
    inline TimeSequence(_CORBA_ULong _max, _CORBA_ULong _len, StateSequence* _val, _CORBA_Boolean _rel=0)
      : _CORBA_Unbounded_Sequence< StateSequence > (_max, _len, _val, _rel) {}

  

    inline TimeSequence& operator = (const TimeSequence& _s) {
      _CORBA_Unbounded_Sequence< StateSequence > ::operator=(_s);
      return *this;
    }
  };

  class TimeSequence_out;

  class TimeSequence_var {
  public:
    inline TimeSequence_var() : _pd_seq(0) {}
    inline TimeSequence_var(TimeSequence* _s) : _pd_seq(_s) {}
    inline TimeSequence_var(const TimeSequence_var& _s) {
      if( _s._pd_seq )  _pd_seq = new TimeSequence(*_s._pd_seq);
      else              _pd_seq = 0;
    }
    inline ~TimeSequence_var() { if( _pd_seq )  delete _pd_seq; }
      
    inline TimeSequence_var& operator = (TimeSequence* _s) {
      if( _pd_seq )  delete _pd_seq;
      _pd_seq = _s;
      return *this;
    }
    inline TimeSequence_var& operator = (const TimeSequence_var& _s) {
      if( _s._pd_seq ) {
        if( !_pd_seq )  _pd_seq = new TimeSequence;
        *_pd_seq = *_s._pd_seq;
      } else if( _pd_seq ) {
        delete _pd_seq;
        _pd_seq = 0;
      }
      return *this;
    }
    inline StateSequence& operator [] (_CORBA_ULong _s) {
      return (*_pd_seq)[_s];
    }

  

    inline TimeSequence* operator -> () { return _pd_seq; }
    inline const TimeSequence* operator -> () const { return _pd_seq; }
#if defined(__GNUG__)
    inline operator TimeSequence& () const { return *_pd_seq; }
#else
    inline operator const TimeSequence& () const { return *_pd_seq; }
    inline operator TimeSequence& () { return *_pd_seq; }
#endif
      
    inline const TimeSequence& in() const { return *_pd_seq; }
    inline TimeSequence&       inout()    { return *_pd_seq; }
    inline TimeSequence*&      out() {
      if( _pd_seq ) { delete _pd_seq; _pd_seq = 0; }
      return _pd_seq;
    }
    inline TimeSequence* _retn() { TimeSequence* tmp = _pd_seq; _pd_seq = 0; return tmp; }
      
    friend class TimeSequence_out;
    
  private:
    TimeSequence* _pd_seq;
  };

  class TimeSequence_out {
  public:
    inline TimeSequence_out(TimeSequence*& _s) : _data(_s) { _data = 0; }
    inline TimeSequence_out(TimeSequence_var& _s)
      : _data(_s._pd_seq) { _s = (TimeSequence*) 0; }
    inline TimeSequence_out(const TimeSequence_out& _s) : _data(_s._data) {}
    inline TimeSequence_out& operator = (const TimeSequence_out& _s) {
      _data = _s._data;
      return *this;
    }
    inline TimeSequence_out& operator = (TimeSequence* _s) {
      _data = _s;
      return *this;
    }
    inline operator TimeSequence*&()  { return _data; }
    inline TimeSequence*& ptr()       { return _data; }
    inline TimeSequence* operator->() { return _data; }

    inline StateSequence& operator [] (_CORBA_ULong _i) {
      return (*_data)[_i];
    }

  

    TimeSequence*& _data;

  private:
    TimeSequence_out();
    TimeSequence_out& operator=(const TimeSequence_var&);
  };

  _CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_VarList;

  class VarList_var;

  class VarList : public _CORBA_Unbounded_Sequence_String {
  public:
    typedef VarList_var _var_type;
    inline VarList() {}
    inline VarList(const VarList& _s)
      : _CORBA_Unbounded_Sequence_String(_s) {}

    inline VarList(_CORBA_ULong _max)
      : _CORBA_Unbounded_Sequence_String(_max) {}
    inline VarList(_CORBA_ULong _max, _CORBA_ULong _len, char** _val, _CORBA_Boolean _rel=0)
      : _CORBA_Unbounded_Sequence_String(_max, _len, _val, _rel) {}

  

    inline VarList& operator = (const VarList& _s) {
      _CORBA_Unbounded_Sequence_String::operator=(_s);
      return *this;
    }
  };

  class VarList_out;

  class VarList_var {
  public:
    inline VarList_var() : _pd_seq(0) {}
    inline VarList_var(VarList* _s) : _pd_seq(_s) {}
    inline VarList_var(const VarList_var& _s) {
      if( _s._pd_seq )  _pd_seq = new VarList(*_s._pd_seq);
      else              _pd_seq = 0;
    }
    inline ~VarList_var() { if( _pd_seq )  delete _pd_seq; }
      
    inline VarList_var& operator = (VarList* _s) {
      if( _pd_seq )  delete _pd_seq;
      _pd_seq = _s;
      return *this;
    }
    inline VarList_var& operator = (const VarList_var& _s) {
      if( _s._pd_seq ) {
        if( !_pd_seq )  _pd_seq = new VarList;
        *_pd_seq = *_s._pd_seq;
      } else if( _pd_seq ) {
        delete _pd_seq;
        _pd_seq = 0;
      }
      return *this;
    }
    inline _CORBA_String_element operator [] (_CORBA_ULong _s) {
      return (*_pd_seq)[_s];
    }

  

    inline VarList* operator -> () { return _pd_seq; }
    inline const VarList* operator -> () const { return _pd_seq; }
#if defined(__GNUG__)
    inline operator VarList& () const { return *_pd_seq; }
#else
    inline operator const VarList& () const { return *_pd_seq; }
    inline operator VarList& () { return *_pd_seq; }
#endif
      
    inline const VarList& in() const { return *_pd_seq; }
    inline VarList&       inout()    { return *_pd_seq; }
    inline VarList*&      out() {
      if( _pd_seq ) { delete _pd_seq; _pd_seq = 0; }
      return _pd_seq;
    }
    inline VarList* _retn() { VarList* tmp = _pd_seq; _pd_seq = 0; return tmp; }
      
    friend class VarList_out;
    
  private:
    VarList* _pd_seq;
  };

  class VarList_out {
  public:
    inline VarList_out(VarList*& _s) : _data(_s) { _data = 0; }
    inline VarList_out(VarList_var& _s)
      : _data(_s._pd_seq) { _s = (VarList*) 0; }
    inline VarList_out(const VarList_out& _s) : _data(_s._data) {}
    inline VarList_out& operator = (const VarList_out& _s) {
      _data = _s._data;
      return *this;
    }
    inline VarList_out& operator = (VarList* _s) {
      _data = _s;
      return *this;
    }
    inline operator VarList*&()  { return _data; }
    inline VarList*& ptr()       { return _data; }
    inline VarList* operator->() { return _data; }

    inline _CORBA_String_element operator [] (_CORBA_ULong _i) {
      return (*_data)[_i];
    }

  

    VarList*& _data;

  private:
    VarList_out();
    VarList_out& operator=(const VarList_var&);
  };

  struct ParametricInput {
    typedef _CORBA_ConstrType_Variable_Var<ParametricInput> _var_type;

    
    VarList inputVarList;

    VarList outputVarList;

    TimeSequence inputValues;

    ParameterList specificParameters;

  

    void operator>>= (cdrStream &) const;
    void operator<<= (cdrStream &);
  };

  typedef ParametricInput::_var_type ParametricInput_var;

  typedef _CORBA_ConstrType_Variable_OUT_arg< ParametricInput,ParametricInput_var > ParametricInput_out;

  _CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_ParametricInput;

  struct ParametricOutput {
    typedef _CORBA_ConstrType_Variable_Var<ParametricOutput> _var_type;

    
    TimeSequence outputValues;

    ParameterList specificOutputInfos;

    ::CORBA::Long returnCode;

    ::CORBA::String_member errorMessage;

  

    void operator>>= (cdrStream &) const;
    void operator<<= (cdrStream &);
  };

  typedef ParametricOutput::_var_type ParametricOutput_var;

  typedef _CORBA_ConstrType_Variable_OUT_arg< ParametricOutput,ParametricOutput_var > ParametricOutput_out;

  _CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_ParametricOutput;

_CORBA_MODULE_END



_CORBA_MODULE POA_SALOME_TYPES
_CORBA_MODULE_BEG

_CORBA_MODULE_END



_CORBA_MODULE OBV_SALOME_TYPES
_CORBA_MODULE_BEG

_CORBA_MODULE_END





#undef _core_attr
#undef _dyn_attr

extern void operator<<=(::CORBA::Any& _a, const SALOME_TYPES::Parameter& _s);
extern void operator<<=(::CORBA::Any& _a, SALOME_TYPES::Parameter* _sp);
extern _CORBA_Boolean operator>>=(const ::CORBA::Any& _a, SALOME_TYPES::Parameter*& _sp);
extern _CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const SALOME_TYPES::Parameter*& _sp);

void operator<<=(::CORBA::Any& _a, const SALOME_TYPES::ParameterList& _s);
void operator<<=(::CORBA::Any& _a, SALOME_TYPES::ParameterList* _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, SALOME_TYPES::ParameterList*& _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const SALOME_TYPES::ParameterList*& _sp);

void operator<<=(::CORBA::Any& _a, const SALOME_TYPES::Variable& _s);
void operator<<=(::CORBA::Any& _a, SALOME_TYPES::Variable* _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, SALOME_TYPES::Variable*& _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const SALOME_TYPES::Variable*& _sp);

void operator<<=(::CORBA::Any& _a, const SALOME_TYPES::VariableSequence& _s);
void operator<<=(::CORBA::Any& _a, SALOME_TYPES::VariableSequence* _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, SALOME_TYPES::VariableSequence*& _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const SALOME_TYPES::VariableSequence*& _sp);

void operator<<=(::CORBA::Any& _a, const SALOME_TYPES::StateSequence& _s);
void operator<<=(::CORBA::Any& _a, SALOME_TYPES::StateSequence* _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, SALOME_TYPES::StateSequence*& _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const SALOME_TYPES::StateSequence*& _sp);

void operator<<=(::CORBA::Any& _a, const SALOME_TYPES::TimeSequence& _s);
void operator<<=(::CORBA::Any& _a, SALOME_TYPES::TimeSequence* _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, SALOME_TYPES::TimeSequence*& _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const SALOME_TYPES::TimeSequence*& _sp);

void operator<<=(::CORBA::Any& _a, const SALOME_TYPES::VarList& _s);
void operator<<=(::CORBA::Any& _a, SALOME_TYPES::VarList* _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, SALOME_TYPES::VarList*& _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const SALOME_TYPES::VarList*& _sp);

extern void operator<<=(::CORBA::Any& _a, const SALOME_TYPES::ParametricInput& _s);
extern void operator<<=(::CORBA::Any& _a, SALOME_TYPES::ParametricInput* _sp);
extern _CORBA_Boolean operator>>=(const ::CORBA::Any& _a, SALOME_TYPES::ParametricInput*& _sp);
extern _CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const SALOME_TYPES::ParametricInput*& _sp);

extern void operator<<=(::CORBA::Any& _a, const SALOME_TYPES::ParametricOutput& _s);
extern void operator<<=(::CORBA::Any& _a, SALOME_TYPES::ParametricOutput* _sp);
extern _CORBA_Boolean operator>>=(const ::CORBA::Any& _a, SALOME_TYPES::ParametricOutput*& _sp);
extern _CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const SALOME_TYPES::ParametricOutput*& _sp);





#ifdef   USE_stub_in_nt_dll_NOT_DEFINED_SALOME__Parametric
# undef  USE_stub_in_nt_dll
# undef  USE_stub_in_nt_dll_NOT_DEFINED_SALOME__Parametric
#endif
#ifdef   USE_core_stub_in_nt_dll_NOT_DEFINED_SALOME__Parametric
# undef  USE_core_stub_in_nt_dll
# undef  USE_core_stub_in_nt_dll_NOT_DEFINED_SALOME__Parametric
#endif
#ifdef   USE_dyn_stub_in_nt_dll_NOT_DEFINED_SALOME__Parametric
# undef  USE_dyn_stub_in_nt_dll
# undef  USE_dyn_stub_in_nt_dll_NOT_DEFINED_SALOME__Parametric
#endif

#endif  // __SALOME__Parametric_hh__