TPagedArray

Windows
MacOS
Linux

References

Module

TraceServices

Header

/Engine/Source/Developer/TraceServices/Public/Common/PagedArray.h

Include

#include "Common/PagedArray.h"

Syntax

template<typename InItemType, typename InPageType>
class TPagedArray

Constructors

Name Description

Public function

TPagedArray

(
    Trace::ILinearAllocator& InAllocat...,
    uint64 InPageSize
)

Destructors

Name Description

Public function

~TPagedArray()

Functions

Name Description

Public function

ItemType &

 

EmplaceBack

(
    ArgsType&&... Args
)

Public function Const

const ItemTy...

 

First()

Public function

ItemType &

 

First()

Public function

PageType ...

 

GetItemPage

(
    uint64 ItemIndex
)

Public function Const

TIterator

 

GetIterator()

Public function Const

TIterator

 

GetIteratorFromItem

(
    uint64 ItemIndex
)

Public function Const

TIterator

 

GetIteratorFromPage

(
    uint64 PageIndex
)

Public function

PageType ...

 

GetLastPage()

Public function

PageType ...

 

GetPage

(
    uint64 PageIndex
)

Public function Const

const PageTy...

 

GetPages()

Public function Const

uint64

 

GetPageSize()

Public function

ItemType &

 

Insert

(
    uint64 Index
)

Public function

ItemType &

 

Last()

Public function Const

const ItemTy...

 

Last()

Public function Const

uint64

 

Num()

Public function Const

uint64

 

NumPages()

Public function

ItemType &

 

PushBack()

Operators

Name Description

Public function

ItemType &

 

operator[]

(
    uint64 Index
)

Public function Const

const ItemTy...

 

operator[]

(
    uint64 Index
)

Typedefs

Name

Description

ItemType

PageType

TIterator

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss