Nugget
|
#include <EASTL/fixed_vector.h>
#include <EASTL/functional.h>
#include <stdint.h>
#include <concepts>
#include <coroutine>
#include <cstdint>
#include <type_traits>
#include "psyqo/cdrom.hh"
#include "psyqo/msf.hh"
#include "psyqo/task.hh"
Go to the source code of this file.
Classes | |
struct | psyqo::Concepts::CDRomDeviceStateEnumHasIdle< T, typename > |
struct | psyqo::Concepts::CDRomDeviceStateEnumHasIdle< T, std::enable_if_t< T::IDLE==T(0)> > |
class | psyqo::CDRomDevice |
A specialization of the CDRom interface. More... | |
struct | psyqo::CDRomDevice::PlaybackLocation |
struct | psyqo::CDRomDevice::ResetAwaiter |
struct | psyqo::CDRomDevice::GetTOCSizeAwaiter |
struct | psyqo::CDRomDevice::ReadTOCAwaiter |
struct | psyqo::CDRomDevice::MuteAwaiter |
struct | psyqo::CDRomDevice::UnmuteAwaiter |
struct | psyqo::CDRomDevice::GetPlaybackLocationAwaiter |
class | psyqo::CDRomDevice::Action< S > |
The action base class for the internal state machine. More... | |
Namespaces | |
namespace | psyqo |
namespace | psyqo::Concepts |
Concepts | |
concept | psyqo::Concepts::IsCDRomDeviceStateEnum |