// Generated by Haxe 4.3.3
#ifndef INCLUDED_thenshim_fallback_TaskScheduler
#define INCLUDED_thenshim_fallback_TaskScheduler
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
HX_DECLARE_STACK_FRAME(_hx_pos_8fc69505e32be3f2_11_new)
HX_DECLARE_CLASS2(thenshim,fallback,TaskScheduler)
namespace thenshim{
namespace fallback{
class HXCPP_CLASS_ATTRIBUTES TaskScheduler_obj : public ::hx::Object
{
public:
typedef ::hx::Object super;
typedef TaskScheduler_obj OBJ_;
TaskScheduler_obj();
public:
enum { _hx_ClassId = 0x23747a3a };
void __construct();
inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="thenshim.fallback.TaskScheduler")
{ return ::hx::Object::operator new(inSize,inContainer,inName); }
inline void *operator new(size_t inSize, int extra)
{ return ::hx::Object::operator new(inSize+extra,true,"thenshim.fallback.TaskScheduler"); }
inline static ::hx::ObjectPtr< TaskScheduler_obj > __new() {
::hx::ObjectPtr< TaskScheduler_obj > __this = new TaskScheduler_obj();
__this->__construct();
return __this;
}
inline static ::hx::ObjectPtr< TaskScheduler_obj > __alloc(::hx::Ctx *_hx_ctx) {
TaskScheduler_obj *__this = (TaskScheduler_obj*)(::hx::Ctx::alloc(_hx_ctx, sizeof(TaskScheduler_obj), true, "thenshim.fallback.TaskScheduler"));
*(void **)__this = TaskScheduler_obj::_hx_vtable;
thenshim::fallback::TaskScheduler_obj::__alloc_dynamic_functions(_hx_ctx,__this);
{
HX_STACKFRAME(&_hx_pos_8fc69505e32be3f2_11_new)
}
return __this;
}
static void * _hx_vtable;
static Dynamic __CreateEmpty();
static Dynamic __Create(::hx::DynamicArray inArgs);
static void __alloc_dynamic_functions(::hx::Ctx *_hx_alloc,TaskScheduler_obj *_hx_obj);
//~TaskScheduler_obj();
HX_DO_RTTI_ALL;
::hx::Val __Field(const ::String &inString, ::hx::PropertyAccess inCallProp);
::hx::Val __SetField(const ::String &inString,const ::hx::Val &inValue, ::hx::PropertyAccess inCallProp);
static void __register();
void __Mark(HX_MARK_PARAMS);
void __Visit(HX_VISIT_PARAMS);
bool _hx_isInstanceOf(int inClassId);
::String __ToString() const { return HX_("TaskScheduler",16,22,01,bb); }
::Dynamic addNext;
inline ::Dynamic &addNext_dyn() {return addNext; }
};
} // end namespace thenshim
} // end namespace fallback
#endif /* INCLUDED_thenshim_fallback_TaskScheduler */