LinkedListPool::List¶
-
class
List
Single list within LinkedListPool.
List only refers to chain of elements. Copying it doesn’t copy any element. Item data is owned by LinkedListPool.
Use LinkedListPool::makeList to create non-empty list.
Public Functions
-
template<>
List
() Create an empty list.
-
template<>
boolisEmpty
() const
-
template<>