HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::PoolFree< OwnerType, PoolType, Dispatch > Class Template Reference

#include <vulkan.hpp>

Public Member Functions

 PoolFree ()=default
 
 PoolFree (OwnerType owner, PoolType pool, Dispatch const &dispatch VULKAN_HPP_DEFAULT_DISPATCHER_ASSIGNMENT) VULKAN_HPP_NOEXCEPT
 
OwnerType getOwner () const VULKAN_HPP_NOEXCEPT
 
PoolType getPool () const VULKAN_HPP_NOEXCEPT
 

Protected Member Functions

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

Detailed Description

template<typename OwnerType, typename PoolType, typename Dispatch>
class VULKAN_HPP_NAMESPACE::PoolFree< OwnerType, PoolType, Dispatch >

Definition at line 6033 of file vulkan.hpp.

Constructor & Destructor Documentation

template<typename OwnerType, typename PoolType, typename Dispatch>
VULKAN_HPP_NAMESPACE::PoolFree< OwnerType, PoolType, Dispatch >::PoolFree ( )
default
template<typename OwnerType, typename PoolType, typename Dispatch>
VULKAN_HPP_NAMESPACE::PoolFree< OwnerType, PoolType, Dispatch >::PoolFree ( OwnerType  owner,
PoolType  pool,
Dispatch const &dispatch  VULKAN_HPP_DEFAULT_DISPATCHER_ASSIGNMENT 
)
inline

Definition at line 6038 of file vulkan.hpp.

Member Function Documentation

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

Definition at line 6056 of file vulkan.hpp.

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

Definition at line 6045 of file vulkan.hpp.

template<typename OwnerType, typename PoolType, typename Dispatch>
PoolType VULKAN_HPP_NAMESPACE::PoolFree< OwnerType, PoolType, Dispatch >::getPool ( ) const
inline

Definition at line 6049 of file vulkan.hpp.


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