// Generated by Haxe 4.3.3
#ifndef INCLUDED_borogove_Member
#define INCLUDED_borogove_Member
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
HX_DECLARE_CLASS1(borogove,AvailableChat)
HX_DECLARE_CLASS1(borogove,Client)
HX_DECLARE_CLASS1(borogove,EventEmitter)
HX_DECLARE_CLASS1(borogove,JID)
HX_DECLARE_CLASS1(borogove,Member)
HX_DECLARE_CLASS1(borogove,Role)
HX_DECLARE_CLASS1(haxe,IMap)
HX_DECLARE_CLASS2(haxe,ds,StringMap)
HX_DECLARE_CLASS1(thenshim,Thenable)
namespace borogove{
class HXCPP_CLASS_ATTRIBUTES Member_obj : public ::hx::Object
{
public:
typedef ::hx::Object super;
typedef Member_obj OBJ_;
Member_obj();
public:
enum { _hx_ClassId = 0x69ada41b };
void __construct(::String id,::String displayName,::String photoUri,bool isSelf,::Array< ::Dynamic> roles, ::borogove::JID jid, ::haxe::ds::StringMap presence, ::borogove::AvailableChat chat);
inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="borogove.Member")
{ 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.Member"); }
static ::hx::ObjectPtr< Member_obj > __new(::String id,::String displayName,::String photoUri,bool isSelf,::Array< ::Dynamic> roles, ::borogove::JID jid, ::haxe::ds::StringMap presence, ::borogove::AvailableChat chat);
static ::hx::ObjectPtr< Member_obj > __alloc(::hx::Ctx *_hx_ctx,::String id,::String displayName,::String photoUri,bool isSelf,::Array< ::Dynamic> roles, ::borogove::JID jid, ::haxe::ds::StringMap presence, ::borogove::AvailableChat chat);
static void * _hx_vtable;
static Dynamic __CreateEmpty();
static Dynamic __Create(::hx::DynamicArray inArgs);
//~Member_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_("Member",7a,56,4a,39); }
static void __boot();
static ::Dynamic __meta__;
::String id;
::String id__fromC();
::Dynamic id__fromC_dyn();
::String displayName;
::String displayName__fromC();
::Dynamic displayName__fromC_dyn();
::String photoUri;
::String photoUri__fromC();
::Dynamic photoUri__fromC_dyn();
::String placeholderUri;
::String placeholderUri__fromC();
::Dynamic placeholderUri__fromC_dyn();
bool isSelf;
bool isSelf__fromC();
::Dynamic isSelf__fromC_dyn();
::borogove::AvailableChat chat;
::borogove::AvailableChat chat__fromC();
::Dynamic chat__fromC_dyn();
::Array< ::Dynamic> roles;
size_t roles__fromC(void*** outPtr);
int showPresence;
int showPresence__fromC();
::Dynamic showPresence__fromC_dyn();
::haxe::ds::StringMap presence;
::borogove::JID jid;
::Dynamic profile( ::borogove::Client client);
::Dynamic profile_dyn();
void profile__fromC( ::borogove::Client client,::cpp::Function< void (void*,void*) > handler,void* handler__context);
::Dynamic status( ::borogove::Client client);
::Dynamic status_dyn();
void status__fromC( ::borogove::Client client,::cpp::Function< void (void*,void*) > handler,void* handler__context);
};
} // end namespace borogove
#endif /* INCLUDED_borogove_Member */