git » swiftpm » main » tree

[main] / Sources / c_snikket / iinclude / hx / strings / Strings.h

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

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

HX_DECLARE_CLASS2(hx,strings,Strings)

namespace hx{
namespace strings{


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

	public:
		enum { _hx_ClassId = 0x0e5b539c };

		void __construct();
		inline void *operator new(size_t inSize, bool inContainer=false,const char *inName="hx.strings.Strings")
			{ 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,"hx.strings.Strings"); }

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

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

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

		HX_DO_RTTI_ALL;
		static bool __GetStatic(const ::String &inString, Dynamic &outValue, ::hx::PropertyAccess inCallProp);
		static void __register();
		bool _hx_isInstanceOf(int inClassId);
		::String __ToString() const { return HX_("Strings",62,b6,44,c6); }

		static ::Array< int > toChars(::String str);
		static ::Dynamic toChars_dyn();

};

} // end namespace hx
} // end namespace strings

#endif /* INCLUDED_hx_strings_Strings */