8 #ifndef LIBCBOR_CALLBACKS_H     9 #define LIBCBOR_CALLBACKS_H   187 #endif //LIBCBOR_CALLBACKS_H void cbor_null_tag_callback(void *, uint64_t)
Dummy callback implementation - does nothing. 
cbor_simple_callback indef_array_start
Definite array. 
void cbor_null_byte_string_start_callback(void *)
Dummy callback implementation - does nothing. 
void(* cbor_simple_callback)(void *)
Callback prototype. 
void cbor_null_indef_map_start_callback(void *)
Dummy callback implementation - does nothing. 
void(* cbor_int64_callback)(void *, uint64_t)
Callback prototype. 
cbor_string_callback string
Definite string. 
void(* cbor_int8_callback)(void *, uint8_t)
Callback prototype. 
void cbor_null_negint8_callback(void *, uint8_t)
Dummy callback implementation - does nothing. 
void cbor_null_null_callback(void *)
Dummy callback implementation - does nothing. 
cbor_int8_callback uint8
Unsigned int. 
void cbor_null_string_callback(void *, cbor_data, size_t)
Dummy callback implementation - does nothing. 
cbor_int16_callback negint16
Negative int. 
cbor_double_callback float8
Double float. 
void cbor_null_float4_callback(void *, float)
Dummy callback implementation - does nothing. 
void cbor_null_negint64_callback(void *, uint64_t)
Dummy callback implementation - does nothing. 
void(* cbor_double_callback)(void *, double)
Callback prototype. 
void(* cbor_float_callback)(void *, float)
Callback prototype. 
cbor_collection_callback map_start
Indefinite map. 
cbor_simple_callback indef_map_start
Definite map. 
cbor_bool_callback boolean
Bool. 
void(* cbor_string_callback)(void *, cbor_data, size_t)
Callback prototype. 
void cbor_null_float2_callback(void *, float)
Dummy callback implementation - does nothing. 
cbor_simple_callback byte_string_start
Definite byte string. 
void cbor_null_map_start_callback(void *, size_t)
Dummy callback implementation - does nothing. 
cbor_float_callback float2
Half float. 
cbor_int32_callback uint32
Unsigned int. 
void(* cbor_bool_callback)(void *, bool)
Callback prototype. 
cbor_int64_callback uint64
Unsigned int. 
cbor_simple_callback string_start
Indefinite string start. 
cbor_simple_callback undefined
Undef. 
cbor_int64_callback negint64
Negative int. 
cbor_int8_callback negint8
Negative int. 
cbor_simple_callback null
Null. 
void cbor_null_negint32_callback(void *, uint32_t)
Dummy callback implementation - does nothing. 
void cbor_null_indef_break_callback(void *)
Dummy callback implementation - does nothing. 
cbor_float_callback float4
Single float. 
void(* cbor_collection_callback)(void *, size_t)
Callback prototype. 
void cbor_null_undefined_callback(void *)
Dummy callback implementation - does nothing. 
cbor_string_callback byte_string
Indefinite byte string start. 
void(* cbor_int16_callback)(void *, uint16_t)
Callback prototype. 
const unsigned char * cbor_data
void cbor_null_array_start_callback(void *, size_t)
Dummy callback implementation - does nothing. 
void cbor_null_uint64_callback(void *, uint64_t)
Dummy callback implementation - does nothing. 
const struct cbor_callbacks cbor_empty_callbacks
Dummy callback bundle - does nothing. 
cbor_int64_callback tag
Tags. 
void cbor_null_boolean_callback(void *, bool)
Dummy callback implementation - does nothing. 
void cbor_null_negint16_callback(void *, uint16_t)
Dummy callback implementation - does nothing. 
Callback bundle – passed to the decoder. 
void cbor_null_float8_callback(void *, double)
Dummy callback implementation - does nothing. 
void cbor_null_uint8_callback(void *, uint8_t)
Dummy callback implementation - does nothing. 
void cbor_null_uint16_callback(void *, uint16_t)
Dummy callback implementation - does nothing. 
void cbor_null_indef_array_start_callback(void *)
Dummy callback implementation - does nothing. 
void(* cbor_int32_callback)(void *, uint32_t)
Callback prototype. 
cbor_simple_callback indef_break
Indefinite item break. 
cbor_collection_callback array_start
Indefinite array. 
cbor_int16_callback uint16
Unsigned int. 
void cbor_null_uint32_callback(void *, uint32_t)
Dummy callback implementation - does nothing. 
void cbor_null_byte_string_callback(void *, cbor_data, size_t)
Dummy callback implementation - does nothing. 
cbor_int32_callback negint32
Negative int. 
void cbor_null_string_start_callback(void *)
Dummy callback implementation - does nothing.