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

Go to the source code of this file.

Classes

class  FStructuredArchiveFromArchive
 
class  FArchiveFromStructuredArchive
 

Functions

template<typename T >
TEnableIf<!TModels< CInsertable< FArchive & >, T >::Value &&TModels< CInsertable< FStructuredArchiveSlot >, T >::Value, FArchive & >::Type operator<< (FArchive &Ar, T &Obj)
 
template<typename T >
TEnableIf< TModels< CInsertable< FArchive & >, T >::Value &&!TModels< CInsertable< FStructuredArchiveSlot >, T >::Value >::Type operator<< (FStructuredArchiveSlot Slot, T &Obj)
 

Function Documentation

◆ operator<<() [1/2]

Adapter operator which allows a type to stream to an FArchive when it already supports streaming to an FStructuredArchiveSlot.

Parameters
ArThe archive to read from or write to.
ObjThe object to read or write.
Returns
A reference to the same archive as Ar.

Definition at line 127 of file StructuredArchiveAdapters.h.

◆ operator<<() [2/2]

Adapter operator which allows a type to stream to an FStructuredArchiveSlot when it already supports streaming to an FArchive.

Parameters
SlotThe slot to read from or write to.
ObjThe object to read or write.

Definition at line 144 of file StructuredArchiveAdapters.h.