#include <hfile_internal.hpp>
|
| ssize_t(* | read )(hFILE *, void *, size_t) |
| |
| ssize_t(* | write )(hFILE *, const void *, size_t) |
| |
| off_t(* | seek )(hFILE *, off_t, int) |
| |
| int(* | flush )(hFILE *) |
| |
| int(* | close )(hFILE *) |
| |
◆ close
| int(* hFILE_backend::close) (hFILE *) |
◆ flush
| int(* hFILE_backend::flush) (hFILE *) |
◆ read
| ssize_t(* hFILE_backend::read) (hFILE *, void *, size_t) |
◆ seek
| off_t(* hFILE_backend::seek) (hFILE *, off_t, int) |
◆ write
| ssize_t(* hFILE_backend::write) (hFILE *, const void *, size_t) |
The documentation for this struct was generated from the following file: