git » swiftpm » main » tree

[main] / Sources / c_borogove / iinclude / borogove / Profile.h

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

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

HX_DECLARE_CLASS1(borogove,Profile)
HX_DECLARE_CLASS1(borogove,ProfileItem)
HX_DECLARE_CLASS1(borogove,Stanza)

namespace borogove{


class HXCPP_CLASS_ATTRIBUTES Profile_obj : public ::hx::Object
{
	public:
		typedef ::hx::Object super;
		typedef Profile_obj OBJ_;
		Profile_obj();

	public:
		enum { _hx_ClassId = 0x7f7922cc };

		void __construct( ::borogove::Stanza vcard,::Array< ::Dynamic> items);
		inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="borogove.Profile")
			{ 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.Profile"); }
		static ::hx::ObjectPtr< Profile_obj > __new( ::borogove::Stanza vcard,::Array< ::Dynamic> items);
		static ::hx::ObjectPtr< Profile_obj > __alloc(::hx::Ctx *_hx_ctx, ::borogove::Stanza vcard,::Array< ::Dynamic> items);
		static void * _hx_vtable;
		static Dynamic __CreateEmpty();
		static Dynamic __Create(::hx::DynamicArray inArgs);
		//~Profile_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_("Profile",09,71,9a,c0); }

		static void __boot();
		static  ::Dynamic __meta__;
		 ::borogove::Stanza vcard;
		::Array< ::Dynamic> items;
		size_t items__fromC(void*** outPtr);

};

} // end namespace borogove

#endif /* INCLUDED_borogove_Profile */