27 bool m_dontDeleteHandler;
This file contains defines that may be used simplyfy class creation.
#define OT_DECL_NOCOPY(___class)
Removes the default copy constructor and assignment operator.
Definition OTClassHelper.h:14
Definition ActionAndFunctionHandler.h:10
virtual bool handleAction(const std::string &_action, ot::JsonDocument &_doc)
Definition ActionAndFunctionHandler.h:22
ActionAndFunctionHandler()
Definition ActionAndFunctionHandler.cpp:6
virtual ~ActionAndFunctionHandler()
Definition ActionAndFunctionHandler.cpp:12
void setNextHandler(ActionAndFunctionHandler *_nextHandler)
Definition ActionAndFunctionHandler.h:17
void setDontDeleteHandler(bool _dontDelete=true)
Definition ActionAndFunctionHandler.h:16
bool tryToHandleAction(const std::string &_action, ot::JsonDocument &_doc)
Definition ActionAndFunctionHandler.cpp:21
JSON document.
Definition JSON.h:276