TianoCore EDK2 master
|
Data Structures | |
struct | AmlTreeIterator |
Typedefs | |
typedef enum EAmlIteratorMode | EAML_ITERATOR_MODE |
typedef struct AmlTreeIterator | AML_TREE_ITERATOR |
Enumerations | |
enum | EAmlIteratorMode { EAmlIteratorUnknown , EAmlIteratorLinear , EAmlIteratorBranch , EAmlIteratorModeMax } |
Iterator structures define the enum/define values and structures related to iterators.
typedef struct AmlTreeIterator AML_TREE_ITERATOR |
Iterator.
Allows to traverse the tree in different orders.
Iterator structure to traverse the tree.
Definition at line 104 of file AmlTreeIterator.h.
typedef enum EAmlIteratorMode EAML_ITERATOR_MODE |
Iterator mode.
Modes to choose how the iterator is progressing in the tree. A -B <- Iterator initialized with this node. | -C | | -D | -E | -F | -G -H -I
enum EAmlIteratorMode |
Iterator mode.
Modes to choose how the iterator is progressing in the tree. A -B <- Iterator initialized with this node. | -C | | -D | -E | -F | -G -H -I
Definition at line 84 of file AmlTreeIterator.h.