|
Flow123d
release_1.8.3-6-gc7eaf42
|
#include <string>#include <sstream>#include <mpi.h>#include "global_defs.h"#include "system/xio.h"#include "system/file_path.hh"
Go to the source code of this file.
Classes | |
| class | ApplicationBase |
Functions | |
| TYPEDEF_ERR_INFO (EI_Signal, int) | |
| TYPEDEF_ERR_INFO (EI_SignalName, string) | |
| DECLARE_EXCEPTION (ExcSignal,<< "[ Signal "<< EI_Signal::val<< " ("<< EI_SignalName::val<< ") received! ]") | |
| DECLARE_EXCEPTION | ( | ExcSignal | , |
| << "" | [Signal"<< EI_Signal::val<< "("<< EI_SignalName::val<< ") received!] | ||
| ) |
| TYPEDEF_ERR_INFO | ( | EI_Signal | , |
| int | |||
| ) |
| TYPEDEF_ERR_INFO | ( | EI_SignalName | , |
| string | |||
| ) |
1.8.9.1