Nugget
Loading...
Searching...
No Matches
Public Types | Public Attributes | List of all members
psyqo::ISO9660Parser::DirEntry Struct Reference

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
 

Detailed Description

An ISO9660 directory entry.

This struct represents a single directory entry in an ISO9660. It's not necessarily complete at the moment.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
INVALID 
FILE 
DIRECTORY 
CURRENT_DIR 
PARENT_DIR 

Member Data Documentation

◆ LBA

uint32_t psyqo::ISO9660Parser::DirEntry::LBA = 0

◆ name

eastl::fixed_string<char, 15, false> psyqo::ISO9660Parser::DirEntry::name

◆ size

uint32_t psyqo::ISO9660Parser::DirEntry::size = 0

◆ []

enum { ... } psyqo::ISO9660Parser::DirEntry::type

The documentation for this struct was generated from the following file: