12#ifndef WSFDEFERREDINPUT_HPP
13#define WSFDEFERREDINPUT_HPP
15#include "wsf_export.h"
44 using UniqueId = std::pair<std::string, std::string>;
55 const std::string& aName,
56 const UtInput::StoredLocation& aPosition,
59 return DelayLoadP(aKind, aName, aPosition, aInputFunction);
64 void Requires(
const std::string& aKind,
const std::string& aName) {
RequiresP(aKind, aName); }
66 void MaybeRequires(
const std::string& aKind,
const std::string& aName);
88 const std::string& aName,
89 const UtInput::StoredLocation& aPosition,
94 void RequiresP(
const std::string& aKind,
const std::string& aName);
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35