|
Cogs.Core
|
Public Member Functions | |
| selector_specificity (int va=0, int vb=0, int vc=0, int vd=0) | |
| void | operator+= (const selector_specificity &val) |
| bool | operator== (const selector_specificity &val) const |
| bool | operator!= (const selector_specificity &val) const |
| bool | operator> (const selector_specificity &val) const |
| bool | operator>= (const selector_specificity &val) const |
| bool | operator<= (const selector_specificity &val) const |
| bool | operator< (const selector_specificity &val) const |
Public Attributes | |
| int | a |
| int | b |
| int | c |
| int | d |
Definition at line 11 of file css_selector.h.
|
inline |
Definition at line 18 of file css_selector.h.
|
inline |
Definition at line 43 of file css_selector.h.
|
inline |
Definition at line 26 of file css_selector.h.
|
inline |
Definition at line 107 of file css_selector.h.
|
inline |
Definition at line 98 of file css_selector.h.
|
inline |
Definition at line 34 of file css_selector.h.
|
inline |
Definition at line 52 of file css_selector.h.
|
inline |
Definition at line 91 of file css_selector.h.
| int litehtml::selector_specificity::a |
Definition at line 13 of file css_selector.h.
| int litehtml::selector_specificity::b |
Definition at line 14 of file css_selector.h.
| int litehtml::selector_specificity::c |
Definition at line 15 of file css_selector.h.
| int litehtml::selector_specificity::d |
Definition at line 16 of file css_selector.h.