Ark Server API (ASE) - Wiki
|
#include "../BasicTypes.h"
#include "../HAL/UnrealMemory.h"
#include "AreTypesEqual.h"
#include "UnrealTypeTraits.h"
#include "RemoveReference.h"
#include "Decay.h"
#include "Invoke.h"
#include "../Containers/ContainerAllocationPolicies.h"
#include "../Math/UnrealMathUtility.h"
Go to the source code of this file.
Namespaces | |
namespace | UE4Function_Private |
Macros | |
#define | ENABLE_TFUNCTIONREF_VISUALIZATION 1 |
Typedefs | |
typedef TAlignedBytes< 16, 16 > | UE4Function_Private::AlignedInlineFunctionType |
typedef TInlineAllocator< 2 > | UE4Function_Private::FunctionAllocatorType |
Functions | |
void * | operator new (size_t Size, UE4Function_Private::FFunctionStorage &Storage) |
template<typename FuncType > | |
FORCEINLINE bool | operator== (TYPE_OF_NULLPTR, const TFunction< FuncType > &Func) |
template<typename FuncType > | |
FORCEINLINE bool | operator== (const TFunction< FuncType > &Func, TYPE_OF_NULLPTR) |
template<typename FuncType > | |
FORCEINLINE bool | operator!= (TYPE_OF_NULLPTR, const TFunction< FuncType > &Func) |
template<typename FuncType > | |
FORCEINLINE bool | operator!= (const TFunction< FuncType > &Func, TYPE_OF_NULLPTR) |
#define ENABLE_TFUNCTIONREF_VISUALIZATION 1 |
Definition at line 18 of file Function.h.
|
inline |
FORCEINLINE bool operator!= | ( | const TFunction< FuncType > & | Func, |
TYPE_OF_NULLPTR | ) |
Nullptr inequality operator.
Definition at line 692 of file Function.h.
FORCEINLINE bool operator!= | ( | TYPE_OF_NULLPTR | , |
const TFunction< FuncType > & | Func ) |
Nullptr inequality operator.
Definition at line 683 of file Function.h.
FORCEINLINE bool operator== | ( | const TFunction< FuncType > & | Func, |
TYPE_OF_NULLPTR | ) |
Nullptr equality operator.
Definition at line 674 of file Function.h.
FORCEINLINE bool operator== | ( | TYPE_OF_NULLPTR | , |
const TFunction< FuncType > & | Func ) |
Nullptr equality operator.
Definition at line 665 of file Function.h.