3#include <Foundation/Basics.h>
4#include <Foundation/Configuration/Plugin.h>
5#include <Foundation/Types/Delegate.h>
16 static plUInt32 GetStackTrace(
plArrayPtr<void*>& ref_trace,
void* pContext =
nullptr);
32 PL_MAKE_SUBSYSTEM_STARTUP_FRIEND(Foundation, StackTracer);
This class encapsulates an array and it's size. It is recommended to use this class instead of plain ...
Definition ArrayPtr.h:37
Helper class to capture the current stack and print a captured stack.
Definition StackTracer.h:9
A generic delegate class which supports static functions and member functions.
Definition Delegate.h:76
The data that is broadcast whenever a plugin is (un-) loaded.
Definition Plugin.h:11