faunus
Public Member Functions | Public Attributes | List of all members
Faunus::TipFromTheManual Class Reference

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
 

Detailed Description

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.


The documentation for this class was generated from the following file: