TianoCore EDK2 master
|
#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. | |
Iterator structure to traverse the tree.
Definition at line 167 of file AmlTreeIterator.h.
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.
EDKII_AML_TREE_ITERATOR_GET_NODE AmlTreeIterator::GetNode |
Get the current node of the iterator.
Definition at line 169 of file AmlTreeIterator.h.
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.