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
|
/*
* File: Args_Cdcomplex_Impl.h
* Symbol: Args.Cdcomplex-v1.0
* Symbol Type: class
* Babel Version: 0.10.2
* Description: Server-side implementation for Args.Cdcomplex
*
* WARNING: Automatically generated; only changes within splicers preserved
*
* babel-version = 0.10.2
*/
#ifndef included_Args_Cdcomplex_Impl_h
#define included_Args_Cdcomplex_Impl_h
#ifndef included_sidl_header_h
#include "sidl_header.h"
#endif
#ifndef included_Args_Cdcomplex_h
#include "Args_Cdcomplex.h"
#endif
#line 23 "../../../../babel/regression/args/libC/Args_Cdcomplex_Impl.h"
/* DO-NOT-DELETE splicer.begin(Args.Cdcomplex._includes) */
/* Put additional include files here... */
/* DO-NOT-DELETE splicer.end(Args.Cdcomplex._includes) */
#line 27 "Args_Cdcomplex_Impl.h"
/*
* Private data for class Args.Cdcomplex
*/
struct Args_Cdcomplex__data {
#line 32 "../../../../babel/regression/args/libC/Args_Cdcomplex_Impl.h"
/* DO-NOT-DELETE splicer.begin(Args.Cdcomplex._data) */
/* Put private data members here... */
int ignore; /* dummy to force non-empty struct; remove if you add data */
/* DO-NOT-DELETE splicer.end(Args.Cdcomplex._data) */
#line 39 "Args_Cdcomplex_Impl.h"
};
#ifdef __cplusplus
extern "C" {
#endif
/*
* Access functions for class private data and built-in methods
*/
extern struct Args_Cdcomplex__data*
Args_Cdcomplex__get_data(
Args_Cdcomplex);
extern void
Args_Cdcomplex__set_data(
Args_Cdcomplex,
struct Args_Cdcomplex__data*);
extern void
impl_Args_Cdcomplex__load(
void);
extern void
impl_Args_Cdcomplex__ctor(
/* in */ Args_Cdcomplex self);
extern void
impl_Args_Cdcomplex__dtor(
/* in */ Args_Cdcomplex self);
/*
* User-defined object methods
*/
extern struct sidl_dcomplex
impl_Args_Cdcomplex_returnback(
/* in */ Args_Cdcomplex self);
extern sidl_bool
impl_Args_Cdcomplex_passin(
/* in */ Args_Cdcomplex self,
/* in */ struct sidl_dcomplex c);
extern sidl_bool
impl_Args_Cdcomplex_passout(
/* in */ Args_Cdcomplex self,
/* out */ struct sidl_dcomplex* c);
extern sidl_bool
impl_Args_Cdcomplex_passinout(
/* in */ Args_Cdcomplex self,
/* inout */ struct sidl_dcomplex* c);
extern struct sidl_dcomplex
impl_Args_Cdcomplex_passeverywhere(
/* in */ Args_Cdcomplex self,
/* in */ struct sidl_dcomplex c1,
/* out */ struct sidl_dcomplex* c2,
/* inout */ struct sidl_dcomplex* c3);
#ifdef __cplusplus
}
#endif
#endif
|