Go to the documentation of this file.
42 for (
label i = lst.
size()-1; i >= nExtra; i--)
44 lst[i] = lst[i-nExtra];
71 lst[sz++] = extraLst[i];
#define forAll(list, i)
Loop across all elements in list.
static void prepend(const UList< Type > &, List< Type > &)
Insert list in front of list.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
void setSize(const label)
Reset size of List.
void size(const label)
Override size to be inconsistent with allocated storage.
label size() const
Return the number of elements in the UList.
static void append(const UList< Type > &, List< Type > &)
Insert list at end of list.