My Project
|
Singleton class for Keyword handlers in Schedule. More...
#include <KeywordHandlers.hpp>
Public Types | |
using | handler_function = std::function< void(HandlerContext &)> |
Handler function type. | |
Public Member Functions | |
bool | handleKeyword (HandlerContext &handlerContext) const |
Handle a keyword. | |
Static Public Member Functions | |
static const KeywordHandlers & | getInstance () |
Obtain singleton instance. | |
Singleton class for Keyword handlers in Schedule.