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.
 

Macros

#define FREPPLE_CORE
 

Functions

PyObject * frepple::eraseModel (PyObject *self, PyObject *args)
 This Python function erases the model or the plan from memory. More...
 
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. More...
 
PyObject * frepple::readXMLdata (PyObject *, PyObject *)
 This Python function is used for processing XML input data from a string. More...
 
PyObject * frepple::readXMLfile (PyObject *, PyObject *)
 This Python function is used for reading XML input. More...
 
PyObject * frepple::savePlan (PyObject *, PyObject *)
 This Python function writes the dynamic part of the plan to an text file. More...
 
PyObject * frepple::saveXMLfile (PyObject *, PyObject *)
 This python function writes the complete model to an XML-file. More...
 

Macro Definition Documentation

#define FREPPLE_CORE

Definition at line 21 of file model/actions.cpp.