git » swiftpm » main » tree

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

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

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

HX_DECLARE_CLASS1(snikket,UnicodeSet)

namespace snikket{


class HXCPP_CLASS_ATTRIBUTES UnicodeSet_obj {
	public:
		typedef ::hx::Object super;
		HX_DO_INTERFACE_RTTI;

		bool (::hx::Object :: *_hx_contains)(int codepoint); 
		static inline bool contains( ::Dynamic _hx_,int codepoint) {
			return (_hx_.mPtr->*( ::hx::interface_cast< ::snikket::UnicodeSet_obj *>(_hx_.mPtr->_hx_getInterface(0x29205162)))->_hx_contains)(codepoint);
		}
};

} // end namespace snikket

#endif /* INCLUDED_snikket_UnicodeSet */