git » swiftpm » main » tree

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

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

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

HX_DECLARE_CLASS1(borogove,Role)

namespace borogove{


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

	public:
		enum { _hx_ClassId = 0x34bf0af7 };

		void __construct(::String id,::String title);
		inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="borogove.Role")
			{ 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.Role"); }
		static ::hx::ObjectPtr< Role_obj > __new(::String id,::String title);
		static ::hx::ObjectPtr< Role_obj > __alloc(::hx::Ctx *_hx_ctx,::String id,::String title);
		static void * _hx_vtable;
		static Dynamic __CreateEmpty();
		static Dynamic __Create(::hx::DynamicArray inArgs);
		//~Role_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_("Role",96,17,88,36); }

		static void __boot();
		static  ::Dynamic __meta__;
		static  ::borogove::Role forAffiliation(::String aff);
		static ::Dynamic forAffiliation_dyn();

		::String id;
		::String id__fromC();
		::Dynamic id__fromC_dyn();

		::String title;
		::String title__fromC();
		::Dynamic title__fromC_dyn();

		::String color();
		::Dynamic color_dyn();

};

} // end namespace borogove

#endif /* INCLUDED_borogove_Role */