libcbor  0.5.0
libcbor is a C library for parsing and generating CBOR, the general-purpose schema-less binary data format.
Data Fields
_cbor_stack_record Struct Reference

Simple stack record for the parser. More...

#include <stack.h>

Data Fields

struct _cbor_stack_recordlower
 
cbor_item_titem
 
size_t subitems
 

Detailed Description

Simple stack record for the parser.

Definition at line 18 of file stack.h.

Field Documentation

§ item

cbor_item_t* _cbor_stack_record::item

Definition at line 20 of file stack.h.

§ lower

struct _cbor_stack_record* _cbor_stack_record::lower

Definition at line 19 of file stack.h.

§ subitems

size_t _cbor_stack_record::subitems

Definition at line 21 of file stack.h.


The documentation for this struct was generated from the following file: