Classes | |
| class | LShape< Dim > |
Functions | |
| int | main (int argc, char **argv) |
| AboutData | makeAbout () |
| po::options_description | makeOptions () |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
main function: entry point of the program
create an application
register the simgets
run the application
References Feel::Application::add(), Feel::makeAbout(), and Feel::makeOptions().
|
inline |
This routine defines some information about the application like authors, version, or name of the application. The data returned is typically used as an argument of a Feel::Application subclass.
References Feel::AboutData::addAuthor().
|
inline |
This routine returns the list of options using the boost::program_options library. The data returned is typically used as an argument of a Feel::Application subclass.
1.8.5