TianoCore EDK2 master
Loading...
Searching...
No Matches
ORDERED_COLLECTION_ENTRY Struct Reference

Data Fields

VOIDUserStruct
 
RED_BLACK_TREE_NODEParent
 
RED_BLACK_TREE_NODELeft
 
RED_BLACK_TREE_NODERight
 
RED_BLACK_TREE_COLOR Color
 

Detailed Description

Definition at line 44 of file BaseOrderedCollectionRedBlackTreeLib.c.

Field Documentation

◆ Color

RED_BLACK_TREE_COLOR ORDERED_COLLECTION_ENTRY::Color

Definition at line 49 of file BaseOrderedCollectionRedBlackTreeLib.c.

◆ Left

RED_BLACK_TREE_NODE* ORDERED_COLLECTION_ENTRY::Left

Definition at line 47 of file BaseOrderedCollectionRedBlackTreeLib.c.

◆ Parent

RED_BLACK_TREE_NODE* ORDERED_COLLECTION_ENTRY::Parent

Definition at line 46 of file BaseOrderedCollectionRedBlackTreeLib.c.

◆ Right

RED_BLACK_TREE_NODE* ORDERED_COLLECTION_ENTRY::Right

Definition at line 48 of file BaseOrderedCollectionRedBlackTreeLib.c.

◆ UserStruct

VOID* ORDERED_COLLECTION_ENTRY::UserStruct

Definition at line 45 of file BaseOrderedCollectionRedBlackTreeLib.c.


The documentation for this struct was generated from the following file: