17 #ifndef REMWHAREAD_EXPORT_SIMPLE_HPP 18 #define REMWHAREAD_EXPORT_SIMPLE_HPP 37 void print()
const override;
42 #endif // REMWHAREAD_EXPORT_SIMPLE_HPP ExportBase(const list< Database::entry > &entries, ostream &out=cout)
Export list of Database::entry.
Definition: export.cpp:24
Base class for exports.
Definition: export.hpp:38
void print() const override
Print output to std::ostream.
Definition: simple.cpp:26
Export as simple list.
Definition: simple.hpp:33