VulkanRaytracingCycles 0.0.0
Cycles Render Engine With VulkanRaytracingShaderModules. ( Experiment , in progress)
front::debug_allocator< void, Allocator > Class Template Reference

#include <AllocatorVk.h>

Classes

struct  rebind
 

Public Types

typedef Allocator< void > base_allocator_type
 
typedef base_allocator_type::value_type value_type
 
typedef base_allocator_type::pointer pointer
 
typedef base_allocator_type::const_pointer const_pointer
 

Detailed Description

template<template< typename T > class Allocator>
class front::debug_allocator< void, Allocator >

Definition at line 385 of file AllocatorVk.h.

Inheritance diagram for front::debug_allocator< void, Allocator >:

Member Typedef Documentation

◆ base_allocator_type

template<template< typename T > class Allocator>
typedef Allocator<void> front::debug_allocator< void, Allocator >::base_allocator_type

Definition at line 387 of file AllocatorVk.h.

◆ const_pointer

template<template< typename T > class Allocator>
typedef base_allocator_type::const_pointer front::debug_allocator< void, Allocator >::const_pointer

Definition at line 390 of file AllocatorVk.h.

◆ pointer

template<template< typename T > class Allocator>
typedef base_allocator_type::pointer front::debug_allocator< void, Allocator >::pointer

Definition at line 389 of file AllocatorVk.h.

◆ value_type

template<template< typename T > class Allocator>
typedef base_allocator_type::value_type front::debug_allocator< void, Allocator >::value_type

Definition at line 388 of file AllocatorVk.h.


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