OpenFCST: The open-source Fuel Cell Simulation Toolbox
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions | Variables
base.h File Reference
#include <appframe/fe_vectors.h>
#include <appframe/application_data.h>
#include <appframe/event.h>
#include <appframe/application_base.h>
#include <appframe/application_copy.h>
Include dependency graph for base.h:
This graph shows which files directly or indirectly include this file:

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 &param)
 Declare some additional global parameters and try to read parameter files.
 
void AppFrame::read_parameter_files (ParameterHandler &param, 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().