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

#include <DynamicTablesPkg/Library/Common/AmlLib/Tree/AmlTreeIterator.h>

Data Fields

EDKII_AML_TREE_ITERATOR_GET_NODE GetNode
 Get the current node of the iterator.
 
EDKII_AML_TREE_ITERATOR_GET_NEXT GetNext
 Update the current node of the iterator with the next node.
 
EDKII_AML_TREE_ITERATOR_GET_PREVIOUS GetPrevious
 Update the current node of the iterator with the previous node.
 

Detailed Description

Iterator structure to traverse the tree.

Definition at line 167 of file AmlTreeIterator.h.

Field Documentation

◆ GetNext

EDKII_AML_TREE_ITERATOR_GET_NEXT AmlTreeIterator::GetNext

Update the current node of the iterator with the next node.

Definition at line 172 of file AmlTreeIterator.h.

◆ GetNode

EDKII_AML_TREE_ITERATOR_GET_NODE AmlTreeIterator::GetNode

Get the current node of the iterator.

Definition at line 169 of file AmlTreeIterator.h.

◆ GetPrevious

EDKII_AML_TREE_ITERATOR_GET_PREVIOUS AmlTreeIterator::GetPrevious

Update the current node of the iterator with the previous node.

Definition at line 175 of file AmlTreeIterator.h.


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