Vulkan-Hpp
vk::DeferredOperationKHR Class Reference

#include <vulkan_handles.hpp>

Public Types

using CType = VkDeferredOperationKHR
 
using NativeType = VkDeferredOperationKHR
 

Public Member Functions

VULKAN_HPP_CONSTEXPR DeferredOperationKHR ()=default
 
VULKAN_HPP_CONSTEXPR DeferredOperationKHR (std::nullptr_t) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_TYPESAFE_EXPLICIT DeferredOperationKHR (VkDeferredOperationKHR deferredOperationKHR) VULKAN_HPP_NOEXCEPT
 
DeferredOperationKHRoperator= (std::nullptr_t) VULKAN_HPP_NOEXCEPT
 
bool operator== (DeferredOperationKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (DeferredOperationKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator< (DeferredOperationKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_TYPESAFE_EXPLICIT operator VkDeferredOperationKHR () const VULKAN_HPP_NOEXCEPT
 
 operator bool () const VULKAN_HPP_NOEXCEPT
 
bool operator! () const VULKAN_HPP_NOEXCEPT
 

Static Public Attributes

static VULKAN_HPP_CONST_OR_CONSTEXPR vk::ObjectType objectType = vk::ObjectType::eDeferredOperationKHR
 
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT debugReportObjectType
 

Detailed Description

Definition at line 6790 of file vulkan_handles.hpp.

Member Typedef Documentation

◆ CType

◆ NativeType

Constructor & Destructor Documentation

◆ DeferredOperationKHR() [1/3]

VULKAN_HPP_CONSTEXPR vk::DeferredOperationKHR::DeferredOperationKHR ( )
default

◆ DeferredOperationKHR() [2/3]

VULKAN_HPP_CONSTEXPR vk::DeferredOperationKHR::DeferredOperationKHR ( std::nullptr_t  )
inline

Definition at line 6803 of file vulkan_handles.hpp.

◆ DeferredOperationKHR() [3/3]

VULKAN_HPP_TYPESAFE_EXPLICIT vk::DeferredOperationKHR::DeferredOperationKHR ( VkDeferredOperationKHR  deferredOperationKHR)
inline

Definition at line 6805 of file vulkan_handles.hpp.

Member Function Documentation

◆ operator bool()

vk::DeferredOperationKHR::operator bool ( ) const
inlineexplicit

Definition at line 6848 of file vulkan_handles.hpp.

◆ operator VkDeferredOperationKHR()

VULKAN_HPP_TYPESAFE_EXPLICIT vk::DeferredOperationKHR::operator VkDeferredOperationKHR ( ) const
inline

Definition at line 6843 of file vulkan_handles.hpp.

◆ operator!()

bool vk::DeferredOperationKHR::operator! ( ) const
inline

Definition at line 6853 of file vulkan_handles.hpp.

◆ operator!=()

bool vk::DeferredOperationKHR::operator!= ( DeferredOperationKHR const &  rhs) const
inline

Definition at line 6832 of file vulkan_handles.hpp.

◆ operator<()

bool vk::DeferredOperationKHR::operator< ( DeferredOperationKHR const &  rhs) const
inline

Definition at line 6837 of file vulkan_handles.hpp.

◆ operator=()

DeferredOperationKHR& vk::DeferredOperationKHR::operator= ( std::nullptr_t  )
inline

Definition at line 6818 of file vulkan_handles.hpp.

◆ operator==()

bool vk::DeferredOperationKHR::operator== ( DeferredOperationKHR const &  rhs) const
inline

Definition at line 6827 of file vulkan_handles.hpp.

Member Data Documentation

◆ debugReportObjectType

VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT vk::DeferredOperationKHR::debugReportObjectType
static

◆ objectType

Definition at line 6796 of file vulkan_handles.hpp.


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