HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Public Member Functions | Friends
hi::v1::glob_pattern Class Reference

Public Member Functions

constexpr glob_pattern (glob_pattern const &) noexcept=default
 
constexpr glob_pattern (glob_pattern &&) noexcept=default
 
constexpr glob_patternoperator= (glob_pattern const &) noexcept=default
 
constexpr glob_patternoperator= (glob_pattern &&) noexcept=default
 
 glob_pattern (std::string_view str)
 
 glob_pattern (std::string const &str)
 
 glob_pattern (char const *str)
 
 glob_pattern (std::filesystem::path const &path)
 
constexpr std::string base_generic_string () const noexcept
 
std::filesystem::path base_path () const noexcept
 
bool matches (std::string_view path) const noexcept
 
bool matches (std::string const &path) const noexcept
 
bool matches (char const *path) const noexcept
 
bool matches (std::filesystem::path const &path) const noexcept
 

Friends

constexpr friend std::string to_string (glob_pattern const &rhs) noexcept
 
constexpr friend std::string to_regex_string (glob_pattern const &rhs) noexcept
 

The documentation for this class was generated from the following file: