Cogs.Core
Public Types | Public Member Functions | Public Attributes | List of all members
litehtml::used_selector Class Reference

Public Types

typedef std::unique_ptr< used_selectorptr
 
typedef std::vector< used_selector::ptr > vector
 

Public Member Functions

 used_selector (const css_selector::ptr &selector, bool used)
 

Public Attributes

css_selector::ptr m_selector
 
bool m_used
 

Detailed Description

Definition at line 261 of file css_selector.h.

Member Typedef Documentation

◆ ptr

typedef std::unique_ptr<used_selector> litehtml::used_selector::ptr

Definition at line 264 of file css_selector.h.

◆ vector

typedef std::vector<used_selector::ptr> litehtml::used_selector::vector

Definition at line 265 of file css_selector.h.

Constructor & Destructor Documentation

◆ used_selector()

litehtml::used_selector::used_selector ( const css_selector::ptr &  selector,
bool  used 
)
inline

Definition at line 270 of file css_selector.h.

Member Data Documentation

◆ m_selector

css_selector::ptr litehtml::used_selector::m_selector

Definition at line 267 of file css_selector.h.

◆ m_used

bool litehtml::used_selector::m_used

Definition at line 268 of file css_selector.h.


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