12#ifndef WSFXIO_INPUTDATA_HPP
13#define WSFXIO_INPUTDATA_HPP
15#include "wsf_export.h"
21#include "UtCallback.hpp"
22#include "UtOptional.hpp"
67 for (IterType it = mCallbackList.begin(); it != mCallbackList.end();)
69 if (
static_cast<CallbackType*
>(*(it++))->
operator()(aInput))
120 bool ProcessPorts(UtInput& aInput,
int& aSendPort,
int& aRecvPort);
UtStringId WsfStringId
WsfStringId – the same thing as UtStringId.
Definition WsfStringId.hpp:23
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
Definition WsfExtEntityId.hpp:22