5#include "../macros.hpp"
7hi_export_module(hikogui.file.seek_whence);
9hi_export
namespace hi {
inline namespace v1 {
seek_whence
The position in the file to seek from.
Definition seek_whence.hpp:14
@ current
Continue from the current position.
Definition seek_whence.hpp:16
@ end
Start from the end of the file.
Definition seek_whence.hpp:17
@ begin
Start from the beginning of the file.
Definition seek_whence.hpp:15
The HikoGUI namespace.
Definition array_generic.hpp:21
The HikoGUI API version 1.
Definition array_generic.hpp:22