git » swiftpm » main » tree

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

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

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

HX_DECLARE_CLASS1(snikket,IqResult)
HX_DECLARE_CLASS1(snikket,Stanza)
HX_DECLARE_CLASS2(snikket,_Stanza,NodeInterface)
namespace snikket{


class IqResult_obj : public ::hx::EnumBase_obj
{
	typedef ::hx::EnumBase_obj super;
		typedef IqResult_obj OBJ_;

	public:
		IqResult_obj() {};
		HX_DO_ENUM_RTTI;
		static void __boot();
		static void __register();
		static bool __GetStatic(const ::String &inName, Dynamic &outValue, ::hx::PropertyAccess inCallProp);
		::String GetEnumName( ) const { return HX_("snikket.IqResult",16,e9,a3,c2); }
		::String __ToString() const { return HX_("IqResult.",89,d1,c3,9e) + _hx_tag; }

		static ::snikket::IqResult IqNoResult;
		static inline ::snikket::IqResult IqNoResult_dyn() { return IqNoResult; }
		static ::snikket::IqResult IqResult;
		static inline ::snikket::IqResult IqResult_dyn() { return IqResult; }
		static ::snikket::IqResult IqResultElement( ::snikket::Stanza element);
		static ::Dynamic IqResultElement_dyn();
};

} // end namespace snikket

#endif /* INCLUDED_snikket_IqResult */