Epok Engine

PSYQO SDK

psyqo::CDRomPCDrv

Class

Class

Class declared by the cdrom-pcdrv module for the cdrom pcdrv module.

Namespace
psyqo
Header
cdrom-pcdrv.hh
Include
#include "psyqo/cdrom-pcdrv.hh"
Module
cdrom-pcdrv
Source
https://github.com/pcsx-redux/nugget/blob/6186b131aacc5853a9161fb076ed34ffe504552d/psyqo/cdrom-pcdrv.hh:34
Inherits from
CDRom

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/cdrom-pcdrv.hh"

// Assume these named values have been initialized with valid data:
// const char * isoName

psyqo::CDRomPCDrv value(isoName);

Constructors

Public methods