Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FSetElementId Class Reference

#include <Set.h>

Public Member Functions

FORCEINLINE FSetElementId ()=default
 
FORCEINLINE bool IsValidId () const
 
FORCEINLINE int32 AsInteger () const
 

Static Public Member Functions

static FORCEINLINE FSetElementId FromInteger (int32 Integer)
 

Private Member Functions

FORCEINLINE FSetElementId (int32 InIndex)
 

Private Attributes

int32 Index = INDEX_NONE
 

Friends

template<typename , typename , typename >
class TSet
 
template<typename , typename >
class TScriptSet
 
FORCEINLINE friend bool operator== (const FSetElementId &A, const FSetElementId &B)
 
FORCEINLINE friend bool operator!= (const FSetElementId &A, const FSetElementId &B)
 

Detailed Description

Either NULL or an identifier for an element of a set.

Definition at line 105 of file Set.h.

Constructor & Destructor Documentation

◆ FSetElementId() [1/2]

FORCEINLINE FSetElementId::FSetElementId ( )
default

Default constructor.

◆ FSetElementId() [2/2]

FORCEINLINE FSetElementId::FSetElementId ( int32 InIndex)
inlineexplicitprivate

Initialization constructor.

Definition at line 149 of file Set.h.

+ Here is the caller graph for this function:

Member Function Documentation

◆ AsInteger()

FORCEINLINE int32 FSetElementId::AsInteger ( ) const
inline

Definition at line 134 of file Set.h.

◆ FromInteger()

static FORCEINLINE FSetElementId FSetElementId::FromInteger ( int32 Integer)
inlinestatic

Definition at line 139 of file Set.h.

+ Here is the call graph for this function:

◆ IsValidId()

FORCEINLINE bool FSetElementId::IsValidId ( ) const
inline
Returns
a boolean value representing whether the id is NULL.

Definition at line 119 of file Set.h.

Friends And Related Symbol Documentation

◆ operator!=

FORCEINLINE friend bool operator!= ( const FSetElementId & A,
const FSetElementId & B )
friend

Definition at line 129 of file Set.h.

◆ operator==

Comparison operators.

Definition at line 125 of file Set.h.

◆ TScriptSet

template<typename , typename >
friend class TScriptSet
friend

Definition at line 113 of file Set.h.

◆ TSet

template<typename , typename , typename >
friend class TSet
friend

Definition at line 110 of file Set.h.

Member Data Documentation

◆ Index

int32 FSetElementId::Index = INDEX_NONE
private

The index of the element in the set's element array.

Definition at line 146 of file Set.h.


The documentation for this class was generated from the following file: