#include <css_property.h>
◆ CSSProperty()
clan::CSSProperty::CSSProperty |
( |
| ) |
|
◆ get_name()
const std::string& clan::CSSProperty::get_name |
( |
| ) |
const |
◆ get_value_tokens() [1/2]
std::vector<CSSToken>& clan::CSSProperty::get_value_tokens |
( |
| ) |
|
◆ get_value_tokens() [2/2]
const std::vector<CSSToken>& clan::CSSProperty::get_value_tokens |
( |
| ) |
const |
◆ is_important()
bool clan::CSSProperty::is_important |
( |
| ) |
const |
◆ set_important()
void clan::CSSProperty::set_important |
( |
bool |
flag | ) |
|
◆ set_name()
void clan::CSSProperty::set_name |
( |
const std::string & |
name | ) |
|
◆ set_value_tokens()
void clan::CSSProperty::set_value_tokens |
( |
const std::vector< CSSToken > & |
tokens | ) |
|
The documentation for this class was generated from the following file: