// Generated by Haxe 4.3.3
#ifndef INCLUDED_snikket_Participant
#define INCLUDED_snikket_Participant
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
HX_DECLARE_STACK_FRAME(_hx_pos_33195ab9b813f4c6_20_new)
HX_DECLARE_CLASS1(snikket,Participant)
namespace snikket{
class HXCPP_CLASS_ATTRIBUTES Participant_obj : public ::hx::Object
{
public:
typedef ::hx::Object super;
typedef Participant_obj OBJ_;
Participant_obj();
public:
enum { _hx_ClassId = 0x7d555cf6 };
void __construct(::String displayName,::String photoUri,::String placeholderUri,bool isSelf);
inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="snikket.Participant")
{ 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.Participant"); }
inline static ::hx::ObjectPtr< Participant_obj > __new(::String displayName,::String photoUri,::String placeholderUri,bool isSelf) {
::hx::ObjectPtr< Participant_obj > __this = new Participant_obj();
__this->__construct(displayName,photoUri,placeholderUri,isSelf);
return __this;
}
inline static ::hx::ObjectPtr< Participant_obj > __alloc(::hx::Ctx *_hx_ctx,::String displayName,::String photoUri,::String placeholderUri,bool isSelf) {
Participant_obj *__this = (Participant_obj*)(::hx::Ctx::alloc(_hx_ctx, sizeof(Participant_obj), true, "snikket.Participant"));
*(void **)__this = Participant_obj::_hx_vtable;
{
HX_STACKFRAME(&_hx_pos_33195ab9b813f4c6_20_new)
HXLINE( 21) ( ( ::snikket::Participant)(__this) )->displayName = displayName;
HXLINE( 22) ( ( ::snikket::Participant)(__this) )->photoUri = photoUri;
HXLINE( 23) ( ( ::snikket::Participant)(__this) )->placeholderUri = placeholderUri;
HXLINE( 24) ( ( ::snikket::Participant)(__this) )->isSelf = isSelf;
}
return __this;
}
static void * _hx_vtable;
static Dynamic __CreateEmpty();
static Dynamic __Create(::hx::DynamicArray inArgs);
//~Participant_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_("Participant",93,9f,1c,5f); }
static void __boot();
static ::Dynamic __meta__;
::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();
};
} // end namespace snikket
#endif /* INCLUDED_snikket_Participant */