Struct WordStorage
Syntax
public struct WordStorage
Fields
kMaxCharsPerEntry
Declaration
public const int kMaxCharsPerEntry = null
Field Value
Properties
Entries
Declaration
public int Entries { get; }
Property Value
Instance
Declaration
public static WordStorage Instance { get; }
Property Value
Methods
Clear()
Declaration
public static void Clear()
Contains(String)
Declaration
public bool Contains(string value)
Parameters
Type |
Name |
Description |
String |
value |
|
Returns
Contains<T>(ref T)
Declaration
public bool Contains<T>(ref T value)
where T : IUTF8Bytes, INativeList<byte>
Parameters
Type |
Name |
Description |
T |
value |
|
Returns
Type Parameters
GetFixedString<T>(Int32, ref T)
Declaration
public void GetFixedString<T>(int index, ref T temp)
where T : IUTF8Bytes, INativeList<byte>
Parameters
Type |
Name |
Description |
Int32 |
index |
|
T |
temp |
|
Type Parameters
GetIndexFromHashAndFixedString<T>(Int32, ref T)
Declaration
public int GetIndexFromHashAndFixedString<T>(int h, ref T temp)
where T : IUTF8Bytes, INativeList<byte>
Parameters
Type |
Name |
Description |
Int32 |
h |
|
T |
temp |
|
Returns
Type Parameters
GetOrCreateIndex<T>(ref T)
Declaration
public int GetOrCreateIndex<T>(ref T value)
where T : IUTF8Bytes, INativeList<byte>
Parameters
Type |
Name |
Description |
T |
value |
|
Returns
Type Parameters
Initialize()
Declaration
public static void Initialize()
Setup()
Declaration
public static void Setup()
Shutdown()
Declaration
public static void Shutdown()