Orcus
|
#include <import_interface_auto_filter.hpp>
Public Member Functions | |
virtual void | add_value (std::string_view value)=0 |
virtual void | commit ()=0 |
Interface for importing a set of multiple filter values.
|
pure virtual |
Add a single filter value to the current buffer.
value | Filter value to add to the current buffer. |
|
pure virtual |
Commit the values stored in the current buffer to the destination store.