Forward declarations for common indirect list types. More...
Go to the source code of this file.
Classes | |
| class | IndirectListBase< T, Addr > |
| Base for lists with indirect addressing, templated on the list contents type and the addressing type. Storage for both values and addressing is held outside of the class. More... | |
| class | UIndirectList< T > |
| A List with indirect addressing. Like IndirectList but does not store addressing. More... | |
| class | IndirectList< T > |
| A List with indirect addressing. More... | |
| class | IndirectSubList< T > |
| Indirect access to a sub-section of a list. More... | |
| class | SliceList< T > |
| A List with indirect slice addressing. More... | |
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Forward declarations for common indirect list types.
Original source file IndirectListsFwd.H
InClass Foam
Definition in file IndirectListsFwd.H.