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

#include <vulkan.hpp>

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

Public Member Functions

 ObjectDestroy (Optional< const AllocationCallbacks > allocationCallbacks=nullptr, Dispatch const &dispatch=Dispatch())
 
Optional< const AllocationCallbacksgetAllocator () const
 

Protected Member Functions

template<typename T >
void destroy (T t)
 

Private Attributes

Optional< const AllocationCallbacksm_allocationCallbacks
 
Dispatch const * m_dispatch
 

Detailed Description

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

Definition at line 2542 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ ObjectDestroy()

template<typename Dispatch >
VULKAN_HPP_NAMESPACE::ObjectDestroy< NoParent, Dispatch >::ObjectDestroy ( Optional< const AllocationCallbacks allocationCallbacks = nullptr,
Dispatch const &  dispatch = Dispatch() 
)
inline

Definition at line 2545 of file vulkan.hpp.

2546  : m_allocationCallbacks( allocationCallbacks )
2547  , m_dispatch( &dispatch )
2548  {}

Member Function Documentation

◆ destroy()

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

◆ getAllocator()

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

Field Documentation

◆ m_allocationCallbacks

template<typename Dispatch >
Optional<const AllocationCallbacks> VULKAN_HPP_NAMESPACE::ObjectDestroy< NoParent, Dispatch >::m_allocationCallbacks
private

Definition at line 2560 of file vulkan.hpp.

◆ m_dispatch

template<typename Dispatch >
Dispatch const* VULKAN_HPP_NAMESPACE::ObjectDestroy< NoParent, Dispatch >::m_dispatch
private

Definition at line 2561 of file vulkan.hpp.


The documentation for this class was generated from the following file:
VULKAN_HPP_NAMESPACE::ObjectDestroy< NoParent, Dispatch >::m_dispatch
Dispatch const * m_dispatch
Definition: vulkan.hpp:2561
t
GLdouble GLdouble t
Definition: SDL_opengl.h:2070
VULKAN_HPP_NAMESPACE::ObjectDestroy< NoParent, Dispatch >::m_allocationCallbacks
Optional< const AllocationCallbacks > m_allocationCallbacks
Definition: vulkan.hpp:2560