git » swiftpm » main » tree

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

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

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

HX_DECLARE_CLASS1(borogove,ID)

namespace borogove{


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

	public:
		enum { _hx_ClassId = 0x2a811f28 };

		void __construct();
		inline void *operator new(size_t inSize, bool inContainer=false,const char *inName="borogove.ID")
			{ return ::hx::Object::operator new(inSize,inContainer,inName); }
		inline void *operator new(size_t inSize, int extra)
			{ return ::hx::Object::operator new(inSize+extra,false,"borogove.ID"); }

		inline static ::hx::ObjectPtr< ID_obj > __new() {
			::hx::ObjectPtr< ID_obj > __this = new ID_obj();
			__this->__construct();
			return __this;
		}

		inline static ::hx::ObjectPtr< ID_obj > __alloc(::hx::Ctx *_hx_ctx) {
			ID_obj *__this = (ID_obj*)(::hx::Ctx::alloc(_hx_ctx, sizeof(ID_obj), false, "borogove.ID"));
			*(void **)__this = ID_obj::_hx_vtable;
			return __this;
		}

		static void * _hx_vtable;
		static Dynamic __CreateEmpty();
		static Dynamic __Create(::hx::DynamicArray inArgs);
		//~ID_obj();

		HX_DO_RTTI_ALL;
		static bool __GetStatic(const ::String &inString, Dynamic &outValue, ::hx::PropertyAccess inCallProp);
		static void __register();
		bool _hx_isInstanceOf(int inClassId);
		::String __ToString() const { return HX_("ID",db,3f,00,00); }

		static ::String tiny();
		static ::Dynamic tiny_dyn();

		static ::String _hx_short();
		static ::Dynamic _hx_short_dyn();

		static ::String medium();
		static ::Dynamic medium_dyn();

		static ::String _hx_long();
		static ::Dynamic _hx_long_dyn();

};

} // end namespace borogove

#endif /* INCLUDED_borogove_ID */