Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
IntType.h File Reference
#include "HAL/Platform.h"
+ Include dependency graph for IntType.h:
+ This graph shows which files directly or indirectly include this file:

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
 

Typedef Documentation

◆ TSignedIntType_T

template<int NumBytes>
using TSignedIntType_T = typename TSignedIntType<NumBytes>::Type

Helper for TSignedIntType which expands out to the nested Type.

Definition at line 25 of file IntType.h.

◆ TUnsignedIntType_T

template<int NumBytes>
using TUnsignedIntType_T = typename TUnsignedIntType<NumBytes>::Type

Helper for TUnsignedIntType which expands out to the nested Type.

Definition at line 46 of file IntType.h.