3#include "mc/_HeaderOutputPredefine.h"
8namespace ScriptDebuggerMessages {
struct PrintEvent; }
14class ScriptDebuggerProtocol {
24 ScriptDebuggerProtocol& operator=(ScriptDebuggerProtocol
const&);
25 ScriptDebuggerProtocol(ScriptDebuggerProtocol
const&);
26 ScriptDebuggerProtocol();
33 MCNAPI
void send(::std::string
const& message);
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