openMSX
|
#include <DiskImageUtils.hh>
Classes | |
struct | AttribValue |
Public Types | |
enum class | Attrib : uint8_t { REGULAR = 0x00 , READONLY = 0x01 , HIDDEN = 0x02 , SYSTEM = 0x04 , VOLUME = 0x08 , DIRECTORY = 0x10 , ARCHIVE = 0x20 } |
Public Member Functions | |
auto | base () const |
auto | ext () const |
bool | operator== (const MSXDirEntry &other) const =default |
Public Attributes | |
std::array< char, 8+3 > | filename |
AttribValue | attrib |
std::array< uint8_t, 10 > | reserved |
Endian::L16 | time |
Endian::L16 | date |
Endian::L16 | startCluster |
Endian::L32 | size |
Definition at line 62 of file DiskImageUtils.hh.
|
strong |
Enumerator | |
---|---|
REGULAR | |
READONLY | |
HIDDEN | |
SYSTEM | |
VOLUME | |
DIRECTORY | |
ARCHIVE |
Definition at line 63 of file DiskImageUtils.hh.
|
inline |
Definition at line 92 of file DiskImageUtils.hh.
References filename.
|
inline |
Definition at line 93 of file DiskImageUtils.hh.
References filename.
|
default |
AttribValue openmsx::MSXDirEntry::attrib |
Definition at line 85 of file DiskImageUtils.hh.
Endian::L16 openmsx::MSXDirEntry::date |
Definition at line 88 of file DiskImageUtils.hh.
std::array<char, 8 + 3> openmsx::MSXDirEntry::filename |
Definition at line 84 of file DiskImageUtils.hh.
std::array<uint8_t, 10> openmsx::MSXDirEntry::reserved |
Definition at line 86 of file DiskImageUtils.hh.
Endian::L32 openmsx::MSXDirEntry::size |
Definition at line 90 of file DiskImageUtils.hh.
Endian::L16 openmsx::MSXDirEntry::startCluster |
Definition at line 89 of file DiskImageUtils.hh.
Referenced by openmsx::DirEntryForCluster::onDirEntry().
Endian::L16 openmsx::MSXDirEntry::time |
Definition at line 87 of file DiskImageUtils.hh.