Orcus
Loading...
Searching...
No Matches
orcus::spreadsheet::iface::import_auto_filter_multi_values Class Referenceabstract

#include <import_interface_auto_filter.hpp>

Public Member Functions

virtual void add_value (std::string_view value)=0
 
virtual void commit ()=0
 

Detailed Description

Interface for importing a set of multiple filter values.

Member Function Documentation

◆ add_value()

virtual void orcus::spreadsheet::iface::import_auto_filter_multi_values::add_value ( std::string_view value)
pure virtual

Add a single filter value to the current buffer.

Parameters
valueFilter value to add to the current buffer.

◆ commit()

virtual void orcus::spreadsheet::iface::import_auto_filter_multi_values::commit ( )
pure virtual

Commit the values stored in the current buffer to the destination store.