ppap4lmp
0.7.2
|
This file has a definition of Updater class, which is one of the cores of this program. More...
Go to the source code of this file.
Classes | |
class | Updater |
Updater is an abstract class to update data held by an Element object. More... | |
Typedefs | |
using | JsonToVoidFunc = std::function< void(const Json &)> |
An alias for a function accepts a Json object. | |
using | JsonToBoolFunc = std::function< bool(const Json &)> |
An alias for a function accepts a Json object and returns a bool. | |