Go to the source code of this file.
§ cbor_build_tag()
Build a new tag. 
- Parameters
- 
  
    | item[incref] | The tagee |  | value | Tag value |  
 
- Returns
- new tag item 
Definition at line 41 of file tags.c.
 
 
§ cbor_new_tag()
Create a new tag. 
- Parameters
- 
  
    | value | The tag value. Please consult the tag repository |  
 
- Returns
- new tag. Item reference is NULL.
Definition at line 10 of file tags.c.
 
 
§ cbor_tag_item()
Get the tagged item. 
- Parameters
- 
  
  
- Returns
- incref the tagged item 
Definition at line 22 of file tags.c.
 
 
§ cbor_tag_set_item()
Set the tagged item. 
- Parameters
- 
  
    | item[borrow] | A tag |  | tagged_item[incref] | The item to tag |  
 
Definition at line 34 of file tags.c.
 
 
§ cbor_tag_value()
Get tag value. 
- Parameters
- 
  
  
- Returns
- The tag value. Please consult the tag repository 
Definition at line 28 of file tags.c.