2 * Copyright (c) 2020 Jon Turney
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
9 * A copy of the GNU General Public License can be found at
14 #include "IniParseFeedback.h"
16 class CliParseFeedback
: public IniParseFeedback
19 virtual void progress (unsigned long const pos
, unsigned long const max
);
20 virtual void iniName (const std::string
& name
);
21 virtual void babble (const std::string
& message
) const;
22 virtual void warning (const std::string
& message
) const;
23 virtual void show_errors () const;
24 virtual void note_error(int lineno
, const std::string
&s
);
25 virtual bool has_errors () const;