|
faunus
|
Class for showing help based on input errors. More...
#include <usagetip.h>
Public Member Functions | |
| void | load (const std::vector< std::string > &) |
| std::string | operator[] (std::string_view key) |
| void | pick (const std::string &) |
Public Attributes | |
| std::string | output_buffer |
| bool | quiet = true |
| bool | asciiart = true |
Class for showing help based on input errors.
If no valid database files are found using load(), or of the key is not found, an empty string is returned by the call operator. The idea is that this functionality is completely optional.
1.8.13