css_simple_selector_t
Defined in header: <orcus/css_selector.hpp>
-
struct css_simple_selector_t
Public Types
-
typedef std::unordered_set<std::string_view> classes_type
Public Functions
-
css_simple_selector_t()
-
void clear()
-
bool empty() const
-
bool operator==(const css_simple_selector_t &r) const
-
bool operator!=(const css_simple_selector_t &r) const
Public Members
-
std::string_view name
-
std::string_view id
-
classes_type classes
-
css::pseudo_class_t pseudo_classes
-
struct hash
Public Functions
-
size_t operator()(const css_simple_selector_t &ss) const
-
size_t operator()(const css_simple_selector_t &ss) const
-
typedef std::unordered_set<std::string_view> classes_type