Ark Server API (ASA) - Wiki
|
#include <GenericPlatformStackWalk.h>
Public Types | |
enum | { AccurateStackWalk = 0 , FastStackWalk = (1 << 0) , FlagsUsedWhenHandlingEnsure = (FastStackWalk) } |
Definition at line 109 of file GenericPlatformStackWalk.h.
Enumerator | |
---|---|
AccurateStackWalk | Default value (empty set of flags). |
FastStackWalk | Used when preferring speed over more information. Platform-specific, may be ignored, or may result in non-symbolicated callstacks or missing some other information. |
FlagsUsedWhenHandlingEnsure | This is a set of flags that will be passed when unwinding the callstack for ensure(). |
Definition at line 111 of file GenericPlatformStackWalk.h.