Vulkan-Hpp
vk::Event Class Reference

#include <vulkan_handles.hpp>

Public Types

using CType = VkEvent
 
using NativeType = VkEvent
 

Public Member Functions

VULKAN_HPP_CONSTEXPR Event ()=default
 
VULKAN_HPP_CONSTEXPR Event (std::nullptr_t) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_TYPESAFE_EXPLICIT Event (VkEvent event) VULKAN_HPP_NOEXCEPT
 
Eventoperator= (std::nullptr_t) VULKAN_HPP_NOEXCEPT
 
bool operator== (Event const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (Event const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator< (Event const &rhs) const VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_TYPESAFE_EXPLICIT operator VkEvent () 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::eEvent
 
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT debugReportObjectType
 

Detailed Description

Definition at line 4003 of file vulkan_handles.hpp.

Member Typedef Documentation

◆ CType

Definition at line 4006 of file vulkan_handles.hpp.

◆ NativeType

Definition at line 4007 of file vulkan_handles.hpp.

Constructor & Destructor Documentation

◆ Event() [1/3]

VULKAN_HPP_CONSTEXPR vk::Event::Event ( )
default

◆ Event() [2/3]

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

Definition at line 4016 of file vulkan_handles.hpp.

◆ Event() [3/3]

VULKAN_HPP_TYPESAFE_EXPLICIT vk::Event::Event ( VkEvent  event)
inline

Definition at line 4018 of file vulkan_handles.hpp.

Member Function Documentation

◆ operator bool()

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

Definition at line 4058 of file vulkan_handles.hpp.

◆ operator VkEvent()

VULKAN_HPP_TYPESAFE_EXPLICIT vk::Event::operator VkEvent ( ) const
inline

Definition at line 4053 of file vulkan_handles.hpp.

◆ operator!()

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

Definition at line 4063 of file vulkan_handles.hpp.

◆ operator!=()

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

Definition at line 4042 of file vulkan_handles.hpp.

◆ operator<()

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

Definition at line 4047 of file vulkan_handles.hpp.

◆ operator=()

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

Definition at line 4028 of file vulkan_handles.hpp.

◆ operator==()

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

Definition at line 4037 of file vulkan_handles.hpp.

Member Data Documentation

◆ debugReportObjectType

◆ objectType

Definition at line 4009 of file vulkan_handles.hpp.


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