|
Data Structures |
| struct | agl_ios |
| | defines an io stream More...
|
Defines |
| #define | agl_ios_close(ios) ((ios)->pio->close(ios)) |
| | close the stream
|
| #define | agl_ios_read(ios, buf, size, maxnum, supp) ((ios)->pio->read(ios, buf, size, maxnum ,supp)) |
| | read the stream
|
| #define | agl_ios_seek(ios, offset, whence) ((ios)->pio->seek(ios, offset, whence)) |
| | seek into the stream
|
| #define | agl_ios_tell(ios) ((ios)->pio->seek(ios, 0, SEEK_CUR)) |
| | tell the position in the stream
|
| #define | agl_ios_write(ios, buf, size, maxnum, supp) ((ios)->pio->write(ios, buf, size, maxnum ,supp)) |
| | write into the stream
|
Typedefs |
| typedef agl_ios | agl_ios |
| | defines an io stream
|