Iterator.h
Go to the documentation of this file.
27 Iterator(Device& device) : mSearch{&device, Partition::Type::any, Partition::SubType::any}, mDevice(&device)
32 Iterator(Device& device, Partition::Type type, uint8_t subtype) : mSearch{&device, type, subtype}, mDevice(&device)
Represents a storage device (e.g. flash memory)
Definition: Components/Storage/src/include/Storage/Device.h:34
Definition: Iterator.h:19
std::forward_iterator_tag iterator_category
Definition: Iterator.h:21
Iterator(Partition::Type type, uint8_t subtype)
Iterator(Device &device, Partition::Type type, uint8_t subtype)
Definition: Iterator.h:32
Definition: FileDevice.h:26