|
libhext: C++ Library Documentation 1.0.14-6065bc7
|
This is the complete list of members for hext::AttributeMatch, including all inherited members.
| AttributeMatch(std::string attr_name, std::unique_ptr< ValueTest > value_test={}) noexcept | hext::AttributeMatch | explicit |
| AttributeMatch(AttributeMatch &&other) noexcept=default | hext::AttributeMatch | |
| AttributeMatch(const AttributeMatch &other) | hext::AttributeMatch | |
| clone() const override | hext::Cloneable< AttributeMatch, Match > | inlinevirtual |
| Match() noexcept=default | hext::Match | |
| Match(const Match &)=default | hext::Match | |
| Match(Match &&) noexcept=default | hext::Match | |
| matches(const GumboNode *node) const override | hext::AttributeMatch | virtual |
| operator=(AttributeMatch &&other) noexcept=default | hext::AttributeMatch | |
| operator=(const AttributeMatch &other) | hext::AttributeMatch | |
| Cloneable< AttributeMatch, Match >::operator=(const Match &)=default | hext::Match | |
| Cloneable< AttributeMatch, Match >::operator=(Match &&) noexcept=default | hext::Match | |
| ~AttributeMatch() noexcept override=default | hext::AttributeMatch | |
| ~Match() noexcept=default | hext::Match | virtual |