template <typename PtrType_, NodeOptions Options>
struct WAVLTreeNodeState
Defined at line 126 of file ../../zircon/system/ulib/fbl/include/fbl/intrusive_wavl_tree.h
Public Methods
void WAVLTreeNodeState<PtrType_, Options, DefaultWAVLTreeRankType> ()
Defined at line 129 of file ../../zircon/system/ulib/fbl/include/fbl/intrusive_wavl_tree.h
void WAVLTreeNodeState<PtrType_, Options, DefaultWAVLTreeRankType> (const WAVLTreeNodeState<PtrType_, Options, DefaultWAVLTreeRankType> & )
Defer to WAVLTreeNodeStateBase for enforcement of the various copy/move rules.
Defined at line 132 of file ../../zircon/system/ulib/fbl/include/fbl/intrusive_wavl_tree.h
WAVLTreeNodeState<PtrType_, Options, DefaultWAVLTreeRankType> & operator= (const WAVLTreeNodeState<PtrType_, Options, DefaultWAVLTreeRankType> & )
Defined at line 133 of file ../../zircon/system/ulib/fbl/include/fbl/intrusive_wavl_tree.h
void WAVLTreeNodeState<PtrType_, Options, DefaultWAVLTreeRankType> (WAVLTreeNodeState<PtrType_, Options, DefaultWAVLTreeRankType> && )
Defined at line 134 of file ../../zircon/system/ulib/fbl/include/fbl/intrusive_wavl_tree.h
WAVLTreeNodeState<PtrType_, Options, DefaultWAVLTreeRankType> & operator= (WAVLTreeNodeState<PtrType_, Options, DefaultWAVLTreeRankType> && )
Defined at line 135 of file ../../zircon/system/ulib/fbl/include/fbl/intrusive_wavl_tree.h
bool rank_parity ()
Defined at line 137 of file ../../zircon/system/ulib/fbl/include/fbl/intrusive_wavl_tree.h
void promote_rank ()
Defined at line 138 of file ../../zircon/system/ulib/fbl/include/fbl/intrusive_wavl_tree.h
void double_promote_rank ()
Defined at line 139 of file ../../zircon/system/ulib/fbl/include/fbl/intrusive_wavl_tree.h
void demote_rank ()
Defined at line 140 of file ../../zircon/system/ulib/fbl/include/fbl/intrusive_wavl_tree.h
void double_demote_rank ()
Defined at line 141 of file ../../zircon/system/ulib/fbl/include/fbl/intrusive_wavl_tree.h