// Generated by Haxe 4.3.3
#ifndef INCLUDED_snikket_queries_BoB
#define INCLUDED_snikket_queries_BoB
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
#ifndef INCLUDED_snikket_queries_GenericQuery
#include <snikket/queries/GenericQuery.h>
#endif
HX_DECLARE_CLASS1(snikket,Hash)
HX_DECLARE_CLASS1(snikket,Stanza)
HX_DECLARE_CLASS2(snikket,_Stanza,NodeInterface)
HX_DECLARE_CLASS2(snikket,queries,BoB)
HX_DECLARE_CLASS2(snikket,queries,GenericQuery)
namespace snikket{
namespace queries{
class HXCPP_CLASS_ATTRIBUTES BoB_obj : public ::snikket::queries::GenericQuery_obj
{
public:
typedef ::snikket::queries::GenericQuery_obj super;
typedef BoB_obj OBJ_;
BoB_obj();
public:
enum { _hx_ClassId = 0x6fef110c };
void __construct(::String to,::String uri);
inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="snikket.queries.BoB")
{ 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.BoB"); }
static ::hx::ObjectPtr< BoB_obj > __new(::String to,::String uri);
static ::hx::ObjectPtr< BoB_obj > __alloc(::hx::Ctx *_hx_ctx,::String to,::String uri);
static void * _hx_vtable;
static Dynamic __CreateEmpty();
static Dynamic __Create(::hx::DynamicArray inArgs);
//~BoB_obj();
HX_DO_RTTI_ALL;
::hx::Val __Field(const ::String &inString, ::hx::PropertyAccess inCallProp);
static bool __GetStatic(const ::String &inString, Dynamic &outValue, ::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_("BoB",b5,75,32,00); }
static ::snikket::queries::BoB forHash(::String to, ::snikket::Hash hash);
static ::Dynamic forHash_dyn();
::String xmlns;
::String queryId;
::snikket::Stanza responseStanza;
::Dynamic result;
void handleResponse( ::snikket::Stanza stanza);
::Dynamic getResult();
::Dynamic getResult_dyn();
};
} // end namespace snikket
} // end namespace queries
#endif /* INCLUDED_snikket_queries_BoB */