git » swiftpm » main » tree

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

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

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

#ifndef INCLUDED_snikket_UnicodeSet
#include <snikket/UnicodeSet.h>
#endif
HX_DECLARE_CLASS1(snikket,UnicodeRange)
HX_DECLARE_CLASS1(snikket,UnicodeSet)

namespace snikket{


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

	public:
		enum { _hx_ClassId = 0x25d72cd9 };

		void __construct(int lower,int upper);
		inline void *operator new(size_t inSize, bool inContainer=false,const char *inName="snikket.UnicodeRange")
			{ 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.UnicodeRange"); }
		static ::hx::ObjectPtr< UnicodeRange_obj > __new(int lower,int upper);
		static ::hx::ObjectPtr< UnicodeRange_obj > __alloc(::hx::Ctx *_hx_ctx,int lower,int upper);
		static void * _hx_vtable;
		static Dynamic __CreateEmpty();
		static Dynamic __Create(::hx::DynamicArray inArgs);
		//~UnicodeRange_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();
		bool _hx_isInstanceOf(int inClassId);
		void *_hx_getInterface(int inHash);
		::String __ToString() const { return HX_("UnicodeRange",80,a7,a2,8a); }

		int lower;
		int upper;
		bool contains(int codePoint);
		::Dynamic contains_dyn();

};

} // end namespace snikket

#endif /* INCLUDED_snikket_UnicodeRange */