class SinglyLinkedListChecker
Defined at line 21 of file ../../zircon/system/ulib/fbl/test/include/fbl/tests/intrusive_containers/intrusive_singly_linked_list_checker.h
There is not all that much we can sanity check about a singly linked list.
Basically, all we know is that every link in the list (including head) needs
to be non-null and that the last link in the chain is terminated with the
proper 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_singly_linked_list_checker.h