Buffer for working with disk sectors.
More...
#include <SectorBuffer.h>
Buffer for working with disk sectors.
◆ SectorBuffer() [1/2]
| Storage::Disk::SectorBuffer::SectorBuffer |
( |
| ) |
|
|
inline |
◆ SectorBuffer() [2/2]
| Storage::Disk::SectorBuffer::SectorBuffer |
( |
size_t |
sectorSize, |
|
|
size_t |
sectorCount |
|
) |
| |
|
inline |
◆ as() [1/2]
template<typename T >
| T& Storage::Disk::SectorBuffer::as |
( |
| ) |
|
|
inline |
◆ as() [2/2]
template<typename T >
| const T& Storage::Disk::SectorBuffer::as |
( |
| ) |
const |
|
inline |
◆ clear()
| void Storage::Disk::SectorBuffer::clear |
( |
| ) |
|
|
inline |
◆ fill()
| void Storage::Disk::SectorBuffer::fill |
( |
uint8_t |
value | ) |
|
|
inline |
◆ operator==()
| bool Storage::Disk::SectorBuffer::operator== |
( |
const SectorBuffer & |
other | ) |
const |
|
inline |
◆ sectors()
| uint32_t Storage::Disk::SectorBuffer::sectors |
( |
| ) |
const |
|
inline |
◆ size()
| size_t Storage::Disk::SectorBuffer::size |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: