PSYQO SDK
psyqo::ISO9660Parser
Class
Class
An ISO9660 parser.
Basic usage
This minimal snippet shows the normal syntax for reaching the type. Open a member below for an operation-specific example.
C++ example
#include "psyqo/iso9660-parser.hh"
// Assume these named values have been initialized with valid data:
// CDRom * cdrom
psyqo::ISO9660Parser value(cdrom);Nested types
Constructors
Public methods
getCDRomReturns the CDRom object used by the parser.MethodgetDirentryReturns direntry as part of the iso9660 parser module.MethodinitializePerforms `initialize` as part of the iso9660 parser module.MethodinitializedReturns the state of the parser.MethodscheduleGetDirentryPerforms `schedule get direntry` as part of the iso9660 parser module.MethodscheduleInitializePerforms `schedule initialize` as part of the iso9660 parser module.MethodscheduleReadRequestRead a file asynchronously.Method