|
Feel++ 0.91.0
|
Public Member Functions | |
| MyMpiApp (int argc, char **argv, AboutData const &) | |
| MyMpiApp (int argc, char **argv, AboutData const &, po::options_description const &) | |
| void | run () |
| MyMpiApp::MyMpiApp | ( | int | argc, |
| char ** | argv, | ||
| AboutData const & | ad | ||
| ) |
constructor only about data and no options description
| MyMpiApp::MyMpiApp | ( | int | argc, |
| char ** | argv, | ||
| AboutData const & | ad, | ||
| po::options_description const & | od | ||
| ) |
constructor about data and options description
| void MyMpiApp::run | ( | ) |
must be redefined by ApplicationMpi subclass
1.7.4