git » swiftpm » main » tree

[main] / Sources / c_snikket / iinclude / snikket / queries / ExtDiscoGet.h

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

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

#ifndef INCLUDED_snikket_queries_GenericQuery
#include <snikket/queries/GenericQuery.h>
#endif
HX_DECLARE_CLASS1(snikket,Stanza)
HX_DECLARE_CLASS2(snikket,_Stanza,NodeInterface)
HX_DECLARE_CLASS2(snikket,queries,ExtDiscoGet)
HX_DECLARE_CLASS2(snikket,queries,GenericQuery)

namespace snikket{
namespace queries{


class HXCPP_CLASS_ATTRIBUTES ExtDiscoGet_obj : public  ::snikket::queries::GenericQuery_obj
{
	public:
		typedef  ::snikket::queries::GenericQuery_obj super;
		typedef ExtDiscoGet_obj OBJ_;
		ExtDiscoGet_obj();

	public:
		enum { _hx_ClassId = 0x5f97d134 };

		void __construct(::String to);
		inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="snikket.queries.ExtDiscoGet")
			{ 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.queries.ExtDiscoGet"); }
		static ::hx::ObjectPtr< ExtDiscoGet_obj > __new(::String to);
		static ::hx::ObjectPtr< ExtDiscoGet_obj > __alloc(::hx::Ctx *_hx_ctx,::String to);
		static void * _hx_vtable;
		static Dynamic __CreateEmpty();
		static Dynamic __Create(::hx::DynamicArray inArgs);
		//~ExtDiscoGet_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_("ExtDiscoGet",dd,86,3d,f9); }

		::String xmlns;
		::String queryId;
		 ::snikket::Stanza responseStanza;
		::Array< ::Dynamic> result;
		void handleResponse( ::snikket::Stanza stanza);

		::Array< ::Dynamic> getResult();
		::Dynamic getResult_dyn();

};

} // end namespace snikket
} // end namespace queries

#endif /* INCLUDED_snikket_queries_ExtDiscoGet */