hcxselect  1.1
A CSS selector engine for htmlcxx
Public Member Functions
hcxselect::NodeComp Struct Reference

#include <hcxselect.h>

List of all members.

Public Member Functions

bool operator() (Node *a, Node *b) const

Detailed Description

Comparison class for nodes.

Definition at line 62 of file hcxselect.h.


Member Function Documentation

bool hcxselect::NodeComp::operator() ( Node a,
Node b 
) const

Checks if node a < node b by comparing their positions in the document.

Definition at line 719 of file hcxselect.cpp.


The documentation for this struct was generated from the following files: