git » swiftpm » main » tree

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

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

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

HX_DECLARE_CLASS1(borogove,Identity)
HX_DECLARE_CLASS1(borogove,Stanza)
HX_DECLARE_CLASS2(haxe,io,Output)

namespace borogove{


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

	public:
		enum { _hx_ClassId = 0x1cebb93f };

		void __construct(::String category,::String type,::String name,::String lang);
		inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="borogove.Identity")
			{ 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.Identity"); }
		static ::hx::ObjectPtr< Identity_obj > __new(::String category,::String type,::String name,::String lang);
		static ::hx::ObjectPtr< Identity_obj > __alloc(::hx::Ctx *_hx_ctx,::String category,::String type,::String name,::String lang);
		static void * _hx_vtable;
		static Dynamic __CreateEmpty();
		static Dynamic __Create(::hx::DynamicArray inArgs);
		//~Identity_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_("Identity",5e,01,e1,92); }

		::String category;
		::String type;
		::String name;
		::String lang;
		void addToDisco( ::borogove::Stanza stanza);
		::Dynamic addToDisco_dyn();

		::String ver();
		::Dynamic ver_dyn();

		void writeTo( ::haxe::io::Output out);
		::Dynamic writeTo_dyn();

};

} // end namespace borogove

#endif /* INCLUDED_borogove_Identity */