|
FreePOOMA
2.4.1
|
#include <Indices.h>
Public Member Functions | |
| IotaFunctor () | |
| IotaFunctor (const IotaFunctor &) | |
| IotaFunctor & | operator= (const IotaFunctor &) |
| Vector< 1, int > | operator() (int i1) const |
| Vector< 2, int > | operator() (int i1, int i2) const |
| Vector< 3, int > | operator() (int i1, int i2, int i3) const |
| IotaFunctor::IotaFunctor | ( | ) | [inline] |
| IotaFunctor::IotaFunctor | ( | const IotaFunctor & | ) | [inline] |
| IotaFunctor& IotaFunctor::operator= | ( | const IotaFunctor & | ) | [inline] |
| Vector<1, int> IotaFunctor::operator() | ( | int | i1 | ) | const [inline] |
| Vector<2, int> IotaFunctor::operator() | ( | int | i1, |
| int | i2 | ||
| ) | const [inline] |
| Vector<3, int> IotaFunctor::operator() | ( | int | i1, |
| int | i2, | ||
| int | i3 | ||
| ) | const [inline] |
1.7.6.1