template <typename _NodeType>

struct SinglyLinkedListable

Defined at line 27 of file ../../zircon/system/ulib/trace-engine/test/../hash_table.h

Minimal version of |fbl::SinglyLinkedListable|.

|_NodeType| is the object we are contained in.

This only works with raw pointers, so we make it explicit.

Public Members

NodeType * next_

Public Methods

bool InContainer ()

Defined at line 29 of file ../../zircon/system/ulib/trace-engine/test/../hash_table.h