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

Declares hext::NthChildMatch. More...

Go to the source code of this file.

Classes

class  hext::NthChildMatch
 Matches HTML nodes having a certain position within their parent HTML element. More...
 

Namespaces

 hext
 

Functions

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

Detailed Description

Declares hext::NthChildMatch.

Definition in file NthChildMatch.h.