git » swiftpm » main » tree

[main] / Sources / c_snikket / iinclude / thenshim / fallback / PromiseState.h

// Generated by Haxe 4.3.3
#ifndef INCLUDED_thenshim_fallback_PromiseState
#define INCLUDED_thenshim_fallback_PromiseState

#ifndef HXCPP_H
#include <hxcpp.h>
#endif

HX_DECLARE_CLASS2(thenshim,fallback,PromiseState)
namespace thenshim{
namespace fallback{


class PromiseState_obj : public ::hx::EnumBase_obj
{
	typedef ::hx::EnumBase_obj super;
		typedef PromiseState_obj OBJ_;

	public:
		PromiseState_obj() {};
		HX_DO_ENUM_RTTI;
		static void __boot();
		static void __register();
		static bool __GetStatic(const ::String &inName, Dynamic &outValue, ::hx::PropertyAccess inCallProp);
		::String GetEnumName( ) const { return HX_("thenshim.fallback.PromiseState",0a,45,f3,26); }
		::String __ToString() const { return HX_("PromiseState.",d8,10,c1,ac) + _hx_tag; }

		static ::thenshim::fallback::PromiseState Fulfilled;
		static inline ::thenshim::fallback::PromiseState Fulfilled_dyn() { return Fulfilled; }
		static ::thenshim::fallback::PromiseState Pending;
		static inline ::thenshim::fallback::PromiseState Pending_dyn() { return Pending; }
		static ::thenshim::fallback::PromiseState Rejected;
		static inline ::thenshim::fallback::PromiseState Rejected_dyn() { return Rejected; }
};

} // end namespace thenshim
} // end namespace fallback

#endif /* INCLUDED_thenshim_fallback_PromiseState */