Vulkan-Hpp
vk::PrivateDataSlot Class Reference

#include <vulkan_handles.hpp>

Public Types

using CType = VkPrivateDataSlot
 
using NativeType = VkPrivateDataSlot
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PrivateDataSlot ()=default
 
VULKAN_HPP_CONSTEXPR PrivateDataSlot (std::nullptr_t) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_TYPESAFE_EXPLICIT PrivateDataSlot (VkPrivateDataSlot privateDataSlot) VULKAN_HPP_NOEXCEPT
 
PrivateDataSlotoperator= (std::nullptr_t) VULKAN_HPP_NOEXCEPT
 
bool operator== (PrivateDataSlot const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PrivateDataSlot const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator< (PrivateDataSlot const &rhs) const VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_TYPESAFE_EXPLICIT operator VkPrivateDataSlot () 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::ePrivateDataSlot
 
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT debugReportObjectType
 

Detailed Description

Definition at line 7927 of file vulkan_handles.hpp.

Member Typedef Documentation

◆ CType

◆ NativeType

Constructor & Destructor Documentation

◆ PrivateDataSlot() [1/3]

VULKAN_HPP_CONSTEXPR vk::PrivateDataSlot::PrivateDataSlot ( )
default

◆ PrivateDataSlot() [2/3]

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

Definition at line 7940 of file vulkan_handles.hpp.

◆ PrivateDataSlot() [3/3]

VULKAN_HPP_TYPESAFE_EXPLICIT vk::PrivateDataSlot::PrivateDataSlot ( VkPrivateDataSlot  privateDataSlot)
inline

Definition at line 7942 of file vulkan_handles.hpp.

Member Function Documentation

◆ operator bool()

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

Definition at line 7982 of file vulkan_handles.hpp.

◆ operator VkPrivateDataSlot()

VULKAN_HPP_TYPESAFE_EXPLICIT vk::PrivateDataSlot::operator VkPrivateDataSlot ( ) const
inline

Definition at line 7977 of file vulkan_handles.hpp.

◆ operator!()

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

Definition at line 7987 of file vulkan_handles.hpp.

◆ operator!=()

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

Definition at line 7966 of file vulkan_handles.hpp.

◆ operator<()

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

Definition at line 7971 of file vulkan_handles.hpp.

◆ operator=()

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

Definition at line 7952 of file vulkan_handles.hpp.

◆ operator==()

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

Definition at line 7961 of file vulkan_handles.hpp.

Member Data Documentation

◆ debugReportObjectType

VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT vk::PrivateDataSlot::debugReportObjectType
static

◆ objectType

Definition at line 7933 of file vulkan_handles.hpp.


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