HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::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
AllocationCallbacks
getAllocator () 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 VULKAN_HPP_NAMESPACE::ObjectDestroy< OwnerType, Dispatch >

Definition at line 5893 of file vulkan.hpp.

Constructor & Destructor Documentation

template<typename OwnerType, typename Dispatch>
VULKAN_HPP_NAMESPACE::ObjectDestroy< OwnerType, Dispatch >::ObjectDestroy ( )
default
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_ASSIGNMENT 
)
inline

Definition at line 5898 of file vulkan.hpp.

Member Function Documentation

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

Definition at line 5918 of file vulkan.hpp.

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

Definition at line 5911 of file vulkan.hpp.

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

Definition at line 5907 of file vulkan.hpp.


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