libhext: C++ Library Documentation  1.0.8-3ad0ae4
Classes | Namespaces | Functions
OnlyChildMatch.h File Reference

Declares hext::OnlyChildMatch. More...

Go to the source code of this file.

Classes

class  hext::OnlyChildMatch
 Matches HTML nodes that are the only child of their parent HTML element. More...
 

Namespaces

 hext
 

Functions

HEXT_PUBLIC OnlyChildMatch::Option hext::operator| (OnlyChildMatch::Option left, OnlyChildMatch::Option right) noexcept
 Applies Bitwise-OR to OnlyChildMatch::Option. More...
 
HEXT_PUBLIC OnlyChildMatch::Option hext::operator& (OnlyChildMatch::Option left, OnlyChildMatch::Option right) noexcept
 Applies Bitwise-AND to OnlyChildMatch::Option. More...
 

Detailed Description

Declares hext::OnlyChildMatch.

Definition in file OnlyChildMatch.h.