// Generated by Haxe 4.3.3
#ifndef INCLUDED_snikket_UnicodeList
#define INCLUDED_snikket_UnicodeList
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
#ifndef INCLUDED_snikket_UnicodeSet
#include <snikket/UnicodeSet.h>
#endif
HX_DECLARE_CLASS1(snikket,UnicodeList)
HX_DECLARE_CLASS1(snikket,UnicodeSet)
namespace snikket{
class HXCPP_CLASS_ATTRIBUTES UnicodeList_obj : public ::hx::Object
{
public:
typedef ::hx::Object super;
typedef UnicodeList_obj OBJ_;
UnicodeList_obj();
public:
enum { _hx_ClassId = 0x002205b6 };
void __construct(::Array< int > codes);
inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="snikket.UnicodeList")
{ 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,"snikket.UnicodeList"); }
static ::hx::ObjectPtr< UnicodeList_obj > __new(::Array< int > codes);
static ::hx::ObjectPtr< UnicodeList_obj > __alloc(::hx::Ctx *_hx_ctx,::Array< int > codes);
static void * _hx_vtable;
static Dynamic __CreateEmpty();
static Dynamic __Create(::hx::DynamicArray inArgs);
//~UnicodeList_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_("UnicodeList",fb,c3,e2,6a); }
::Array< int > list;
bool contains(int codepoint);
::Dynamic contains_dyn();
};
} // end namespace snikket
#endif /* INCLUDED_snikket_UnicodeList */