HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
module.hpp
1// Copyright Take Vos 2022, 2023.
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 "ascii.hpp"
8#include "char_converter.hpp"
9#include "cp_1252.hpp"
10#include "iso_8859_1.hpp"
11#include "to_string.hpp"
12#include "utf_8.hpp"
13#include "utf_16.hpp"
14#include "utf_32.hpp"
15
16namespace hi {
17inline namespace v1 {
51}}
Definition of the CP-1252 / Windows-1252 character map.
Definition of the ASCII character map.
String conversion functions.
Definition of the char_converter<From,To> functor.
Definition of the ISO-8859-1 / Latin-1 character map.
Definition of the Unicode UTF-32 encoding.
Definition of the Unicode UTF-8 encoding.
Definition of the Unicode UTF-16 encoding.
DOXYGEN BUG.
Definition algorithm.hpp:13
geometry/margins.hpp
Definition cache.hpp:11