Documentation for PBL
The Program Base Library
Table of Contents
General stuff
Functions
Variables
- pbl_errno integer value used for returning error codes
- pbl_errstr character buffer used for returning error strings
Macros
- PBLDATALENGTH maximum data length of data being stored on index blocks of key files,
- PBLKEYLENGTH the maximum length of a key of the key file component,
- PBL_FREE make free save against NULL pointers,
- PBL_LIST_ macros for linear list handling,
- PBL_LIST_APPEND append an element to the end of a linear list
- PBL_LIST_PUSH push an element to the beginning of a linear list
- PBL_LIST_UNLINK remove an element from a linear list
- pblKfFirst set the current record to the first record of the file
- pblKfLast set the current record to the last record of the file
- pblKfNext set the current record to the next record of the file
- pblKfPrev set the current record to the previous record of the file
- pblKfThis return the datalen of the current record
Typedefs
- pblHashTable_t the hash table type the pblHt* functions are dealing with,
- pblIsamFile_t the ISAM file type the pblIsam* functions are dealing with,
- pblKeyFile_t the key file type the pblKf* functions are dealing with,
Copyright(C) 2002 Peter Graf, this software is distributed under the
GNU Lesser General Public License
This page was generated with the help of DOC++.