class const_iterator

Defined at line 5863 of file ../../src/ui/lib/escher/third_party/VulkanMemoryAllocator/vk_mem_alloc.h

Public Methods

void const_iterator ()

Defined at line 5866 of file ../../src/ui/lib/escher/third_party/VulkanMemoryAllocator/vk_mem_alloc.h

void const_iterator (const iterator & src)

Defined at line 5872 of file ../../src/ui/lib/escher/third_party/VulkanMemoryAllocator/vk_mem_alloc.h

const T & operator* ()

Defined at line 5878 of file ../../src/ui/lib/escher/third_party/VulkanMemoryAllocator/vk_mem_alloc.h

const T * operator-> ()

Defined at line 5883 of file ../../src/ui/lib/escher/third_party/VulkanMemoryAllocator/vk_mem_alloc.h

const_iterator & operator++ ()

Defined at line 5889 of file ../../src/ui/lib/escher/third_party/VulkanMemoryAllocator/vk_mem_alloc.h

const_iterator & operator-- ()

Defined at line 5895 of file ../../src/ui/lib/escher/third_party/VulkanMemoryAllocator/vk_mem_alloc.h

const_iterator operator++ (int )

Defined at line 5909 of file ../../src/ui/lib/escher/third_party/VulkanMemoryAllocator/vk_mem_alloc.h

const_iterator operator-- (int )

Defined at line 5915 of file ../../src/ui/lib/escher/third_party/VulkanMemoryAllocator/vk_mem_alloc.h

bool operator== (const const_iterator & rhs)

Defined at line 5922 of file ../../src/ui/lib/escher/third_party/VulkanMemoryAllocator/vk_mem_alloc.h

bool operator!= (const const_iterator & rhs)

Defined at line 5927 of file ../../src/ui/lib/escher/third_party/VulkanMemoryAllocator/vk_mem_alloc.h

Friends

class VmaList