3#include "mc/_HeaderOutputPredefine.h"
11namespace Molang::details {
21 struct UnpackedInstruction {
31 UnpackedInstruction& operator=(UnpackedInstruction
const&);
32 UnpackedInstruction(UnpackedInstruction
const&);
33 UnpackedInstruction();
46 Program(Program
const&);
53 Program(::std::vector<::std::unique_ptr<::Molang::details::IInstruction>> instructions,
bool storeStackState);
64 $ctor(::std::vector<::std::unique_ptr<::Molang::details::IInstruction>> instructions,
bool storeStackState);
Definition IInstruction.h:12
MCAPI Program(::std::vector<::std::unique_ptr<::Molang::details::IInstruction > > instructions, bool storeStackState)
MCAPI::Molang::details::Program & operator=(::Molang::details::Program const &rhs)
MCAPI void * $ctor(::std::vector<::std::unique_ptr<::Molang::details::IInstruction > > instructions, bool storeStackState)
Definition MolangEvalParams.h:18