Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FSignatureBase< InDataType > Struct Template Reference

#include <BigInt.h>

Public Types

typedef InDataType DataType
 

Public Member Functions

 FSignatureBase ()
 
void Serialize (FArchive &Ar)
 
bool IsValid () const
 
bool operator!= (const FSignatureBase &InOther)
 
bool operator== (const FSignatureBase &InOther)
 

Static Public Member Functions

static int64 Size ()
 

Public Attributes

DataType Data
 

Friends

FArchiveoperator<< (FArchive &Ar, FSignatureBase &Value)
 

Detailed Description

template<class InDataType>
struct FSignatureBase< InDataType >

Definition at line 1239 of file BigInt.h.

Member Typedef Documentation

◆ DataType

Definition at line 1241 of file BigInt.h.

Constructor & Destructor Documentation

◆ FSignatureBase()

Definition at line 1245 of file BigInt.h.

Member Function Documentation

◆ IsValid()

template<class InDataType >
bool FSignatureBase< InDataType >::IsValid ( ) const
inline

Definition at line 1260 of file BigInt.h.

◆ operator!=()

template<class InDataType >
bool FSignatureBase< InDataType >::operator!= ( const FSignatureBase< InDataType > & InOther)
inline

Definition at line 1265 of file BigInt.h.

◆ operator==()

Definition at line 1270 of file BigInt.h.

◆ Serialize()

template<class InDataType >
void FSignatureBase< InDataType >::Serialize ( FArchive & Ar)
inline

Definition at line 1250 of file BigInt.h.

◆ Size()

template<class InDataType >
static int64 FSignatureBase< InDataType >::Size ( )
inlinestatic

Definition at line 1255 of file BigInt.h.

Friends And Related Symbol Documentation

◆ operator<<

template<class InDataType >
FArchive & operator<< ( FArchive & Ar,
FSignatureBase< InDataType > & Value )
friend

Serialization.

Definition at line 1278 of file BigInt.h.

Member Data Documentation

◆ Data

Definition at line 1243 of file BigInt.h.


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