git » swiftpm » main » tree

[main] / Sources / c_borogove / iinclude / borogove / Other.h

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

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

#ifndef INCLUDED_borogove_Symbol
#include <borogove/Symbol.h>
#endif
HX_DECLARE_STACK_FRAME(_hx_pos_c8cb9fdf9d715eea_146_new)
HX_DECLARE_CLASS1(borogove,Other)
HX_DECLARE_CLASS1(borogove,Symbol)

namespace borogove{


class HXCPP_CLASS_ATTRIBUTES Other_obj : public  ::borogove::Symbol_obj
{
	public:
		typedef  ::borogove::Symbol_obj super;
		typedef Other_obj OBJ_;
		Other_obj();

	public:
		enum { _hx_ClassId = 0x3b81d82f };

		void __construct(::Array< int > codepoints);
		inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="borogove.Other")
			{ 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,"borogove.Other"); }

		inline static ::hx::ObjectPtr< Other_obj > __new(::Array< int > codepoints) {
			::hx::ObjectPtr< Other_obj > __this = new Other_obj();
			__this->__construct(codepoints);
			return __this;
		}

		inline static ::hx::ObjectPtr< Other_obj > __alloc(::hx::Ctx *_hx_ctx,::Array< int > codepoints) {
			Other_obj *__this = (Other_obj*)(::hx::Ctx::alloc(_hx_ctx, sizeof(Other_obj), true, "borogove.Other"));
			*(void **)__this = Other_obj::_hx_vtable;
{
            	HX_STACKFRAME(&_hx_pos_c8cb9fdf9d715eea_146_new)
HXDLIN( 146)		__this->super::__construct(codepoints);
            	}
		
			return __this;
		}

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

		HX_DO_RTTI_ALL;
		::hx::Val __Field(const ::String &inString, ::hx::PropertyAccess inCallProp);
		static void __register();
		bool _hx_isInstanceOf(int inClassId);
		::String __ToString() const { return HX_("Other",b0,d6,a3,c9); }

		bool isEmoji();

};

} // end namespace borogove

#endif /* INCLUDED_borogove_Other */