|
Nugget
|
An ISO9660 directory entry. More...
#include <psyqo/iso9660-parser.hh>
Public Types | |
| enum | { INVALID , FILE , DIRECTORY , CURRENT_DIR , PARENT_DIR } |
Public Attributes | |
| uint32_t | LBA = 0 |
| uint32_t | size = 0 |
| eastl::fixed_string< char, 15, false > | name |
| enum psyqo::ISO9660Parser::DirEntry:: { ... } | type = INVALID |
An ISO9660 directory entry.
This struct represents a single directory entry in an ISO9660. It's not necessarily complete at the moment.
| uint32_t psyqo::ISO9660Parser::DirEntry::LBA = 0 |
| eastl::fixed_string<char, 15, false> psyqo::ISO9660Parser::DirEntry::name |
| uint32_t psyqo::ISO9660Parser::DirEntry::size = 0 |
| enum { ... } psyqo::ISO9660Parser::DirEntry::type |