git » swiftpm » main » tree

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

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

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

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

namespace borogove{


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

	public:
		enum { _hx_ClassId = 0x74e4e0e5 };

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

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

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

		static void * _hx_vtable;
		static Dynamic __CreateEmpty();
		static Dynamic __Create(::hx::DynamicArray inArgs);
		//~Emoji_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_("Emoji",66,df,06,03); }

		bool isEmoji();

};

} // end namespace borogove

#endif /* INCLUDED_borogove_Emoji */