Functions of the BinDrv library
Writer
| bindrv_delete |
Release a BinDrv context.
|
| bindrv_newwriter |
Create a new BinDrv context for writing to an output stream.
|
| bindrv_putbool |
Write a Boolean value to the output stream.
|
| bindrv_putctrl |
Write a control token to the output stream.
|
| bindrv_putint |
Write an integer to the output stream.
|
| bindrv_putlong |
Write a long integer to the output stream.
|
| bindrv_putreal |
Write a real to the output stream.
|
| bindrv_putstring |
Write a text string to the output stream.
|
Reader
| bindrv_getbool |
Get the value of a Boolean token.
|
| bindrv_getctrl |
Get the code of a control token.
|
| bindrv_getint |
Get the value of an integer token.
|
| bindrv_getlong |
Get the value of a long integer token.
|
| bindrv_getreal |
Get the value of a real token.
|
| bindrv_getstring |
Get the value of a text string token.
|
| bindrv_newreader |
Create a new BinDrv context for parsing an input stream.
|
| bindrv_nexttoken |
Get the type of the next token to read.
|
| bindrv_setalloc |
Define a memory allocator for string buffers.
|
