Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
RefCounting.h File Reference
+ Include dependency graph for RefCounting.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IRefCountedObject
 
class  FRefCountBase
 
class  FRefCountedObject
 
class  FThreadSafeRefCountedObject
 
class  TRefCountPtr< ReferencedType >
 

Functions

 ALIAS_TEMPLATE_TYPE_LAYOUT (template< typename T >, TRefCountPtr< T >, void *)
 
template<typename ReferencedType >
FORCEINLINE bool operator== (ReferencedType *A, const TRefCountPtr< ReferencedType > &B)
 
template<typename ReferencedType >
FORCEINLINE uint32 GetTypeHash (const TRefCountPtr< ReferencedType > &InPtr)
 
template<typename ReferencedType >
FArchiveoperator<< (FArchive &Ar, TRefCountPtr< ReferencedType > &Ptr)
 

Function Documentation

◆ ALIAS_TEMPLATE_TYPE_LAYOUT()

ALIAS_TEMPLATE_TYPE_LAYOUT ( template< typename T > ,
TRefCountPtr< T > ,
void *  )

◆ GetTypeHash()

Definition at line 355 of file RefCounting.h.

◆ operator<<()

Definition at line 362 of file RefCounting.h.

◆ operator==()