#include <CompactHashTable.h>
◆ FConstCompactHashTableView() [1/2]
| FConstCompactHashTableView::FConstCompactHashTableView |
( |
| ) |
|
|
explicitdefault |
◆ FConstCompactHashTableView() [2/2]
| FConstCompactHashTableView::FConstCompactHashTableView |
( |
const uint8 * |
Memory, |
|
|
uint32 |
InNextIndexCount, |
|
|
uint32 |
InHashCount, |
|
|
size_t |
MemorySize |
|
) |
| |
|
inlineexplicit |
◆ Find()
◆ GetFirst()
| uint32 FConstCompactHashTableView::GetFirst |
( |
uint32 |
Key | ) |
const |
|
inline |
◆ GetFirstByIndex()
| uint32 FConstCompactHashTableView::GetFirstByIndex |
( |
uint32 |
HashIndex | ) |
const |
|
inline |
◆ GetHashCount()
| uint32 FConstCompactHashTableView::GetHashCount |
( |
| ) |
const |
|
inline |
◆ GetNext()
◆ HashCount
| uint32 FConstCompactHashTableView::HashCount = 0 |
|
protected |
◆ HashData
| const uint8* FConstCompactHashTableView::HashData = nullptr |
|
protected |
◆ NextIndexCount
| uint32 FConstCompactHashTableView::NextIndexCount = 0 |
|
protected |
◆ NextIndexData
| const uint8* FConstCompactHashTableView::NextIndexData = nullptr |
|
protected |
The documentation for this class was generated from the following file: