Ark Server API (ASE) - Wiki
|
#include <Sorting.h>
Public Member Functions | |
TArrayRange (T *InPtr, int32 InSize) | |
T * | GetData () const |
int32 | Num () const |
Private Attributes | |
T * | Begin |
int32 | Size |
Wraps a range into a container like interface to satisfy the GetData and GetNum global functions. We're not using TArrayView since it calls Sort creating a circular dependency.
|
inline |
|
inline |
|
inline |
|
private |
|
private |