git » swiftpm » main » tree

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

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

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

#ifndef INCLUDED_borogove_UnicodeSet
#include <borogove/UnicodeSet.h>
#endif
HX_DECLARE_CLASS1(borogove,UnicodeBlocks)
HX_DECLARE_CLASS1(borogove,UnicodeSet)

namespace borogove{


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

	public:
		enum { _hx_ClassId = 0x3cea9afe };

		void __construct(::Array< ::Dynamic> sets);
		inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="borogove.UnicodeBlocks")
			{ 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.UnicodeBlocks"); }
		static ::hx::ObjectPtr< UnicodeBlocks_obj > __new(::Array< ::Dynamic> sets);
		static ::hx::ObjectPtr< UnicodeBlocks_obj > __alloc(::hx::Ctx *_hx_ctx,::Array< ::Dynamic> sets);
		static void * _hx_vtable;
		static Dynamic __CreateEmpty();
		static Dynamic __Create(::hx::DynamicArray inArgs);
		//~UnicodeBlocks_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);
		void *_hx_getInterface(int inHash);
		::String __ToString() const { return HX_("UnicodeBlocks",63,b7,08,b4); }

		::Array< ::Dynamic> unicodeSets;
		bool contains(int codepoint);
		::Dynamic contains_dyn();

};

} // end namespace borogove

#endif /* INCLUDED_borogove_UnicodeBlocks */