HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::SystemError Class Reference

#include <vulkan.hpp>

+ Inheritance diagram for VULKAN_HPP_NAMESPACE::SystemError:

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 VULKAN_HPP_NAMESPACE::Error
 Error () VULKAN_HPP_NOEXCEPT=default
 
 Error (const Error &) VULKAN_HPP_NOEXCEPT=default
 
virtual ~Error () VULKAN_HPP_NOEXCEPT=default
 

Detailed Description

Definition at line 6140 of file vulkan.hpp.

Constructor & Destructor Documentation

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

Definition at line 6145 of file vulkan.hpp.

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

Definition at line 6146 of file vulkan.hpp.

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

Definition at line 6147 of file vulkan.hpp.

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

Definition at line 6148 of file vulkan.hpp.

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

Definition at line 6149 of file vulkan.hpp.

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

Definition at line 6150 of file vulkan.hpp.

Member Function Documentation

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

Implements VULKAN_HPP_NAMESPACE::Error.

Definition at line 6152 of file vulkan.hpp.


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