#include <css_property.h>

Public Member Functions

 CSSProperty ()
 
const std::string & get_name () const
 
std::vector< CSSToken > & get_value_tokens ()
 
const std::vector< CSSToken > & get_value_tokens () const
 
bool is_important () const
 
void set_important (bool flag)
 
void set_name (const std::string &name)
 
void set_value_tokens (const std::vector< CSSToken > &tokens)
 

Constructor & Destructor Documentation

◆ CSSProperty()

clan::CSSProperty::CSSProperty ( )

Member Function Documentation

◆ 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: