Go to the documentation of this file.
41 #ifndef IndirectList_H
42 #define IndirectList_H
const Addr & addressing() const noexcept
void operator=(const IndirectList< T > &rhs)
A class for storing list addressing (labels, slices etc), which are normally to used by IndirectList....
List< T > values(const HashTable< T, Key, Hash > &tbl, const bool doSort=false)
A List with indirect addressing.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
A List with indirect addressing.
IndirectList(const UList< T > &values, const labelUList &addr)
A class representing the concept of 0 (zero) that can be used to avoid manipulating objects known to ...