SDL  2.0
VULKAN_HPP_NAMESPACE::ObjectDestroy< OwnerType, Dispatch > Class Template Reference

#include <vulkan.hpp>

+ Collaboration diagram for VULKAN_HPP_NAMESPACE::ObjectDestroy< OwnerType, Dispatch >:

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) VULKAN_HPP_NOEXCEPT
 
OwnerType getOwner () const VULKAN_HPP_NOEXCEPT
 
Optional< const AllocationCallbacksgetAllocator () const VULKAN_HPP_NOEXCEPT
 

Protected Member Functions

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

Private Attributes

OwnerType m_owner = {}
 
Optional< const AllocationCallbacksm_allocationCallbacks = nullptr
 
Dispatch const * m_dispatch = nullptr
 

Detailed Description

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

Definition at line 3597 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ ObjectDestroy() [1/2]

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

◆ ObjectDestroy() [2/2]

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

Definition at line 3602 of file vulkan.hpp.

3606  : m_owner( owner )
3607  , m_allocationCallbacks( allocationCallbacks )
3608  , m_dispatch( &dispatch )
3609  {}
Optional< const AllocationCallbacks > m_allocationCallbacks
Definition: vulkan.hpp:3624

Member Function Documentation

◆ destroy()

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

◆ getAllocator()

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

◆ getOwner()

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

Definition at line 3611 of file vulkan.hpp.

3611 { return m_owner; }

References VULKAN_HPP_NAMESPACE::ObjectDestroy< OwnerType, Dispatch >::m_owner.

Field Documentation

◆ m_allocationCallbacks

◆ m_dispatch

template<typename OwnerType , typename Dispatch >
Dispatch const* VULKAN_HPP_NAMESPACE::ObjectDestroy< OwnerType, Dispatch >::m_dispatch = nullptr
private

◆ m_owner

template<typename OwnerType , typename Dispatch >
OwnerType VULKAN_HPP_NAMESPACE::ObjectDestroy< OwnerType, Dispatch >::m_owner = {}
private

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