RetroArch
Public Member Functions | List of all members
VULKAN_HPP_NAMESPACE::SystemError Class Reference

#include <vulkan.hpp>

Inheritance diagram for VULKAN_HPP_NAMESPACE::SystemError:
[legend]
Collaboration diagram for VULKAN_HPP_NAMESPACE::SystemError:
[legend]

Public Member Functions

 SystemError (std::error_code ec)
 
 SystemError (std::error_code ec, std::string const &what)
 
 SystemError (std::error_code ec, char const *what)
 
 SystemError (int ev, std::error_category const &ecat)
 
 SystemError (int ev, std::error_category const &ecat, std::string const &what)
 
 SystemError (int ev, std::error_category const &ecat, char const *what)
 
virtual ~SystemError ()=default
 
virtual const char * what () const noexcept
 
- Public Member Functions inherited from VULKAN_HPP_NAMESPACE::Error
virtual ~Error ()=default
 

Constructor & Destructor Documentation

◆ SystemError() [1/6]

VULKAN_HPP_NAMESPACE::SystemError::SystemError ( std::error_code  ec)
inline

◆ SystemError() [2/6]

VULKAN_HPP_NAMESPACE::SystemError::SystemError ( std::error_code  ec,
std::string const what 
)
inline

◆ SystemError() [3/6]

VULKAN_HPP_NAMESPACE::SystemError::SystemError ( std::error_code  ec,
char const what 
)
inline

◆ SystemError() [4/6]

VULKAN_HPP_NAMESPACE::SystemError::SystemError ( int  ev,
std::error_category const ecat 
)
inline

◆ SystemError() [5/6]

VULKAN_HPP_NAMESPACE::SystemError::SystemError ( int  ev,
std::error_category const ecat,
std::string const what 
)
inline

◆ SystemError() [6/6]

VULKAN_HPP_NAMESPACE::SystemError::SystemError ( int  ev,
std::error_category const ecat,
char const what 
)
inline

◆ ~SystemError()

virtual VULKAN_HPP_NAMESPACE::SystemError::~SystemError ( )
virtualdefault

Member Function Documentation

◆ what()

virtual const char* VULKAN_HPP_NAMESPACE::SystemError::what ( ) const
inlinevirtualnoexcept

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