Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
GenericPlatformDriver.h File Reference
+ Include dependency graph for GenericPlatformDriver.h:

Go to the source code of this file.

Classes

class  FMultiInt< TSize >
 
struct  FGPUDriverInfo
 
struct  FDriverDenyListEntry
 
struct  FGPUHardware
 

Enumerations

enum  EComparisonOp {
  ECO_Unknown = 0x0 , ECO_Equal = 0x1 , ECO_NotEqual = 0x2 , ECO_Larger = 0x3 ,
  ECO_LargerThan = 0x4 , ECO_Smaller = 0x5 , ECO_SmallerThan = 0x6 , ECO_Unknown ,
  ECO_Unknown = 0x0 , ECO_Equal , ECO_Equal = 0x1 , ECO_NotEqual ,
  ECO_NotEqual = 0x2 , ECO_Larger , ECO_Larger = 0x3 , ECO_LargerThan ,
  ECO_LargerThan = 0x4 , ECO_Smaller , ECO_Smaller = 0x5 , ECO_SmallerThan ,
  ECO_SmallerThan = 0x6
}
 

Functions

EComparisonOp ParseComparisonOp (const TCHAR *&In)
 
template<class T >
bool Compare (const T &A, EComparisonOp Op, const T &B)
 
bool CompareStringOp (const TCHAR *InOpWithMultiInt, const TCHAR *CurrentMultiInt)
 

Enumeration Type Documentation

◆ EComparisonOp

Enumerator
ECO_Unknown 
ECO_Equal 
ECO_NotEqual 
ECO_Larger 
ECO_LargerThan 
ECO_Smaller 
ECO_SmallerThan 
ECO_Unknown 
ECO_Unknown 
ECO_Equal 
ECO_Equal 
ECO_NotEqual 
ECO_NotEqual 
ECO_Larger 
ECO_Larger 
ECO_LargerThan 
ECO_LargerThan 
ECO_Smaller 
ECO_Smaller 
ECO_SmallerThan 
ECO_SmallerThan 

Definition at line 162 of file GenericPlatformDriver.h.

Function Documentation

◆ Compare()

template<class T >
bool Compare ( const T & A,
EComparisonOp Op,
const T & B )

Definition at line 206 of file GenericPlatformDriver.h.

◆ CompareStringOp()

bool CompareStringOp ( const TCHAR * InOpWithMultiInt,
const TCHAR * CurrentMultiInt )
inline

Definition at line 224 of file GenericPlatformDriver.h.

+ Here is the call graph for this function:

◆ ParseComparisonOp()

EComparisonOp ParseComparisonOp ( const TCHAR *& In)
inline

Definition at line 169 of file GenericPlatformDriver.h.

+ Here is the caller graph for this function: