![]() |
Webdar 1.0.0
Web user interface to libdar
|
class html_mask defines the interface of all masks More...
#include <html_mask.hpp>

Public Member Functions | |
| html_mask (const html_mask &ref)=default | |
| html_mask (html_mask &&ref) noexcept=default | |
| html_mask & | operator= (const html_mask &ref)=default |
| html_mask & | operator= (html_mask &&ref) noexcept=default |
| virtual std::unique_ptr< libdar::mask > | get_mask () const =0 |
| obtain the mask for libdar More... | |
| virtual bool | is_relative () const =0 |
| whether mask is an absolute mask (when it concerns paths filtering) More... | |
class html_mask defines the interface of all masks
|
pure virtual |
obtain the mask for libdar
Implemented in html_form_mask_bool, html_form_mask_expression, html_form_mask_file, html_form_mask_subdir, html_mask_form_filename, html_mask_form_path, and html_over_guichet.
|
pure virtual |
whether mask is an absolute mask (when it concerns paths filtering)
Implemented in html_form_mask_bool, html_form_mask_expression, html_form_mask_file, html_form_mask_subdir, html_mask_form_filename, html_mask_form_path, and html_over_guichet.