Storage::Iterator Class Reference
#include <Iterator.h>
Public Types | |
| using | iterator_category = std::forward_iterator_tag |
| using | value_type = Partition |
| using | difference_type = std::ptrdiff_t |
| using | pointer = Partition * |
| using | reference = Partition & |
Public Member Functions | |
| Iterator (Device &device) | |
| Iterator (Device &device, Partition::Type type, uint8_t subtype) | |
| Iterator (Partition::Type type, uint8_t subtype) | |
| operator bool () const | |
| Iterator | operator++ (int) |
| Iterator & | operator++ () |
| bool | operator== (const Iterator &other) const |
| bool | operator!= (const Iterator &other) const |
| Partition | operator* () const |
| Iterator | begin () |
| Iterator | end () |
Member Typedef Documentation
◆ difference_type
| using Storage::Iterator::difference_type = std::ptrdiff_t |
◆ iterator_category
| using Storage::Iterator::iterator_category = std::forward_iterator_tag |
◆ pointer
| using Storage::Iterator::pointer = Partition* |
◆ reference
| using Storage::Iterator::reference = Partition& |
◆ value_type
Constructor & Destructor Documentation
◆ Iterator() [1/3]
|
inline |
◆ Iterator() [2/3]
|
inline |
◆ Iterator() [3/3]
| Storage::Iterator::Iterator | ( | Partition::Type | type, |
| uint8_t | subtype | ||
| ) |
Member Function Documentation
◆ begin()
|
inline |
◆ end()
|
inline |
◆ operator bool()
|
inlineexplicit |
◆ operator!=()
|
inline |
◆ operator*()
|
inline |
◆ operator++() [1/2]
|
inline |
◆ operator++() [2/2]
◆ operator==()
The documentation for this class was generated from the following file:
1.8.17