#include <directives.h>
Inheritance diagram for conf::ConfWarning:
Public Member Functions | |
ConfWarning (std::string const &name, std::string const &msg) | |
Constructor setting directive name and default message. | |
ConfWarning (ConfWarning const &cd) | |
Copy constructor. | |
virtual ConfWarning & | operator= (ConfWarning const &right) |
Assignment operator. | |
virtual bool | set (Conf &conf, unsigned short count, std::string const params[]) |
Logs a message through Conf::error(). | |
std::string const & | msg () const |
Returns the message what will be logged when directive is set. | |
Protected Attributes | |
std::string | m_msg |