Ark Server API (ASE) - Wiki
|
#include <UnrealTypeTraits.h>
Public Types | |
typedef T | ValueType |
typedef T & | Reference |
typedef const T & | ConstReference |
typedef TCallTraitsParamTypeHelper< T, PassByValue >::ParamType | ParamType |
typedef TCallTraitsParamTypeHelper< T, PassByValue >::ConstParamType | ConstPointerType |
Private Types | |
enum | |
base class for call traits. Used to more easily refine portions when specializing
Definition at line 263 of file UnrealTypeTraits.h.
typedef TCallTraitsParamTypeHelper<T,PassByValue>::ConstParamType TCallTraitsBase< T >::ConstPointerType |
Definition at line 272 of file UnrealTypeTraits.h.
typedef const T& TCallTraitsBase< T >::ConstReference |
Definition at line 270 of file UnrealTypeTraits.h.
typedef TCallTraitsParamTypeHelper<T,PassByValue>::ParamType TCallTraitsBase< T >::ParamType |
Definition at line 271 of file UnrealTypeTraits.h.
typedef T& TCallTraitsBase< T >::Reference |
Definition at line 269 of file UnrealTypeTraits.h.
typedef T TCallTraitsBase< T >::ValueType |
Definition at line 268 of file UnrealTypeTraits.h.
|
private |
Definition at line 266 of file UnrealTypeTraits.h.