#include <Pow2ChunkedArray.h>
|
| enum | : uint32 { SkipCount = FGenericPlatformMath::CeilLogTwo(MinSize)
} |
| |
| enum | : uint32 { BucketCount = FGenericPlatformMath::CeilLogTwo(MaxSize) - SkipCount + 1
} |
| |
◆ anonymous enum
◆ anonymous enum
◆ FPow2ChunkedArray()
◆ ~FPow2ChunkedArray()
◆ Add() [1/3]
◆ Add() [2/3]
◆ Add() [3/3]
◆ AddUninitialized()
◆ GetBucketIndex()
◆ GetBucketSize()
◆ GetBucketStart()
◆ GetElementAt()
◆ Num()
◆ operator[]() [1/2]
◆ operator[]() [2/2]
The documentation for this class was generated from the following file: