class iterator
Defined at line 68 of file ../../src/firmware/gigaboot/cpp/efi_variables.h
Public Methods
void iterator (EfiVariables * container)
Defined at line 78 of file ../../src/firmware/gigaboot/cpp/efi_variables.h
value_type operator* ()
Defined at line 80 of file ../../src/firmware/gigaboot/cpp/efi_variables.h
value_type * operator-> ()
Defined at line 81 of file ../../src/firmware/gigaboot/cpp/efi_variables.h
bool operator== (const iterator & other)
Defined at line 123 of file ../../src/firmware/gigaboot/cpp/efi_variables.cc
bool operator!= (const iterator & other)
Defined at line 127 of file ../../src/firmware/gigaboot/cpp/efi_variables.cc
iterator & operator++ ()
Defined at line 129 of file ../../src/firmware/gigaboot/cpp/efi_variables.cc
iterator operator++ (int )
Defined at line 153 of file ../../src/firmware/gigaboot/cpp/efi_variables.cc
Friends
class EfiVariables