Storage.h
Go to the documentation of this file.
52 inline Iterator findPartition(Partition::Type type = Partition::Type::any, uint8_t subType = Partition::SubType::any)
57 template <typename T> typename std::enable_if<std::is_enum<T>::value, Iterator>::type findPartition(T subType)
std::enable_if< std::is_integral< T >::value, String >::type toString(T value)
Definition: BitSet.h:481
Definition: LinkedObjectList.h:90
Represents a storage device (e.g. flash memory)
Definition: Components/Storage/src/include/Storage/Device.h:34
Definition: Iterator.h:19
Definition: FileDevice.h:26
Storage::Partition findDefaultPartition(T subType)
Definition: Storage.h:62
Partition findPartition(const String &name)
Find the first partition matching the given name.