git » swiftpm » main » tree

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

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

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

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

namespace snikket{
namespace queries{


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

	public:
		enum { _hx_ClassId = 0x17bd6e57 };

		void __construct(::String to,::String node);
		inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="snikket.queries.DiscoInfoGet")
			{ 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.DiscoInfoGet"); }
		static ::hx::ObjectPtr< DiscoInfoGet_obj > __new(::String to,::String node);
		static ::hx::ObjectPtr< DiscoInfoGet_obj > __alloc(::hx::Ctx *_hx_ctx,::String to,::String node);
		static void * _hx_vtable;
		static Dynamic __CreateEmpty();
		static Dynamic __Create(::hx::DynamicArray inArgs);
		//~DiscoInfoGet_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_("DiscoInfoGet",8e,ac,16,ef); }

		::String xmlns;
		::String queryId;
		 ::snikket::Stanza responseStanza;
		 ::snikket::Caps result;
		void handleResponse( ::snikket::Stanza stanza);

		 ::snikket::Caps getResult();
		::Dynamic getResult_dyn();

};

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

#endif /* INCLUDED_snikket_queries_DiscoInfoGet */