class iterator
Defined at line 80 of file ../../zircon/kernel/arch/x86/phys/boot-shim/legacy-mem-config.h
begin/end iterators over the items in the table.
Public Methods
void iterator ()
Defined at line 82 of file ../../zircon/kernel/arch/x86/phys/boot-shim/legacy-mem-config.h
bool operator!= (const iterator & other)
Defined at line 93 of file ../../zircon/kernel/arch/x86/phys/boot-shim/legacy-mem-config.h
iterator & operator++ ()
Increment operators: move iterator to next element.
Defined at line 99 of file ../../zircon/kernel/arch/x86/phys/boot-shim/legacy-mem-config.h
iterator operator++ (int )
Defined at line 103 of file ../../zircon/kernel/arch/x86/phys/boot-shim/legacy-mem-config.h
bool operator== (const iterator & other)
Equality / inequality.
Defined at line 154 of file ../../zircon/kernel/arch/x86/phys/boot-shim/legacy-mem-config.cc
zbi_mem_range_t operator* ()
Return the current element.
Defined at line 158 of file ../../zircon/kernel/arch/x86/phys/boot-shim/legacy-mem-config.cc
Friends
class MemRangeTable