39 #ifndef IndirectList_H
40 #define IndirectList_H
A helper class for storing addresses.
IndirectListAddressing(const labelUList &addr)
Construct by copying the addressing array.
void resetAddressing(const labelUList &)
Reset addressing.
void operator=(const IndirectListAddressing &)=delete
Disallow default bitwise assignment.
const List< label > & addressing() const
Return the list addressing.
A List with indirect addressing.
void operator=(const IndirectList< T > &)=delete
Disallow default bitwise assignment.
IndirectList(const UList< T > &, const labelUList &)
Construct given the complete list and the addressing array.
A List with indirect addressing.