3#include "mc/_HeaderOutputPredefine.h"
7namespace ScriptDebuggerMessages {
struct NotificationEvent; }
8namespace ScriptDebuggerMessages {
struct PrintEvent; }
9namespace ScriptDebuggerMessages {
struct ProfilerCapture; }
10namespace ScriptDebuggerMessages {
struct ProtocolEvent; }
11namespace cereal {
struct ReflectionCtx; }
33 MCNAPI
void send(::std::string
const& message);
Definition ScriptDebuggerProtocol.h:14
static MCAPI void bindMessageTypes(::cereal::ReflectionCtx &ctx)
MCAPI void sendProfilerCapture(::ScriptDebuggerMessages::ProfilerCapture &&profilerCapture)
MCAPI void send(::std::string const &message)
MCAPI void sendNotificationEvent(::ScriptDebuggerMessages::NotificationEvent &¬ificationEvent)
MCAPI void sendPrintEvent(::ScriptDebuggerMessages::PrintEvent &&printEvent)
MCAPI void sendProtocolEvent(::ScriptDebuggerMessages::ProtocolEvent &&protocolEvent)
MCAPI::std::string receive()
Definition NotificationEvent.h:7
Definition PrintEvent.h:7
Definition ProfilerCapture.h:7
Definition ProtocolEvent.h:12
Definition ReflectionCtx.h:11