Storage::Disk::Scanner Class Reference
Class to iterate through disk partition tables. More...
#include <Scanner.h>
Public Member Functions | |
Scanner (Device &device) | |
~Scanner () | |
std::unique_ptr< PartInfo > | next () |
Obtains the next partition entry (if any) More... | |
operator bool () const | |
Detailed Description
Constructor & Destructor Documentation
◆ Scanner()
Storage::Disk::Scanner::Scanner | ( | Device & | device | ) |
◆ ~Scanner()
Storage::Disk::Scanner::~Scanner | ( | ) |
Member Function Documentation
◆ next()
std::unique_ptr<PartInfo> Storage::Disk::Scanner::next | ( | ) |
Obtains the next partition entry (if any)
◆ operator bool()
|
inlineexplicit |
The documentation for this class was generated from the following file: