openMSX
Classes | Public Member Functions | List of all members
openmsx::DiskManipulator Class Referencefinal

#include <DiskManipulator.hh>

Inheritance diagram for openmsx::DiskManipulator:
Inheritance graph
[legend]
Collaboration diagram for openmsx::DiskManipulator:
Collaboration graph
[legend]

Classes

struct  DriveAndPartition
 

Public Member Functions

 DiskManipulator (CommandController &commandController, Reactor &reactor)
 
 ~DiskManipulator ()
 
void registerDrive (DiskContainer &drive, std::string_view prefix)
 
void unregisterDrive (DiskContainer &drive)
 
std::vector< std::string > getDriveNamesForCurrentMachine () const
 
DiskContainergetDrive (std::string_view driveName) const
 
std::optional< DriveAndPartitiongetDriveAndDisk (std::string_view driveName) const
 
void create (const std::string &filename_, MSXBootSectorType bootType, const std::vector< unsigned > &sizes) const
 
- Public Member Functions inherited from openmsx::Command
void setAllowedInEmptyMachine (bool value)
 
bool isAllowedInEmptyMachine () const
 
void setToken (void *token_)
 
void * getToken () const
 
template<typename... Args>
void executeSubCommand (std::string_view subCmd, Args &&... args)
 
- Public Member Functions inherited from openmsx::CommandCompleter
 CommandCompleter (const CommandCompleter &)=delete
 
CommandCompleteroperator= (const CommandCompleter &)=delete
 
CommandControllergetCommandController () const
 
InterpretergetInterpreter () const final
 
- Public Member Functions inherited from openmsx::Completer
 Completer (const Completer &)=delete
 
Completeroperator= (const Completer &)=delete
 
const std::string & getName () const
 
void checkNumArgs (std::span< const TclObject > tokens, unsigned exactly, const char *errMessage) const
 
void checkNumArgs (std::span< const TclObject > tokens, AtLeast atLeast, const char *errMessage) const
 
void checkNumArgs (std::span< const TclObject > tokens, Between between, const char *errMessage) const
 
void checkNumArgs (std::span< const TclObject > tokens, unsigned exactly, Prefix prefix, const char *errMessage) const
 
void checkNumArgs (std::span< const TclObject > tokens, AtLeast atLeast, Prefix prefix, const char *errMessage) const
 
void checkNumArgs (std::span< const TclObject > tokens, Between between, Prefix prefix, const char *errMessage) const
 
template<typename ITER >
NEVER_INLINE std::vector< std::string_view > filter (std::string_view str, ITER begin, ITER end, bool caseSensitive)
 

Additional Inherited Members

- Static Public Member Functions inherited from openmsx::Completer
template<typename ITER >
static void completeString (std::vector< std::string > &tokens, ITER begin, ITER end, bool caseSensitive=true)
 
template<typename RANGE >
static void completeString (std::vector< std::string > &tokens, RANGE &&possibleValues, bool caseSensitive=true)
 
template<typename RANGE >
static void completeFileName (std::vector< std::string > &tokens, const FileContext &context, const RANGE &extra)
 
static void completeFileName (std::vector< std::string > &tokens, const FileContext &context)
 
static std::vector< std::string > formatListInColumns (std::span< const std::string_view > input)
 
static void setOutput (InterpreterOutput *output_)
 
- Protected Member Functions inherited from openmsx::Command
 Command (CommandController &controller, std::string_view name)
 
 ~Command ()
 
- Protected Member Functions inherited from openmsx::CommandCompleter
 CommandCompleter (CommandController &controller, std::string_view name)
 
 ~CommandCompleter ()
 
GlobalCommandControllergetGlobalCommandController () const
 
CliCommgetCliComm () const
 
- Protected Member Functions inherited from openmsx::Completer
template<typename String >
requires (!std::same_as<Completer, std::remove_cvref_t<String>>)
 Completer (String &&name_)
 
 ~Completer ()=default
 

Detailed Description

Definition at line 22 of file DiskManipulator.hh.

Constructor & Destructor Documentation

◆ DiskManipulator()

openmsx::DiskManipulator::DiskManipulator ( CommandController commandController,
Reactor reactor 
)
explicit

Definition at line 41 of file DiskManipulator.cc.

◆ ~DiskManipulator()

openmsx::DiskManipulator::~DiskManipulator ( )

Definition at line 48 of file DiskManipulator.cc.

Member Function Documentation

◆ create()

void openmsx::DiskManipulator::create ( const std::string &  filename_,
MSXBootSectorType  bootType,
const std::vector< unsigned > &  sizes 
) const

◆ getDrive()

DiskContainer * openmsx::DiskManipulator::getDrive ( std::string_view  driveName) const

Definition at line 113 of file DiskManipulator.cc.

References end(), ranges::find(), and tmpStrCat().

Referenced by getDriveAndDisk().

◆ getDriveAndDisk()

std::optional< DiskManipulator::DriveAndPartition > openmsx::DiskManipulator::getDriveAndDisk ( std::string_view  driveName) const

Definition at line 133 of file DiskManipulator.cc.

References getDrive().

◆ getDriveNamesForCurrentMachine()

std::vector< std::string > openmsx::DiskManipulator::getDriveNamesForCurrentMachine ( ) const

◆ registerDrive()

void openmsx::DiskManipulator::registerDrive ( DiskContainer drive,
std::string_view  prefix 
)

Definition at line 59 of file DiskManipulator.cc.

References end(), openmsx::DiskContainer::getContainerName(), and strCat().

Referenced by openmsx::IDEHD::IDEHD().

◆ unregisterDrive()

void openmsx::DiskManipulator::unregisterDrive ( DiskContainer drive)

Definition at line 70 of file DiskManipulator.cc.

References end(), and move_pop_back().

Referenced by openmsx::DiskChanger::~DiskChanger(), and openmsx::IDEHD::~IDEHD().


The documentation for this class was generated from the following files: