Classes | |
| class | command_line |
| class | command_line_program |
| class | MobileParameters |
| class | MobileString |
| class | parallel_program |
| class | program |
| class | program2 |
| class | testmanager |
Typedefs | |
| typedef profiler::ProfilerObj | Profiler |
| typedef global::GlobalObj< std::string, std::string, Profiler > | Global |
| typedef global::Program< Global, command_line > | ProgramType |
| typedef ix::comm::CommunicatorObject | CommunicatorType |
| typedef ix::global::ParallelGlobalObj< CommunicatorType, std::string, int, ProfilerType > | ParallelGlobalType |
| typedef ix::global::Program< ParallelGlobalType, CommandLineType > | ParallelProgramType |
Functions | |
| template<typename ProgramType > | |
| int | ProgramDriver (ProgramType &applicationProgram) |
| int | AppTest (int argc, char *argv[]) |
| Drives the ix::app namespace's test object. More... | |
Definition at line 17 of file ParallelApplication.H.
| typedef global::GlobalObj<std::string,std::string,Profiler> Global |
Definition at line 18 of file IX/include/Application.H.
| typedef ix::global::ParallelGlobalObj<CommunicatorType,std::string,int,ProfilerType> ParallelGlobalType |
Definition at line 18 of file ParallelApplication.H.
Definition at line 19 of file ParallelApplication.H.
| typedef profiler::ProfilerObj Profiler |
Definition at line 17 of file IX/include/Application.H.
| typedef global::Program<Global,command_line> ProgramType |
Definition at line 86 of file IX/include/Application.H.
| int ix::app::ProgramDriver | ( | ProgramType & | applicationProgram | ) |
Definition at line 181 of file IX/include/Application.H.
References Program< GlobalType, ComLineType >::Finalize(), Program< GlobalType, ComLineType >::Initialize(), and Program< GlobalType, ComLineType >::Run().
Referenced by main().