Vulkan-Hpp
vk::ObjectDestroy< OwnerType, Dispatch > Class Template Reference

#include <vulkan.hpp>

Public Member Functions

 ObjectDestroy ()=default
 
 ObjectDestroy (OwnerType owner, Optional< const AllocationCallbacks > allocationCallbacks VULKAN_HPP_DEFAULT_ARGUMENT_NULLPTR_ASSIGNMENT, Dispatch const &dispatch VULKAN_HPP_DEFAULT_DISPATCHER_ASSIGNMENT) VULKAN_HPP_NOEXCEPT
 
OwnerType getOwner () const VULKAN_HPP_NOEXCEPT
 
Optional< const AllocationCallbacksgetAllocator () const VULKAN_HPP_NOEXCEPT
 
Dispatch const & getDispatch () const VULKAN_HPP_NOEXCEPT
 

Protected Member Functions

template<typename T >
void destroy (T t) VULKAN_HPP_NOEXCEPT
 

Detailed Description

template<typename OwnerType, typename Dispatch>
class vk::ObjectDestroy< OwnerType, Dispatch >

Definition at line 5913 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ ObjectDestroy() [1/2]

template<typename OwnerType , typename Dispatch >
vk::ObjectDestroy< OwnerType, Dispatch >::ObjectDestroy ( )
default

◆ ObjectDestroy() [2/2]

template<typename OwnerType , typename Dispatch >
vk::ObjectDestroy< OwnerType, Dispatch >::ObjectDestroy ( OwnerType  owner,
Optional< const AllocationCallbacks > allocationCallbacks  VULKAN_HPP_DEFAULT_ARGUMENT_NULLPTR_ASSIGNMENT,
Dispatch const &dispatch  VULKAN_HPP_DEFAULT_DISPATCHER_ASSIGNMENT 
)
inline

Definition at line 5918 of file vulkan.hpp.

Member Function Documentation

◆ destroy()

template<typename OwnerType , typename Dispatch >
template<typename T >
void vk::ObjectDestroy< OwnerType, Dispatch >::destroy ( t)
inlineprotected

Definition at line 5944 of file vulkan.hpp.

◆ getAllocator()

template<typename OwnerType , typename Dispatch >
Optional<const AllocationCallbacks> vk::ObjectDestroy< OwnerType, Dispatch >::getAllocator ( ) const
inline

Definition at line 5932 of file vulkan.hpp.

◆ getDispatch()

template<typename OwnerType , typename Dispatch >
Dispatch const& vk::ObjectDestroy< OwnerType, Dispatch >::getDispatch ( ) const
inline

Definition at line 5937 of file vulkan.hpp.

◆ getOwner()

template<typename OwnerType , typename Dispatch >
OwnerType vk::ObjectDestroy< OwnerType, Dispatch >::getOwner ( ) const
inline

Definition at line 5927 of file vulkan.hpp.


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