HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Data Structures | Namespaces | Macros
URI.hpp File Reference

Defines the URI class. More...

#include "../utility/module.hpp"
#include "../ranges.hpp"
#include "../strings.hpp"
#include <string>
#include <optional>
#include <ranges>

Go to the source code of this file.

Data Structures

class  hi::v1::URI
 A Uniform Resource Identifier. More...
 
class  hi::v1::URI::authority_type
 
class  hi::v1::URI::path_type
 A path type. More...
 
struct  std::hash< hi::URI >
 
struct  std::formatter< hi::URI, CharT >
 

Namespaces

namespace  hi
 geometry/margins.hpp
 
namespace  hi::v1
 The HikoGUI API version 1.
 

Macros

#define HI_SUB_DELIM   '!', '$', '&', '\'', '(', ')', '*', '+', ',', ';', '='
 
#define HI_PCHAR   HI_SUB_DELIM, ':', '@'
 

Detailed Description

Defines the URI class.