Flutter Engine
The Flutter Engine
|
#include <SkTHash.h>
Public Types | |
using | TTable = THashTable< T, K, Traits > |
Public Member Functions | |
Iter (const TTable *table, int slot) | |
const SlotVal & | operator* () const |
const SlotVal * | operator-> () const |
bool | operator== (const Iter &that) const |
bool | operator!= (const Iter &that) const |
Iter & | operator++ () |
Iter | operator++ (int) |
Static Public Member Functions | |
static Iter | MakeBegin (const TTable *table) |
static Iter | MakeEnd (const TTable *table) |
Protected Attributes | |
const TTable * | fTable |
int | fSlot |
using skia_private::THashTable< T, K, Traits >::Iter< SlotVal >::TTable = THashTable<T, K, Traits> |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |