git » swiftpm » main » tree

[main] / Sources / c_snikket / iinclude / snikket / Config.h

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

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

HX_DECLARE_CLASS1(snikket,Config)

namespace snikket{


class HXCPP_CLASS_ATTRIBUTES Config_obj : public ::hx::Object
{
	public:
		typedef ::hx::Object super;
		typedef Config_obj OBJ_;
		Config_obj();

	public:
		enum { _hx_ClassId = 0x240d085f };

		void __construct();
		inline void *operator new(size_t inSize, bool inContainer=false,const char *inName="snikket.Config")
			{ return ::hx::Object::operator new(inSize,inContainer,inName); }
		inline void *operator new(size_t inSize, int extra)
			{ return ::hx::Object::operator new(inSize+extra,false,"snikket.Config"); }

		inline static ::hx::ObjectPtr< Config_obj > __new() {
			::hx::ObjectPtr< Config_obj > __this = new Config_obj();
			__this->__construct();
			return __this;
		}

		inline static ::hx::ObjectPtr< Config_obj > __alloc(::hx::Ctx *_hx_ctx) {
			Config_obj *__this = (Config_obj*)(::hx::Ctx::alloc(_hx_ctx, sizeof(Config_obj), false, "snikket.Config"));
			*(void **)__this = Config_obj::_hx_vtable;
			return __this;
		}

		static void * _hx_vtable;
		static Dynamic __CreateEmpty();
		static Dynamic __Create(::hx::DynamicArray inArgs);
		//~Config_obj();

		HX_DO_RTTI_ALL;
		static bool __GetStatic(const ::String &inString, Dynamic &outValue, ::hx::PropertyAccess inCallProp);
		static bool __SetStatic(const ::String &inString, Dynamic &ioValue, ::hx::PropertyAccess inCallProp);
		static void __register();
		bool _hx_isInstanceOf(int inClassId);
		::String __ToString() const { return HX_("Config",e2,ca,66,fc); }

		static void __boot();
		static  ::Dynamic __meta__;
		static bool relativeHashUri;
		static bool relativeHashUri__fromC();
		static ::Dynamic relativeHashUri__fromC_dyn();

		static void set_relativeHashUri__fromC(bool value);
		static ::Dynamic set_relativeHashUri__fromC_dyn();

		static bool constrainedMemoryMode;
		static void enableConstrainedMemoryMode();
		static ::Dynamic enableConstrainedMemoryMode_dyn();

};

} // end namespace snikket

#endif /* INCLUDED_snikket_Config */