Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
TypeContainer.h File Reference
+ Include dependency graph for TypeContainer.h:

Go to the source code of this file.

Classes

class  TTypeContainer< Mode >
 
class  TTypeContainer< Mode >::IInstanceProvider
 
struct  TTypeContainer< Mode >::TFunctionInstanceProvider< T >
 
struct  TTypeContainer< Mode >::TSharedInstanceProvider< T >
 
struct  TTypeContainer< Mode >::FThreadInstanceProvider
 
struct  TTypeContainer< Mode >::TThreadInstanceProvider< T >
 
class  FTypeContainer
 

Enumerations

enum class  ETypeContainerScope { Instance , Process , Thread }
 

Enumeration Type Documentation

◆ ETypeContainerScope

Enumerates the scopes for instance creation in type containers.

Enumerator
Instance 

Create a new instance each time.

Process 

One singleton for the entire process.

Thread 

One singleton per thread.

Definition at line 19 of file TypeContainer.h.