Orcus
|
#include <interface.hpp>
Public Member Functions | |
virtual void | dump (dump_format_t format, const std::string &output) const =0 |
virtual void | dump_check (std::ostream &os) const =0 |
Base interface for document content dumpers.
|
pure virtual |
Dump the content of a document in a specified format, either into set of multiple files, or a single file.
format | Output format type in which to dump the content. |
output | Depending on the output format type, this can be either an output directory path where multiple output files get created, or an output file path where the content of the entire document gets dumped into. |
Implemented in orcus::spreadsheet::document.
|
pure virtual |
Dump the content of a document in a specialized "check" format suitable for content verification.
os | output stream to write the transformed content to. |
Implemented in orcus::spreadsheet::document.