Ark Server API (ASA) - Wiki
|
#include <GenericPlatformProcess.h>
Public Types | |
typedef T | HandleType |
Public Member Functions | |
FORCEINLINE | TProcHandle () |
FORCEINLINE | TProcHandle (T Other) |
FORCEINLINE TProcHandle & | operator= (const TProcHandle &Other) |
FORCEINLINE T | Get () const |
FORCEINLINE void | Reset () |
FORCEINLINE bool | IsValid () const |
Protected Attributes | |
T | Handle |
Generic implementation for the process handle.
Definition at line 79 of file GenericPlatformProcess.h.
typedef T TProcHandle< T, InvalidHandleValue >::HandleType |
Definition at line 81 of file GenericPlatformProcess.h.
|
inline |
Default constructor.
Definition at line 85 of file GenericPlatformProcess.h.
|
inlineexplicit |
Initialization constructor.
Definition at line 90 of file GenericPlatformProcess.h.
|
inline |
Accessors.
Definition at line 105 of file GenericPlatformProcess.h.
|
inline |
Definition at line 115 of file GenericPlatformProcess.h.
|
inline |
Assignment operator.
Definition at line 95 of file GenericPlatformProcess.h.
|
inline |
Definition at line 110 of file GenericPlatformProcess.h.
|
protected |
Platform specific handle.
Definition at line 122 of file GenericPlatformProcess.h.