git » swiftpm » main » tree

[main] / Sources / c_snikket / iinclude / snikket / Date.h

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

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

HX_DECLARE_CLASS0(Date)
HX_DECLARE_CLASS1(snikket,Date)

namespace snikket{


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

	public:
		enum { _hx_ClassId = 0x030f768b };

		void __construct();
		inline void *operator new(size_t inSize, bool inContainer=false,const char *inName="snikket.Date")
			{ 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,"snikket.Date"); }

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

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

		static void * _hx_vtable;
		static Dynamic __CreateEmpty();
		static Dynamic __Create(::hx::DynamicArray inArgs);
		//~Date_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_("Date",4e,82,3c,2d); }

		static ::String format( ::Date d);
		static ::Dynamic format_dyn();

};

} // end namespace snikket

#endif /* INCLUDED_snikket_Date */