Ark Server API (ASA) - Wiki
|
#include "HAL/Platform.h"
Go to the source code of this file.
Classes | |
struct | TSignedIntType< NumBytes > |
struct | TSignedIntType< 1 > |
struct | TSignedIntType< 2 > |
struct | TSignedIntType< 4 > |
struct | TSignedIntType< 8 > |
struct | TUnsignedIntType< NumBytes > |
struct | TUnsignedIntType< 1 > |
struct | TUnsignedIntType< 2 > |
struct | TUnsignedIntType< 4 > |
struct | TUnsignedIntType< 8 > |
Typedefs | |
template<int NumBytes> | |
using | TSignedIntType_T = typename TSignedIntType<NumBytes>::Type |
template<int NumBytes> | |
using | TUnsignedIntType_T = typename TUnsignedIntType<NumBytes>::Type |
using TSignedIntType_T = typename TSignedIntType<NumBytes>::Type |
Helper for TSignedIntType which expands out to the nested Type.
using TUnsignedIntType_T = typename TUnsignedIntType<NumBytes>::Type |
Helper for TUnsignedIntType which expands out to the nested Type.