model/actions.cpp File Reference
#include "frepple/model.h"
Include dependency graph for model/actions.cpp:

Go to the source code of this file.
Namespaces | |
namespace | frepple |
Core namespace. | |
Defines | |
#define | FREPPLE_CORE |
Functions | |
PyObject * | frepple::eraseModel (PyObject *self, PyObject *args) |
This Python function erases the model or the plan from memory. | |
PyObject * | frepple::printModelSize (PyObject *self, PyObject *args) |
This Python function prints a summary of the dynamically allocated memory to the standard output. This is useful for understanding better the size of your model. | |
PyObject * | frepple::readXMLdata (PyObject *, PyObject *) |
This Python function is used for processing XML input data from a string. | |
PyObject * | frepple::readXMLfile (PyObject *, PyObject *) |
This Python function is used for reading XML input. | |
PyObject * | frepple::savePlan (PyObject *, PyObject *) |
This Python function writes the dynamic part of the plan to an text file. | |
PyObject * | frepple::saveXMLfile (PyObject *, PyObject *) |
This python function writes the complete model to an XML-file. |
Define Documentation
#define FREPPLE_CORE |
Definition at line 28 of file model/actions.cpp.
Documentation generated for frePPLe by
