openMSX
Public Member Functions | List of all members
openmsx::FatalError Class Reference

#include <MSXException.hh>

Public Member Functions

 FatalError (std::string message_)
 
template<typename... Args>
 FatalError (Args &&... args)
 
const std::string & getMessage () const &
 
std::string getMessage () &&
 

Detailed Description

Definition at line 30 of file MSXException.hh.

Constructor & Destructor Documentation

◆ FatalError() [1/2]

openmsx::FatalError::FatalError ( std::string  message_)
inlineexplicit

Definition at line 33 of file MSXException.hh.

◆ FatalError() [2/2]

template<typename... Args>
openmsx::FatalError::FatalError ( Args &&...  args)
inlineexplicit

Definition at line 37 of file MSXException.hh.

Member Function Documentation

◆ getMessage() [1/2]

std::string openmsx::FatalError::getMessage ( ) &&
inline

Definition at line 43 of file MSXException.hh.

◆ getMessage() [2/2]

const std::string & openmsx::FatalError::getMessage ( ) const &
inline

Definition at line 42 of file MSXException.hh.


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