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

#include <Set.h>

Public Member Functions

FORCEINLINE FSetElementId ()
 
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)
 
FORCEINLINE operator int32 () const
 

Private Attributes

int32 Index
 

Friends

template<typename , typename , typename >
class TSet
 
class FScriptSet
 
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 86 of file Set.h.

Constructor & Destructor Documentation

◆ FSetElementId() [1/2]

FORCEINLINE FSetElementId::FSetElementId ( )
inline

Default constructor.

Definition at line 96 of file Set.h.

+ Here is the caller graph for this function:

◆ FSetElementId() [2/2]

FORCEINLINE FSetElementId::FSetElementId ( int32 InIndex)
inlineprivate

Initialization constructor.

Definition at line 128 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 112 of file Set.h.

+ Here is the caller graph for this function:

◆ FromInteger()

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

Definition at line 117 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 101 of file Set.h.

+ Here is the caller graph for this function:

◆ operator int32()

FORCEINLINE FSetElementId::operator int32 ( ) const
inlineprivate

Implicit conversion to the element index.

Definition at line 133 of file Set.h.

Friends And Related Symbol Documentation

◆ FScriptSet

friend class FScriptSet
friend

Definition at line 93 of file Set.h.

◆ operator==

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

Comparison operator.

Definition at line 107 of file Set.h.

◆ TSet

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

Definition at line 91 of file Set.h.

Member Data Documentation

◆ Index

int32 FSetElementId::Index
private

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

Definition at line 125 of file Set.h.


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