git » swiftpm » main » tree

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

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

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

HX_DECLARE_CLASS1(borogove,Caps)
HX_DECLARE_CLASS1(borogove,Hash)
HX_DECLARE_CLASS1(borogove,Presence)
HX_DECLARE_CLASS1(borogove,Stanza)

namespace borogove{


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

	public:
		enum { _hx_ClassId = 0x3187d0a0 };

		void __construct( ::borogove::Caps caps, ::borogove::Stanza mucUser, ::borogove::Hash avatarHash);
		inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="borogove.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,"borogove.Presence"); }
		static ::hx::ObjectPtr< Presence_obj > __new( ::borogove::Caps caps, ::borogove::Stanza mucUser, ::borogove::Hash avatarHash);
		static ::hx::ObjectPtr< Presence_obj > __alloc(::hx::Ctx *_hx_ctx, ::borogove::Caps caps, ::borogove::Stanza mucUser, ::borogove::Hash avatarHash);
		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); }

		 ::borogove::Caps caps;
		 ::borogove::Stanza mucUser;
		 ::borogove::Hash avatarHash;
};

} // end namespace borogove

#endif /* INCLUDED_borogove_Presence */