// Generated by Haxe 4.3.3
#ifndef INCLUDED_snikket_Symbol
#define INCLUDED_snikket_Symbol
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
HX_DECLARE_CLASS1(snikket,Symbol)
namespace snikket{
class HXCPP_CLASS_ATTRIBUTES Symbol_obj : public ::hx::Object
{
public:
typedef ::hx::Object super;
typedef Symbol_obj OBJ_;
Symbol_obj();
public:
enum { _hx_ClassId = 0x4b1860f5 };
void __construct(::Array< int > codepoints);
inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="snikket.Symbol")
{ 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.Symbol"); }
//~Symbol_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);
::String __ToString() const { return HX_("Symbol",78,23,72,23); }
::String value;
virtual bool isEmoji() { return 0; }
::Dynamic isEmoji_dyn();
};
} // end namespace snikket
#endif /* INCLUDED_snikket_Symbol */