// Generated by Haxe 4.3.3
#ifndef INCLUDED_snikket_Autolink
#define INCLUDED_snikket_Autolink
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
HX_DECLARE_CLASS0(EReg)
HX_DECLARE_CLASS1(snikket,Autolink)
namespace snikket{
class HXCPP_CLASS_ATTRIBUTES Autolink_obj : public ::hx::Object
{
public:
typedef ::hx::Object super;
typedef Autolink_obj OBJ_;
Autolink_obj();
public:
enum { _hx_ClassId = 0x257fedc6 };
void __construct();
inline void *operator new(size_t inSize, bool inContainer=false,const char *inName="snikket.Autolink")
{ 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.Autolink"); }
inline static ::hx::ObjectPtr< Autolink_obj > __new() {
::hx::ObjectPtr< Autolink_obj > __this = new Autolink_obj();
__this->__construct();
return __this;
}
inline static ::hx::ObjectPtr< Autolink_obj > __alloc(::hx::Ctx *_hx_ctx) {
Autolink_obj *__this = (Autolink_obj*)(::hx::Ctx::alloc(_hx_ctx, sizeof(Autolink_obj), false, "snikket.Autolink"));
*(void **)__this = Autolink_obj::_hx_vtable;
return __this;
}
static void * _hx_vtable;
static Dynamic __CreateEmpty();
static Dynamic __Create(::hx::DynamicArray inArgs);
//~Autolink_obj();
HX_DO_RTTI_ALL;
static bool __GetStatic(const ::String &inString, Dynamic &outValue, ::hx::PropertyAccess inCallProp);
static bool __SetStatic(const ::String &inString, Dynamic &ioValue, ::hx::PropertyAccess inCallProp);
static void __register();
bool _hx_isInstanceOf(int inClassId);
::String __ToString() const { return HX_("Autolink",09,97,b1,19); }
static void __boot();
static ::Dynamic __meta__;
static ::String IANA_TOP_LEVEL_DOMAINS;
static ::String GOOD_IRI_CHAR;
static ::String IP_ADDRESS;
static ::String IP6_ADDRESS;
static ::String UCS_CHAR;
static ::String LABEL_CHAR;
static ::String IRI_LABEL;
static ::String PUNYCODE_TLD;
static ::String PROTOCOL;
static ::String WORD_BOUNDARY;
static ::String USER_INFO;
static ::String PORT_NUMBER;
static ::String PATH_CHAR;
static ::String PATH_AND_QUERY;
static ::String STRICT_TLD;
static ::String STRICT_HOST_NAME;
static ::String STRICT_DOMAIN_NAME;
static ::String RELAXED_DOMAIN_NAME;
static ::String WEB_URL_WITHOUT_PROTOCOL;
static ::String WEB_URL_WITH_PROTOCOL;
static ::EReg AUTOLINK_WEB_URL;
static ::EReg TEL_URI;
static ::EReg SMS_URI;
static ::EReg XMPP_URI;
static ::Dynamic one(::String s,int start);
static ::Dynamic one_dyn();
static ::Dynamic match(::String s,int start, ::EReg pattern,bool addHttps);
static ::Dynamic match_dyn();
};
} // end namespace snikket
#endif /* INCLUDED_snikket_Autolink */