Webdar 1.0.0
Web user interface to libdar
Public Member Functions | List of all members
css_property Class Reference

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_propertyoperator= (const css_property &ref)=default
 
css_propertyoperator= (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
 

Detailed Description

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.


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