Go to the source code of this file.
|
| 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.
|
| |
◆ PLPrintOptions
◆ OSTab
◆ print_break()
◆ Plus()
| double Plus |
( |
double | a, |
|
|
double | b ) |
◆ main()
| int main |
( |
int | argc, |
|
|
char * | argv[] ) |
◆ getParameter()
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.
- Note
- The syntax for calling this function is:
getParameter<int>( list, "Iters" )
Definition at line 1306 of file Teuchos_ParameterList.hpp.
◆ rcp()
template<class T, class Dealloc_T>
| TEUCHOS_DEPRECATED RCP< T > Teuchos::rcp |
( |
T * | p, |
|
|
Dealloc_T | dealloc, |
|
|
bool | owns_mem ) |
|
inline |
◆ inoutArg()
template<typename T>
| Ptr< T > inoutArg |
( |
T & | arg | ) |
|
|
related |
create a non-persisting (required or optional) input/output argument for a function call.
Definition at line 251 of file Teuchos_PtrDecl.hpp.