Vulkan-Hpp
vk::SystemError Class Reference

#include <vulkan.hpp>

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 const char * what () const VULKAN_HPP_NOEXCEPT
 
- Public Member Functions inherited from vk::Error
 Error () VULKAN_HPP_NOEXCEPT=default
 
 Error (const Error &) VULKAN_HPP_NOEXCEPT=default
 
virtual ~Error () VULKAN_HPP_NOEXCEPT=default
 

Detailed Description

Definition at line 6189 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ SystemError() [1/6]

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

Definition at line 6194 of file vulkan.hpp.

◆ SystemError() [2/6]

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

Definition at line 6196 of file vulkan.hpp.

◆ SystemError() [3/6]

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

Definition at line 6198 of file vulkan.hpp.

◆ SystemError() [4/6]

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

Definition at line 6200 of file vulkan.hpp.

◆ SystemError() [5/6]

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

Definition at line 6202 of file vulkan.hpp.

◆ SystemError() [6/6]

vk::SystemError::SystemError ( int  ev,
std::error_category const &  ecat,
char const *  what 
)
inline

Definition at line 6204 of file vulkan.hpp.

Member Function Documentation

◆ what()

virtual const char* vk::SystemError::what ( ) const
inlinevirtual

Implements vk::Error.

Definition at line 6206 of file vulkan.hpp.


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