
Go to the source code of this file.
Data Structures | |
| struct | CkArrayIndexBase |
| Base class for array index objects used in charm. More... | |
| class | CkArrayIndex |
| Actual array index class intended for regular use. More... | |
Typedefs | |
| typedef CkArrayIndex | CkArrayIndexMax |
| Support applications and other charm codes that still use the (now dead) CkArrayIndexMax class to manipulate array indices. | |
| typedef CkArrayIndex CkArrayIndexMax |
Support applications and other charm codes that still use the (now dead) CkArrayIndexMax class to manipulate array indices.
All the functionality is now incorporated into the CkArrayIndex base class itself.
It is recommended that newer code directly use the base class when there is need to handle an array index.
Definition at line 189 of file ckarrayindex.h.
1.5.5