libcbor  0.5.0
libcbor is a C library for parsing and generating CBOR, the general-purpose schema-less binary data format.
Data Structures | Functions
stack.h File Reference
#include "cbor/common.h"

Go to the source code of this file.

Data Structures

struct  _cbor_stack_record
 Simple stack record for the parser. More...
 
struct  _cbor_stack
 Stack handle - contents and size. More...
 

Functions

struct _cbor_stack _cbor_stack_init ()
 
void _cbor_stack_pop (struct _cbor_stack *)
 
struct _cbor_stack_record_cbor_stack_push (struct _cbor_stack *, cbor_item_t *, size_t)
 

Function Documentation

§ _cbor_stack_init()

struct _cbor_stack _cbor_stack_init ( )

Definition at line 10 of file stack.c.

§ _cbor_stack_pop()

void _cbor_stack_pop ( struct _cbor_stack )

Definition at line 15 of file stack.c.

§ _cbor_stack_push()

struct _cbor_stack_record* _cbor_stack_push ( struct _cbor_stack ,
cbor_item_t ,
size_t   
)

Definition at line 23 of file stack.c.