OpenEnroth 73e68f7
|
#include <EventTrace.h>
Static Public Member Functions | |
static Blob | toJsonBlob (const EventTrace &trace) |
static EventTrace | fromJsonBlob (const Blob &blob, PlatformWindow *window) |
static bool | isTraceable (const PlatformEvent *event) |
static std::unique_ptr< PlatformEvent > | cloneEvent (const PlatformEvent *event) |
Public Attributes | |
EventTraceHeader | header |
std::vector< std::unique_ptr< PlatformEvent > > | events |
|
static |
|
static |
|
static |
|
static |
std::vector<std::unique_ptr<PlatformEvent> > EventTrace::events |
EventTraceHeader EventTrace::header |