HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::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
VULKAN_HPP_NAMESPACE::ObjectType 
objectType = VULKAN_HPP_NAMESPACE::ObjectType::eEvent
 
static
VULKAN_HPP_CONST_OR_CONSTEXPR
VULKAN_HPP_NAMESPACE::DebugReportObjectTypeEXT 
debugReportObjectType
 

Detailed Description

Definition at line 3096 of file vulkan_handles.hpp.

Member Typedef Documentation

Definition at line 3099 of file vulkan_handles.hpp.

Definition at line 3100 of file vulkan_handles.hpp.

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::Event::Event ( )
default
VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::Event::Event ( std::nullptr_t  )
inline

Definition at line 3108 of file vulkan_handles.hpp.

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

Definition at line 3109 of file vulkan_handles.hpp.

Member Function Documentation

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

Definition at line 3149 of file vulkan_handles.hpp.

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

Definition at line 3144 of file vulkan_handles.hpp.

bool VULKAN_HPP_NAMESPACE::Event::operator! ( void  ) const
inline

Definition at line 3154 of file vulkan_handles.hpp.

bool VULKAN_HPP_NAMESPACE::Event::operator!= ( Event const rhs) const
inline

Definition at line 3133 of file vulkan_handles.hpp.

bool VULKAN_HPP_NAMESPACE::Event::operator< ( Event const rhs) const
inline

Definition at line 3138 of file vulkan_handles.hpp.

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

Definition at line 3119 of file vulkan_handles.hpp.

bool VULKAN_HPP_NAMESPACE::Event::operator== ( Event const rhs) const
inline

Definition at line 3128 of file vulkan_handles.hpp.

Member Data Documentation

VULKAN_HPP_CONST_OR_CONSTEXPR VULKAN_HPP_NAMESPACE::DebugReportObjectTypeEXT VULKAN_HPP_NAMESPACE::Event::debugReportObjectType
static

Definition at line 3102 of file vulkan_handles.hpp.


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