Photon 1.0.0
Loading...
Searching...
No Matches
litehtml::raw_rule Class Reference

#include <stylesheet.h>

Public Types

enum  rule_type { qualified , at }
 
using ptr = shared_ptr< raw_rule >
 
using vector = std::vector< ptr >
 

Public Member Functions

 raw_rule (rule_type type, string name="")
 

Public Attributes

rule_type type
 
string name
 
css_token_vector prelude
 
css_token block
 

Member Typedef Documentation

◆ ptr

◆ vector

Member Enumeration Documentation

◆ rule_type

Enumerator
qualified 
at 

Constructor & Destructor Documentation

◆ raw_rule()

litehtml::raw_rule::raw_rule ( rule_type  type,
string  name = "" 
)
inline

Member Data Documentation

◆ block

css_token litehtml::raw_rule::block

◆ name

string litehtml::raw_rule::name

◆ prelude

css_token_vector litehtml::raw_rule::prelude

◆ type

rule_type litehtml::raw_rule::type

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