|
|
virtual int | _read (int file, char *buf, int len)=0 |
| |
|
virtual int | _write (int file, const char *buf, int len)=0 |
| |
|
virtual int | _open (const char *name, int flags, int mode)=0 |
| |
|
virtual int | _close (int file)=0 |
| |
|
virtual int | _link (char *old_name, char *new_name)=0 |
| |
|
virtual int | _unlink (char *name)=0 |
| |
|
virtual int | _stat (char *name, struct stat *st)=0 |
| |
|
virtual int | _fstat (int file, struct stat *st)=0 |
| |
|
virtual int | _lseek (int file, int offset, int whence)=0 |
| |
|
virtual int | _isatty (int file)=0 |
| |
Definition at line 22 of file posix_io_interface.h.
The documentation for this class was generated from the following file: