Flutter Impeller
impeller::PoolVMA Struct Reference

#include <vma.h>

Public Member Functions

constexpr bool operator== (const PoolVMA &other) const
 
constexpr bool operator!= (const PoolVMA &other) const
 

Public Attributes

VmaAllocator allocator = {}
 
VmaPool pool = {}
 

Detailed Description

Definition at line 37 of file vma.h.

Member Function Documentation

◆ operator!=()

constexpr bool impeller::PoolVMA::operator!= ( const PoolVMA other) const
inlineconstexpr

Definition at line 45 of file vma.h.

45  {
46  return !(*this == other);
47  }

◆ operator==()

constexpr bool impeller::PoolVMA::operator== ( const PoolVMA other) const
inlineconstexpr

Definition at line 41 of file vma.h.

41  {
42  return allocator == other.allocator && pool == other.pool;
43  }
VmaAllocator allocator
Definition: vma.h:38
VmaPool pool
Definition: vma.h:39

References allocator, and pool.

Member Data Documentation

◆ allocator

VmaAllocator impeller::PoolVMA::allocator = {}

Definition at line 38 of file vma.h.

Referenced by impeller::PoolVMATraits::Free(), and operator==().

◆ pool

VmaPool impeller::PoolVMA::pool = {}

Definition at line 39 of file vma.h.

Referenced by impeller::PoolVMATraits::Free(), and operator==().


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