#include <optionparser.hxx>
Base class for input file types.
Subclassed by OptionINI
Public Functions
-
OptionParser() = default
-
virtual ~OptionParser() = default
-
virtual void read(Options *options, const std::string &filename) = 0
Read filename
into options
.
-
virtual void write(Options *options, const std::string &filename) = 0
Write options
to filename
.