File: sort_IntegerContainer_Impl.h

package info (click to toggle)
babel 0.10.2-1
  • links: PTS
  • area: contrib
  • in suites: sarge
  • size: 43,932 kB
  • ctags: 29,707
  • sloc: java: 74,695; ansic: 73,142; cpp: 40,649; sh: 18,411; f90: 10,062; fortran: 6,727; python: 6,406; makefile: 3,866; xml: 118; perl: 48
file content (108 lines) | stat: -rw-r--r-- 2,575 bytes parent folder | download
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
/*
 * File:          sort_IntegerContainer_Impl.h
 * Symbol:        sort.IntegerContainer-v0.1
 * Symbol Type:   class
 * Babel Version: 0.10.2
 * Description:   Server-side implementation for sort.IntegerContainer
 * 
 * WARNING: Automatically generated; only changes within splicers preserved
 * 
 * babel-version = 0.10.2
 */

#ifndef included_sort_IntegerContainer_Impl_h
#define included_sort_IntegerContainer_Impl_h

#ifndef included_sidl_header_h
#include "sidl_header.h"
#endif
#ifndef included_sort_Comparator_h
#include "sort_Comparator.h"
#endif
#ifndef included_sort_IntegerContainer_h
#include "sort_IntegerContainer.h"
#endif

#line 26 "../../../../babel/regression/sort/libC/sort_IntegerContainer_Impl.h"
/* DO-NOT-DELETE splicer.begin(sort.IntegerContainer._includes) */
#include "sort_Integer.h"
/* DO-NOT-DELETE splicer.end(sort.IntegerContainer._includes) */
#line 30 "sort_IntegerContainer_Impl.h"

/*
 * Private data for class sort.IntegerContainer
 */

struct sort_IntegerContainer__data {
#line 35 "../../../../babel/regression/sort/libC/sort_IntegerContainer_Impl.h"
  /* DO-NOT-DELETE splicer.begin(sort.IntegerContainer._data) */
  struct sort_Integer__array *d_elements;
  /* DO-NOT-DELETE splicer.end(sort.IntegerContainer._data) */
#line 41 "sort_IntegerContainer_Impl.h"
};

#ifdef __cplusplus
extern "C" {
#endif

/*
 * Access functions for class private data and built-in methods
 */

extern struct sort_IntegerContainer__data*
sort_IntegerContainer__get_data(
  sort_IntegerContainer);

extern void
sort_IntegerContainer__set_data(
  sort_IntegerContainer,
  struct sort_IntegerContainer__data*);

extern void
impl_sort_IntegerContainer__load(
  void);

extern void
impl_sort_IntegerContainer__ctor(
  /* in */ sort_IntegerContainer self);

extern void
impl_sort_IntegerContainer__dtor(
  /* in */ sort_IntegerContainer self);

/*
 * User-defined object methods
 */

extern void
impl_sort_IntegerContainer_setLength(
  /* in */ sort_IntegerContainer self,
  /* in */ int32_t len);

extern int32_t
impl_sort_IntegerContainer_getLength(
  /* in */ sort_IntegerContainer self);

extern int32_t
impl_sort_IntegerContainer_compare(
  /* in */ sort_IntegerContainer self,
  /* in */ int32_t i,
  /* in */ int32_t j,
  /* in */ sort_Comparator comp);

extern void
impl_sort_IntegerContainer_swap(
  /* in */ sort_IntegerContainer self,
  /* in */ int32_t i,
  /* in */ int32_t j);

extern void
impl_sort_IntegerContainer_output(
  /* in */ sort_IntegerContainer self,
  /* in */ int32_t s,
  /* in */ int32_t e);

#ifdef __cplusplus
}
#endif
#endif