client-c  0.8.1
kaa_configuration_gen.h
Go to the documentation of this file.
1 
17 # ifndef KAA_CONFIGURATION_GEN_H_
18 # define KAA_CONFIGURATION_GEN_H_
19 
20 # include "../kaa_common_schema.h"
21 # include "../collections/kaa_list.h"
22 
23 # ifdef __cplusplus
24 extern "C" {
25 # endif
26 
27 
28 # ifndef KAA_UNION_NULL_OR_FIXED_H_
29 # define KAA_UNION_NULL_OR_FIXED_H_
30 
31 # define KAA_UNION_NULL_OR_FIXED_BRANCH_0 0
32 # define KAA_UNION_NULL_OR_FIXED_BRANCH_1 1
33 
36 
38 
39 # endif // KAA_UNION_NULL_OR_FIXED_H_
40 
41 
42 typedef struct {
45 
50 
53 
54 #ifdef __cplusplus
55 } /* extern "C" */
56 #endif
57 #endif
void(* destroy_fn)(void *data)
size_t(* get_size_fn)(void *data)
kaa_union_t * kaa_union_null_or_fixed_deserialize(avro_reader_t reader)
kaa_configuration_root_record_t * kaa_configuration_root_record_deserialize(avro_reader_t reader)
kaa_configuration_root_record_t * kaa_configuration_root_record_create(void)
kaa_union_t * kaa_union_null_or_fixed_branch_1_create(void)
void(* serialize_fn)(avro_writer_t writer, void *data)
kaa_union_t * kaa_union_null_or_fixed_branch_0_create(void)