| libcbor
    0.5.0
    libcbor is a C library for parsing and generating CBOR, the general-purpose schema-less binary data format. | 
High-level decoding context. More...
#include <builder_callbacks.h>
| Data Fields | |
| bool | creation_failed | 
| Callback creating the last item has failed.  More... | |
| bool | syntax_error | 
| Stack expectation mismatch.  More... | |
| cbor_item_t * | root | 
| struct _cbor_stack * | stack | 
High-level decoding context.
Definition at line 20 of file builder_callbacks.h.
| bool _cbor_decoder_context::creation_failed | 
Callback creating the last item has failed.
Definition at line 22 of file builder_callbacks.h.
| cbor_item_t* _cbor_decoder_context::root | 
Definition at line 25 of file builder_callbacks.h.
| struct _cbor_stack* _cbor_decoder_context::stack | 
Definition at line 26 of file builder_callbacks.h.
| bool _cbor_decoder_context::syntax_error | 
Stack expectation mismatch.
Definition at line 24 of file builder_callbacks.h.
 1.8.12
 1.8.12