class DoublyLinkedListChecker

Defined at line 21 of file ../../zircon/system/ulib/fbl/test/include/fbl/tests/intrusive_containers/intrusive_doubly_linked_list_checker.h

Sanity checks for doubly linked lists are almost the same as those for singly

linked lists. We also check to be sure that the tail pointer is properly

linked up (if the list is not empty) and that it is terminated with the

sentinel value.

Public Methods

template <typename ContainerType>
void SanityCheck (const ContainerType & container)

Defined at line 24 of file ../../zircon/system/ulib/fbl/test/include/fbl/tests/intrusive_containers/intrusive_doubly_linked_list_checker.h