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_Cfcomplex_Impl.h
* Symbol: Args.Cfcomplex-v1.0
* Symbol Type: class
* Babel Version: 0.10.2
* Description: Server-side implementation for Args.Cfcomplex
*
* WARNING: Automatically generated; only changes within splicers preserved
*
* babel-version = 0.10.2
*/
#ifndef included_Args_Cfcomplex_Impl_h
#define included_Args_Cfcomplex_Impl_h
#ifndef included_sidl_header_h
#include "sidl_header.h"
#endif
#ifndef included_Args_Cfcomplex_h
#include "Args_Cfcomplex.h"
#endif
#line 23 "../../../../babel/regression/args/libC/Args_Cfcomplex_Impl.h"
/* DO-NOT-DELETE splicer.begin(Args.Cfcomplex._includes) */
/* Put additional include files here... */
/* DO-NOT-DELETE splicer.end(Args.Cfcomplex._includes) */
#line 27 "Args_Cfcomplex_Impl.h"
/*
* Private data for class Args.Cfcomplex
*/
struct Args_Cfcomplex__data {
#line 32 "../../../../babel/regression/args/libC/Args_Cfcomplex_Impl.h"
/* DO-NOT-DELETE splicer.begin(Args.Cfcomplex._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.Cfcomplex._data) */
#line 39 "Args_Cfcomplex_Impl.h"
};
#ifdef __cplusplus
extern "C" {
#endif
/*
* Access functions for class private data and built-in methods
*/
extern struct Args_Cfcomplex__data*
Args_Cfcomplex__get_data(
Args_Cfcomplex);
extern void
Args_Cfcomplex__set_data(
Args_Cfcomplex,
struct Args_Cfcomplex__data*);
extern void
impl_Args_Cfcomplex__load(
void);
extern void
impl_Args_Cfcomplex__ctor(
/* in */ Args_Cfcomplex self);
extern void
impl_Args_Cfcomplex__dtor(
/* in */ Args_Cfcomplex self);
/*
* User-defined object methods
*/
extern struct sidl_fcomplex
impl_Args_Cfcomplex_returnback(
/* in */ Args_Cfcomplex self);
extern sidl_bool
impl_Args_Cfcomplex_passin(
/* in */ Args_Cfcomplex self,
/* in */ struct sidl_fcomplex c);
extern sidl_bool
impl_Args_Cfcomplex_passout(
/* in */ Args_Cfcomplex self,
/* out */ struct sidl_fcomplex* c);
extern sidl_bool
impl_Args_Cfcomplex_passinout(
/* in */ Args_Cfcomplex self,
/* inout */ struct sidl_fcomplex* c);
extern struct sidl_fcomplex
impl_Args_Cfcomplex_passeverywhere(
/* in */ Args_Cfcomplex self,
/* in */ struct sidl_fcomplex c1,
/* out */ struct sidl_fcomplex* c2,
/* inout */ struct sidl_fcomplex* c3);
#ifdef __cplusplus
}
#endif
#endif
|