Macros for accessing List elements. More...
Go to the source code of this file.
Macros | |
#define | List_ACCESS(type, f, fp) type* const __restrict__ fp = (f).begin() |
#define | List_CONST_ACCESS(type, f, fp) const type* const __restrict__ fp = (f).begin() |
#define | List_FOR_ALL(f, i) |
#define | List_ELEM(fp, i) (fp[i]) |
Macros for accessing List elements.
Original source file ListLoopM.H
Definition in file ListLoopM.H.
Definition at line 33 of file ListLoopM.H.
Definition at line 37 of file ListLoopM.H.
#define List_FOR_ALL | ( | f, | |
i | |||
) |
Definition at line 40 of file ListLoopM.H.
#define List_ELEM | ( | fp, | |
i | |||
) | (fp[i]) |
Definition at line 45 of file ListLoopM.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.