|
OpenFCST: The open-source Fuel Cell Simulation Toolbox
|
#include <appframe/fe_vectors.h>#include <appframe/application_data.h>#include <appframe/event.h>#include <appframe/application_base.h>#include <appframe/application_copy.h>

Go to the source code of this file.
Namespaces | |
| namespace | AppFrame |
| Functions and classes of the application framework. | |
Functions | |
| void | AppFrame::open_logfile (const std::string &filename=std::string("")) |
| Open a logfile. | |
| void | AppFrame::declare_parameter_files (ParameterHandler ¶m) |
| Declare some additional global parameters and try to read parameter files. | |
| void | AppFrame::read_parameter_files (ParameterHandler ¶m, const std::string &filename=std::string("")) |
| Read some additional global parameters and try to read parameter files. | |
| void | AppFrame::initialize (int argc, char **argv) |
| General initialization of the AppFrame in order to simplify main functions. | |
Variables | |
| int | AppFrame::argc |
| Copy of the number of parameters for main, set by initialize(). | |
| char ** | AppFrame::argv |
| Copy of the parameters for main, set by initialize(). | |
1.8.2