#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

clan::CSSProperty::CSSProperty ( )

Member Function Documentation

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

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