117 inline bool empty()
const;
224 const link* curElmt_;
An STL-conforming const_iterator.
bool operator!=(const const_iterator &) const
const_iterator & operator++()
bool operator==(const const_iterator &) const
void operator=(const const_iterator &)
const_iterator(const SLListBase &, const link *)
Construct for a given SLListBase and link.
An STL-conforming iterator.
bool operator!=(const iterator &) const
bool operator==(const iterator &) const
void operator=(const iterator &)
const_iterator cbegin() const
link * first()
Return first entry.
void insert(link *)
Add at head of list.
const const_iterator & cend() const
link * last()
Return last entry.
label size() const
Return number of elements in list.
link * removeHead()
Remove and return head.
bool empty() const
Return true if the list is empty.
void transfer(SLListBase &)
Transfer the contents of the argument into this List.
SLListBase()
Null construct.
void append(link *)
Add at tail of list.
void clear()
Clear the list.
void operator=(const SLListBase &)=delete
Disallow default bitwise assignment.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
link * next_
Pointer to next entry in list.