ppap4lmp  0.7.2
updater.h File Reference

This file has a definition of Updater class, which is one of the cores of this program. More...

#include <omp.h>
#include <core/generators.h>
Include dependency graph for updater.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

This file has a definition of Updater class, which is one of the cores of this program.

Author
Takayuki Kobayashi
Date
2018/06/29

Definition in file updater.h.