![]() |
Public API Reference |
![]() |
Helper to create a call stack. More...
#include <csutil/callstack.h>
Static Public Member Functions | |
static csCallStack * | CreateCallStack (int skip=0, bool fast=false) |
Create a call stack. |
Helper to create a call stack.
Definition at line 167 of file callstack.h.
static csCallStack* csCallStackHelper::CreateCallStack | ( | int | skip = 0 , |
bool | fast = false |
||
) | [static] |
Create a call stack.
skip | The number of calls on the top of the stack to remove from the returned call stack. This can be used if e.g. the call stack is created from some helper function and the helper function itself should not appear in the stack. |
fast | Flag whether a fast call stack creation should be preferred (usually at the expense of retrieved information). |