|
Teuchos Package Browser (Single Doxygen Collection) Version of the Day
|
#include "Teuchos_ParameterList.hpp"#include "Teuchos_GlobalMPISession.hpp"#include "Teuchos_CommandLineProcessor.hpp"#include "Teuchos_getConst.hpp"#include "Teuchos_Version.hpp"#include "Teuchos_StandardCatchMacros.hpp"#include "Teuchos_FancyOStream.hpp"#include "Teuchos_ArrayRCP.hpp"#include "Teuchos_StandardParameterEntryValidators.hpp"
Go to the source code of this file.
Classes | |
| class | CommandLineProcessor |
| Class that helps parse command line input arguments from (argc,argv[]) and set options. More... | |
| class | ParameterList |
| A list of parameters of arbitrary type. More... | |
| class | ParameterEntry |
| This object is held as the "value" in the Teuchos::ParameterList std::map. More... | |
Typedefs | |
| typedef ParameterList::PrintOptions | PLPrintOptions |
| typedef basic_OSTab< char > | OSTab |
Functions | |
| void | print_break () |
| double | Plus (double a, double b) |
| int | main (int argc, char *argv[]) |
| template<typename T> | |
| T & | getParameter (ParameterList &l, const std::string &name) |
| A templated helper function for getting a parameter from a non-const list. This helper function prevents the need for giving a nominal value of the specific template type. | |
| template<class T, class Dealloc_T> | |
| TEUCHOS_DEPRECATED RCP< T > | rcp (T *p, Dealloc_T dealloc, bool owns_mem) |
| Deprecated. | |
| template<typename T> | |
| Ptr< T > | inoutArg (T &arg) |
| create a non-persisting (required or optional) input/output argument for a function call. | |
Definition at line 64 of file parameterlist/test/ParameterList/cxx_main.cpp.
| typedef basic_OSTab<char> Teuchos::OSTab |
Definition at line 851 of file Teuchos_FancyOStream.hpp.
| void print_break | ( | ) |
Definition at line 70 of file parameterlist/test/ParameterList/cxx_main.cpp.
| double Plus | ( | double | a, |
| double | b ) |
Definition at line 71 of file parameterlist/test/ParameterList/cxx_main.cpp.
| int main | ( | int | argc, |
| char * | argv[] ) |
Definition at line 73 of file parameterlist/test/ParameterList/cxx_main.cpp.
|
A templated helper function for getting a parameter from a non-const list. This helper function prevents the need for giving a nominal value of the specific template type.
Definition at line 1307 of file Teuchos_ParameterList.hpp.
|
inline |
Deprecated.
Definition at line 1266 of file Teuchos_RCPDecl.hpp.
|
create a non-persisting (required or optional) input/output argument for a function call.
Definition at line 251 of file Teuchos_PtrDecl.hpp.