git » swiftpm » main » tree

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

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

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

#ifndef INCLUDED_snikket_Symbol
#include <snikket/Symbol.h>
#endif
HX_DECLARE_STACK_FRAME(_hx_pos_dd1b4f8973e1f9df_136_new)
HX_DECLARE_CLASS1(snikket,Emoji)
HX_DECLARE_CLASS1(snikket,Symbol)

namespace snikket{


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

	public:
		enum { _hx_ClassId = 0x45c9a089 };

		void __construct(::Array< int > codepoints);
		inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="snikket.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,"snikket.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, "snikket.Emoji"));
			*(void **)__this = Emoji_obj::_hx_vtable;
{
            	HX_STACKFRAME(&_hx_pos_dd1b4f8973e1f9df_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 snikket

#endif /* INCLUDED_snikket_Emoji */