|
HikoGUI
A low latency retained GUI
|
Defines utilities for handling glob patterns. More...
#include "path_location.hpp"#include "../char_maps/to_string.hpp"#include "../utility.hpp"#include "../type_traits.hpp"#include <vector>#include <string>#include <string_view>#include <filesystem>#include <variant>#include <type_traits>Go to the source code of this file.
Data Structures | |
| class | hi::v1::glob_pattern |
| A glob pattern. More... | |
| class | hi::v1::glob_pattern::token_type::any_character_type |
| class | hi::v1::glob_pattern::token_type::any_text_type |
| class | hi::v1::glob_pattern::token_type::any_directory_type |
Namespaces | |
| namespace | hi |
| The HikoGUI namespace. | |
| namespace | hi::v1 |
| The HikoGUI API version 1. | |
Macros | |
| #define | HI_GLOB_APPEND_TEXT() |
Functions | |
| generator< std::filesystem::path > | hi::v1::glob (glob_pattern pattern) |
| Find paths on the filesystem that match the glob pattern. | |
| generator< std::filesystem::path > | hi::v1::glob (std::string_view pattern) |
| Find paths on the filesystem that match the glob pattern. | |
| generator< std::filesystem::path > | hi::v1::glob (std::string pattern) |
| Find paths on the filesystem that match the glob pattern. | |
| generator< std::filesystem::path > | hi::v1::glob (char const *pattern) |
| Find paths on the filesystem that match the glob pattern. | |
| generator< std::filesystem::path > | hi::v1::glob (std::filesystem::path pattern) |
| Find paths on the filesystem that match the glob pattern. | |
| generator< std::filesystem::path > | hi::v1::glob (path_location location, std::filesystem::path ref) |
| Find paths on the filesystem that match the glob pattern. | |
| generator< std::filesystem::path > | hi::v1::glob (path_location location, std::string_view ref) |
| Find paths on the filesystem that match the glob pattern. | |
| generator< std::filesystem::path > | hi::v1::glob (path_location location, std::string ref) |
| Find paths on the filesystem that match the glob pattern. | |
| generator< std::filesystem::path > | hi::v1::glob (path_location location, char const *ref) |
| Find paths on the filesystem that match the glob pattern. | |
Defines utilities for handling glob patterns.