Crate libcqdb

Source

Structs§

tag_cqdb
CQDB Reader API
tag_cqdb_writer
CQDB Writer API

Constants§

CQDB_ERROR_FILEWRITE
Error in file write operations.
CQDB_ERROR_INVALIDID
Invalid id parameters
CQDB_ERROR_NOTFOUND
String not found
CQDB_NONE
No flag
CQDB_ONEWAY
A reverse lookup array is omitted
CQDB_SUCCESS
Success

Functions§

cqdb_delete
Delete the CQDB reader.
cqdb_num
Get the number of associations in the database.
cqdb_reader
Open a new CQDB reader on a memory block.
cqdb_to_id
Retrieve the identifier associated with a string.
cqdb_to_string
Retrieve the string associated with an identifier.
cqdb_writer
Create a new CQDB writer on a seekable stream.
cqdb_writer_close
Close a CQDB writer.
cqdb_writer_put
Put a string/identifier association to the database.

Type Aliases§

cqdb_t
cqdb_writer_t