HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
file.hpp
Go to the documentation of this file.
1// Copyright Take Vos 2022.
2// Distributed under the Boost Software License, Version 1.0.
3// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
4
5#pragma once
6
7#include "access_mode.hpp" // export
8#include "file_intf.hpp" // export
9#include "file_view.hpp" // export
10#include "resource_view.hpp" // export
11#include "seek_whence.hpp" // export
12
13hi_export_module(hikogui.file);
14
15hi_export namespace hi {
16inline namespace v1 {
17
40}}
Defines the file_view class.
Defines resource_view.
The HikoGUI namespace.
Definition array_generic.hpp:20
DOXYGEN BUG.
Definition algorithm_misc.hpp:20