Lines Matching refs:cbor
32 The ``cbor.h`` header includes all the symbols. If, for any reason, you don't want to include all t…
33 feel free to use just some of the ``cbor/*.h`` headers:
35 - ``cbor/arrays.h`` - :doc:`api/type_4`
36 - ``cbor/bytestrings.h`` - :doc:`api/type_2`
37 - ``cbor/callbacks.h`` - Callbacks used for :doc:`api/streaming_decoding`
38 - ``cbor/common.h`` - Common utilities - always transitively included
39 - ``cbor/data.h`` - Data types definitions - always transitively included
40 - ``cbor/encoding.h`` - Streaming encoders for :doc:`api/streaming_encoding`
41 - ``cbor/floats_ctrls.h`` - :doc:`api/type_7`
42 - ``cbor/ints.h`` - :doc:`api/type_0_1`
43 - ``cbor/maps.h`` - :doc:`api/type_5`
44 - ``cbor/serialization.h`` - High level serialization such as :func:`cbor_serialize`
45 - ``cbor/streaming.h`` - Home of :func:`cbor_stream_decode`
46 - ``cbor/strings.h`` - :doc:`api/type_3`
47 - ``cbor/tags.h`` - :doc:`api/type_6`
53 If you want to get more familiar with CBOR, we recommend the `cbor.io <http://cbor.io/>`_ website. …
62 #include "cbor.h"
95 #include "cbor.h"
100 * $ ./examples/readfile examples/data/nested_array.cbor
129 #include "cbor.h"
137 * Use the examples/data/map.cbor input to test this.