|
conduit 0.6.0
Modern C++23 header-only event-dispatching / event-transport library
|
This is the complete list of members for conduit::Glob, including all inherited members.
| Glob(const std::string_view pattern) | conduit::Glob | inlineexplicit |
| Glob(const char *pattern) | conduit::Glob | inlineexplicit |
| Glob(std::string pattern) noexcept | conduit::Glob | inlineexplicit |
| Glob(const Glob &)=default | conduit::Glob | |
| Glob(Glob &&) noexcept=default | conduit::Glob | |
| match(const std::string_view pattern, const std::string_view name) noexcept | conduit::Glob | inlinestatic |
| matches(const std::string_view name) const noexcept | conduit::Glob | inline |
| operator=(const Glob &)=default | conduit::Glob | |
| operator=(Glob &&) noexcept=default | conduit::Glob | |
| pattern() const noexcept | conduit::Glob | inline |
| ~Glob()=default | conduit::Glob |