Storage::Iterator Class Reference

#include <Iterator.h>

Inheritance diagram for Storage::Iterator:
[legend]
Collaboration diagram for Storage::Iterator:
[legend]

Public Member Functions

 Iterator (Device &device, uint8_t partitionIndex)
 
 Iterator (Device &device, Partition::Type type, uint8_t subtype)
 
 Iterator (Partition::Type type, uint8_t subtype)
 
 operator bool () const
 
Iterator operator++ (int)
 
Iteratoroperator++ ()
 
bool operator== (const Iterator &other) const
 
bool operator!= (const Iterator &other) const
 
Partition operator* () const
 

Constructor & Destructor Documentation

◆ Iterator() [1/3]

Storage::Iterator::Iterator ( Device device,
uint8_t  partitionIndex 
)

◆ Iterator() [2/3]

Storage::Iterator::Iterator ( Device device,
Partition::Type  type,
uint8_t  subtype 
)
inline

◆ Iterator() [3/3]

Storage::Iterator::Iterator ( Partition::Type  type,
uint8_t  subtype 
)

Member Function Documentation

◆ operator bool()

Storage::Iterator::operator bool ( ) const
inlineexplicit

◆ operator!=()

bool Storage::Iterator::operator!= ( const Iterator other) const
inline

◆ operator*()

Partition Storage::Iterator::operator* ( ) const

◆ operator++() [1/2]

Iterator Storage::Iterator::operator++ ( int  )
inline

◆ operator++() [2/2]

Iterator& Storage::Iterator::operator++ ( )
inline

◆ operator==()

bool Storage::Iterator::operator== ( const Iterator other) const
inline

The documentation for this class was generated from the following file: