19 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::CommandContext>> mContext;
20 ::ll::TypedStorage<1, 1, bool> mSuppressOutput;
21 ::ll::TypedStorage<1, 1, bool> mIsRequest;
22 ::ll::TypedStorage<8, 64, ::std::function<void(
::MCRESULT)>> mCallback;
32 virtual ~DeferredCommand() =
default;
40 MCAPI DeferredCommand(
41 ::std::unique_ptr<::CommandContext>
context,
52 ::std::unique_ptr<::CommandContext>
context,
Definition CommandContext.h:10