ppap4lmp
0.7.2
|
This file has a definition of Generator class, which is one of the cores of this program. More...
Go to the source code of this file.
Classes | |
class | Generator |
Generator is an abstract class to generate data. More... | |
Typedefs | |
using | UpdatePair = std::pair< ShPtr< Element >, ShPtr< Updater > > |
UpdatePair is a pair of shared pointer of Element class and Updater class. More... | |
This file has a definition of Generator class, which is one of the cores of this program.
Definition in file generator.h.
using UpdatePair = std::pair<ShPtr<Element>,ShPtr<Updater> > |
UpdatePair is a pair of shared pointer of Element class and Updater class.
The Updater object updates Element::data of the Element object (in other words, the Element object calls Element::update_data taking the Updater object as its parameter). An UpdatePair object is created only in Element::append_updater.
Definition at line 27 of file generator.h.