Cogs.Core
Public Types | Public Attributes | List of all members
litehtml::css_attribute_selector Struct Reference

Public Types

typedef std::vector< css_attribute_selectorvector
 

Public Attributes

tstring attribute
 
tstring val
 
string_vector class_val
 
attr_select_condition condition
 

Detailed Description

Definition at line 133 of file css_selector.h.

Member Typedef Documentation

◆ vector

typedef std::vector<css_attribute_selector> litehtml::css_attribute_selector::vector

Definition at line 135 of file css_selector.h.

Constructor & Destructor Documentation

◆ css_attribute_selector()

litehtml::css_attribute_selector::css_attribute_selector ( )
inline

Definition at line 142 of file css_selector.h.

Member Data Documentation

◆ attribute

tstring litehtml::css_attribute_selector::attribute

Definition at line 137 of file css_selector.h.

◆ class_val

string_vector litehtml::css_attribute_selector::class_val

Definition at line 139 of file css_selector.h.

◆ condition

attr_select_condition litehtml::css_attribute_selector::condition

Definition at line 140 of file css_selector.h.

◆ val

tstring litehtml::css_attribute_selector::val

Definition at line 138 of file css_selector.h.


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