Structs§
- tag_
cqdb - \addtogroup cqdb_reader CQDB Reader API @{
- tag_
cqdb_ writer - CQDB status codes. \addtogroup cqdb_writer CQDB Writer API @{
Constants§
- CQDB_
ERROR - < Unspecified error.
- CQDB_
ERROR_ FILESEEK - < Error in fseek() operations.
- CQDB_
ERROR_ FILETELL - < Error in ftell() operations.
- CQDB_
ERROR_ FILEWRITE - < Error in fwrite() operations.
- CQDB_
ERROR_ INVALIDID - < Invalid parameters.
- CQDB_
ERROR_ NOTFOUND - < String not found.
- CQDB_
ERROR_ OCCURRED - < An error has occurred.
- CQDB_
ERROR_ OUTOFMEMORY - < Insufficient memory.
- CQDB_
NONE - < No flag.
- CQDB_
ONEWAY - < A reverse lookup array is omitted.
- CQDB_
SUCCESS - CQDB flags. < 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.