Macros for accessing List elements. More...

Go to the source code of this file.
Macros | |
| #define | List_ACCESS(type, f, fp) |
| #define | List_CONST_ACCESS(type, f, fp) |
| #define | List_FOR_ALL(f, i) |
| #define | List_ELEM(fp, i) |
Macros for accessing List elements.
Original source file ListLoopM.H
Definition in file ListLoopM.H.
| #define List_ACCESS | ( | type, | |
| f, | |||
| fp ) |
Definition at line 33 of file ListLoopM.H.
| #define List_CONST_ACCESS | ( | type, | |
| f, | |||
| fp ) |
Definition at line 37 of file ListLoopM.H.
| #define List_FOR_ALL | ( | f, | |
| i ) |
Definition at line 41 of file ListLoopM.H.
| #define List_ELEM | ( | fp, | |
| i ) |
Definition at line 46 of file ListLoopM.H.