Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Enumerations | Functions
core/example/CommandLineProcessor/cxx_main.cpp File Reference
#include "Teuchos_CommandLineProcessor.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include "Teuchos_oblackholestream.hpp"
#include "Teuchos_StandardCatchMacros.hpp"
#include "Teuchos_Version.hpp"
#include "Teuchos_ConfigDefs.hpp"
#include "Teuchos_OrdinalTraits.hpp"
Include dependency graph for core/example/CommandLineProcessor/cxx_main.cpp:

Go to the source code of this file.

Enumerations

enum  ESpeed { SPEED_SLOW =-1, SPEED_MEDIUM =0, SPEED_FAST =+1 }
 

Functions

int main (int argc, char *argv[])
 

Enumeration Type Documentation

enum ESpeed
Enumerator
SPEED_SLOW 
SPEED_MEDIUM 
SPEED_FAST 

Definition at line 53 of file core/example/CommandLineProcessor/cxx_main.cpp.

Function Documentation

int main ( int  argc,
char *  argv[] 
)