This object represents a runtime configuration file. More...
#include <libcwd/debug.h>
Protected Member Functions | |
| virtual bool | unknown_keyword (std::string const &keyword, std::string const &value) |
| Virtual function called for unknown keywords. | |
Libcwd contains one object of this type, libcwd::rcfile. This is the object that is used by read_rcfile().
|
protectedvirtual |
By using this class as a base and overriding this function it is possible to extend the keywords that are recognized.
This function should return true when the keyword is not handled. The default behaviour is to always return true.