git » swiftpm » main » tree

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

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

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

HX_DECLARE_CLASS1(snikket,Notification)
HX_DECLARE_CLASS1(snikket,Persistence)
HX_DECLARE_CLASS1(snikket,Push)

namespace snikket{


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

	public:
		enum { _hx_ClassId = 0x0b0d3237 };

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

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

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

		static void * _hx_vtable;
		static Dynamic __CreateEmpty();
		static Dynamic __Create(::hx::DynamicArray inArgs);
		//~Push_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_("Push",fa,3d,3a,35); }

		static  ::snikket::Notification receive(::String data,::Dynamic persistence);
		static ::Dynamic receive_dyn();

};

} // end namespace snikket

#endif /* INCLUDED_snikket_Push */