|
Teuchos - Trilinos Tools Package
Version of the Day
|
Utility class that allows arrays to be passed into argument list. More...
#include <Teuchos_arrayArg.hpp>
Public Member Functions | |
| ArrayArg (T array[]) | |
Basic constructor taking a copy of the array of length N. | |
| T * | operator() () |
Return a const pointer to the internal array. | |
| operator T * () | |
Return a const pointer to the internal array. | |
Utility class that allows arrays to be passed into argument list.
Definition at line 178 of file Teuchos_arrayArg.hpp.
| Teuchos::ArrayArg< N, T >::ArrayArg | ( | T | array[] | ) | [inline] |
Basic constructor taking a copy of the array of length N.
Definition at line 181 of file Teuchos_arrayArg.hpp.
| T* Teuchos::ArrayArg< N, T >::operator() | ( | ) | [inline] |
Return a const pointer to the internal array.
Definition at line 184 of file Teuchos_arrayArg.hpp.
| Teuchos::ArrayArg< N, T >::operator T * | ( | ) | [inline] |
Return a const pointer to the internal array.
Definition at line 187 of file Teuchos_arrayArg.hpp.
1.7.6.1