Go to the documentation of this file.
45 #ifndef IndirectSubList_H
46 #define IndirectSubList_H
64 private IndirectListAddressing<labelRange>,
65 public IndirectListBase<T, labelRange>
107 using IndirectListBase<T, labelRange>::operator=;
const Addr & addressing() const noexcept
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)
IndirectSubList(const UList< T > &values)
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
A range or interval of labels defined by a start and a size.
const Addr & addressing() const noexcept
Base for lists with indirect addressing, templated on the list contents type and the addressing type....