|
FreePOOMA
2.4.1
|
#include <ScalarCode.h>
Public Member Functions | |
| ApplyMultiArgLoc (const MultiArg1< A1 > &multiArg, const Function &function) | |
| template<int Dim> | |
| void | operator() (const Loc< Dim > &i) const |
| void | operator() (int i0) const |
| void | operator() (int i0, int i1) const |
| void | operator() (int i0, int i1, int i2) const |
| void | operator() (int i0, int i1, int i2, int i3) const |
Public Attributes | |
| const MultiArg1< A1 > & | multiArg_m |
| const Function & | function_m |
| ApplyMultiArgLoc< MultiArg1< A1 >, Function >::ApplyMultiArgLoc | ( | const MultiArg1< A1 > & | multiArg, |
| const Function & | function | ||
| ) | [inline] |
| void ApplyMultiArgLoc< MultiArg1< A1 >, Function >::operator() | ( | const Loc< Dim > & | i | ) | const [inline] |
| void ApplyMultiArgLoc< MultiArg1< A1 >, Function >::operator() | ( | int | i0 | ) | const [inline] |
| void ApplyMultiArgLoc< MultiArg1< A1 >, Function >::operator() | ( | int | i0, |
| int | i1 | ||
| ) | const [inline] |
| void ApplyMultiArgLoc< MultiArg1< A1 >, Function >::operator() | ( | int | i0, |
| int | i1, | ||
| int | i2 | ||
| ) | const [inline] |
| void ApplyMultiArgLoc< MultiArg1< A1 >, Function >::operator() | ( | int | i0, |
| int | i1, | ||
| int | i2, | ||
| int | i3 | ||
| ) | const [inline] |
| const MultiArg1<A1>& ApplyMultiArgLoc< MultiArg1< A1 >, Function >::multiArg_m |
| const Function& ApplyMultiArgLoc< MultiArg1< A1 >, Function >::function_m |
1.7.6.1