![]() |
Webdar 1.0.0
Web user interface to libdar
|
class css_property hold the value of a single css property More...
#include <css_property.hpp>
Public Member Functions | |
css_property (const css_property &ref)=default | |
css_property (css_property &&ref) noexcept=default | |
css_property & | operator= (const css_property &ref)=default |
css_property & | operator= (css_property &&ref) noexcept=default |
void | clear () |
void | set_value (const std::string &val) |
const std::string & | get_value () const |
bool | is_unset () const |
void | update_from (const css_property &ref) |
update current object with argument ignoring if the field is unset | |
class css_property hold the value of a single css property
. it does not only record the value but also the absence of value when a property is not defined.