3#include "mc/_HeaderOutputPredefine.h"
7namespace ScriptDebuggerMessages {
struct NotificationEvent; }
8namespace ScriptDebuggerMessages {
struct PrintEvent; }
9namespace ScriptDebuggerMessages {
struct ProfilerCapture; }
10namespace ScriptDebuggerMessages {
struct ProtocolEvent; }
11namespace ScriptDebuggerMessages {
struct ProtocolResponse; }
12namespace cereal {
struct ReflectionCtx; }
36 MCNAPI
void send(::std::string
const& message);
Definition ScriptDebuggerProtocol.h:15
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 bool receiveProtocolResponse(::ScriptDebuggerMessages::ProtocolResponse &protocolResponse)
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:7
Definition ProtocolResponse.h:7
Definition ReflectionCtx.h:11