117 inline bool empty()
const;
224 const link* curElmt_;
link * next_
Pointer to next entry in list.
link * first()
Return first entry.
tmp< fvMatrix< Type > > operator*(const volScalarField::Internal &, const fvMatrix< Type > &)
void clear()
Clear the list.
void transfer(SLListBase &)
Transfer the contents of the argument into this List.
An STL-conforming const_iterator.
void append(link *)
Add at tail of list.
SLListBase()
Null construct.
const_iterator cbegin() const
label size() const
Return number of elements in list.
const const_iterator & cend() const
tmp< fvMatrix< Type > > operator==(const fvMatrix< Type > &, const fvMatrix< Type > &)
void insert(link *)
Add at head of list.
bool empty() const
Return true if the list is empty.
void operator=(const SLListBase &)=delete
Disallow default bitwise assignment.
link * removeHead()
Remove and return head.
bool operator!=(const particle &, const particle &)
An STL-conforming iterator.
friend class const_iterator
link * last()
Return last entry.