deimos.cbor.encoding

Undocumented in source.

Members

Functions

cbor_encode_array_start
size_t cbor_encode_array_start(size_t , ubyte* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cbor_encode_bool
size_t cbor_encode_bool(bool , ubyte* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cbor_encode_break
size_t cbor_encode_break(ubyte* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cbor_encode_bytestring_start
size_t cbor_encode_bytestring_start(size_t , ubyte* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cbor_encode_ctrl
size_t cbor_encode_ctrl(ubyte , ubyte* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cbor_encode_double
size_t cbor_encode_double(double , ubyte* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cbor_encode_half
size_t cbor_encode_half(float , ubyte* , size_t )

Encodes a half-precision float

cbor_encode_indef_array_start
size_t cbor_encode_indef_array_start(ubyte* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cbor_encode_indef_bytestring_start
size_t cbor_encode_indef_bytestring_start(ubyte* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cbor_encode_indef_map_start
size_t cbor_encode_indef_map_start(ubyte* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cbor_encode_indef_string_start
size_t cbor_encode_indef_string_start(ubyte* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cbor_encode_map_start
size_t cbor_encode_map_start(size_t , ubyte* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cbor_encode_negint
size_t cbor_encode_negint(ulong , ubyte* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cbor_encode_negint16
size_t cbor_encode_negint16(ushort , ubyte* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cbor_encode_negint32
size_t cbor_encode_negint32(uint , ubyte* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cbor_encode_negint64
size_t cbor_encode_negint64(ulong , ubyte* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cbor_encode_negint8
size_t cbor_encode_negint8(ubyte , ubyte* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cbor_encode_null
size_t cbor_encode_null(ubyte* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cbor_encode_single
size_t cbor_encode_single(float , ubyte* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cbor_encode_string_start
size_t cbor_encode_string_start(size_t , ubyte* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cbor_encode_tag
size_t cbor_encode_tag(ulong , ubyte* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cbor_encode_uint
size_t cbor_encode_uint(ulong , ubyte* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cbor_encode_uint16
size_t cbor_encode_uint16(ushort , ubyte* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cbor_encode_uint32
size_t cbor_encode_uint32(uint , ubyte* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cbor_encode_uint64
size_t cbor_encode_uint64(ulong , ubyte* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cbor_encode_uint8
size_t cbor_encode_uint8(ubyte , ubyte* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cbor_encode_undef
size_t cbor_encode_undef(ubyte* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta