git » swiftpm » main » tree

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

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

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

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

namespace snikket{


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

	public:
		enum { _hx_ClassId = 0x0c6697d3 };

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

#endif /* INCLUDED_snikket_Other */