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 Struct Reference

Stack handle - contents and size. More...

#include <stack.h>

Data Fields

struct _cbor_stack_recordtop
 
size_t size
 

Detailed Description

Stack handle - contents and size.

Definition at line 25 of file stack.h.

Field Documentation

§ size

size_t _cbor_stack::size

Definition at line 27 of file stack.h.

§ top

struct _cbor_stack_record* _cbor_stack::top

Definition at line 26 of file stack.h.


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