3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/scripting/binding_type/TaggedBinding.h"
10namespace Scripting::Reflection {
class IFunction; }
46 ::std::string iteratorClassName,
47 ::std::shared_ptr<::Scripting::Reflection::IFunction> nextCallback
55 $ctor(::std::string iteratorClassName, ::std::shared_ptr<::Scripting::Reflection::IFunction> nextCallback);
Definition IteratorBinding.h:15
MCAPI void * $ctor(::std::string iteratorClassName, ::std::shared_ptr<::Scripting::Reflection::IFunction > nextCallback)
static MCAPI void ** $vftable()
MCAPI IteratorBinding(::std::string iteratorClassName, ::std::shared_ptr<::Scripting::Reflection::IFunction > nextCallback)
Definition TaggedBinding.h:13