#include <sobject_p.h>
Collaboration diagram for sobj_scan_input:
Data Fields | |
int(* | get_fn )(void *) |
The get function. | |
void * | sender |
Value passed to the get function. | |
sobj_buffer * | buffer |
Buffer receiving the data read from the scan input. | |
long | count |
Character counter. | |
long | max |
The maximum number of bytes to be appended to the buffer. | |
int | x |
The unget character, -1 for none. |
|
Buffer receiving the data read from the scan input.
|
|
Character counter.
|
|
The get function.
|
|
The maximum number of bytes to be appended to the buffer. -1 for unlimited. |
|
Value passed to the get function.
|
|
The unget character, -1 for none.
|