git » swiftpm » main » tree

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

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

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

HX_DECLARE_CLASS1(snikket,Caps)
HX_DECLARE_CLASS1(snikket,Presence)
HX_DECLARE_CLASS1(snikket,Stanza)
HX_DECLARE_CLASS2(snikket,_Stanza,NodeInterface)

namespace snikket{


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

	public:
		enum { _hx_ClassId = 0x4c576518 };

		void __construct( ::snikket::Caps caps, ::snikket::Stanza mucUser);
		inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="snikket.Presence")
			{ 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.Presence"); }
		static ::hx::ObjectPtr< Presence_obj > __new( ::snikket::Caps caps, ::snikket::Stanza mucUser);
		static ::hx::ObjectPtr< Presence_obj > __alloc(::hx::Ctx *_hx_ctx, ::snikket::Caps caps, ::snikket::Stanza mucUser);
		static void * _hx_vtable;
		static Dynamic __CreateEmpty();
		static Dynamic __Create(::hx::DynamicArray inArgs);
		//~Presence_obj();

		HX_DO_RTTI_ALL;
		::hx::Val __Field(const ::String &inString, ::hx::PropertyAccess inCallProp);
		::hx::Val __SetField(const ::String &inString,const ::hx::Val &inValue, ::hx::PropertyAccess inCallProp);
		void __GetFields(Array< ::String> &outFields);
		static void __register();
		void __Mark(HX_MARK_PARAMS);
		void __Visit(HX_VISIT_PARAMS);
		bool _hx_isInstanceOf(int inClassId);
		::String __ToString() const { return HX_("Presence",5b,0e,89,40); }

		 ::snikket::Caps caps;
		 ::snikket::Stanza mucUser;
};

} // end namespace snikket

#endif /* INCLUDED_snikket_Presence */