Navigation
API > API/Developer > API/Developer/TraceServices > API/Developer/TraceServices/Common
References
| Module | TraceServices |
| Header | /Engine/Source/Developer/TraceServices/Public/Common/VariablePagedArray.h |
| Include | #include "Common/VariablePagedArray.h" |
Syntax
template<typename InItemType>
class TVariablePagedArray
Constructors
| Type | Name | Description | |
|---|---|---|---|
TVariablePagedArray
(
ILinearAllocator& InAllocator, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const ItemType & | First () |
||
| ItemType & | First () |
||
| TIterator | GetIterator () |
||
| TIterator | GetIteratorFromItem
(
uint64 ItemIndex |
||
| uint64 | GetPageSize () |
||
| ItemType & | Insert
(
uint64 Index |
||
| const ItemType & | Last () |
||
| ItemType & | Last () |
||
| uint64 | Num () |
||
| uint64 | |||
| uint64 | NumPages () |
||
| ItemType & | PushBack () |
||
| double |
Operators
| Type | Name | Description | |
|---|---|---|---|
| const ItemType & | operator[]
(
uint64 Index |
||
| ItemType & | operator[]
(
uint64 Index |
Typedefs
| Name | Description |
|---|---|
| ItemType | |
| PageGroupType | |
| PageType | |
| TIterator |