// Generated by Haxe 4.3.3
#ifndef INCLUDED_snikket_Identicon
#define INCLUDED_snikket_Identicon
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
HX_DECLARE_CLASS1(snikket,Identicon)
namespace snikket{
class HXCPP_CLASS_ATTRIBUTES Identicon_obj : public ::hx::Object
{
public:
typedef ::hx::Object super;
typedef Identicon_obj OBJ_;
Identicon_obj();
public:
enum { _hx_ClassId = 0x3ab0d0ec };
void __construct();
inline void *operator new(size_t inSize, bool inContainer=false,const char *inName="snikket.Identicon")
{ 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.Identicon"); }
inline static ::hx::ObjectPtr< Identicon_obj > __new() {
::hx::ObjectPtr< Identicon_obj > __this = new Identicon_obj();
__this->__construct();
return __this;
}
inline static ::hx::ObjectPtr< Identicon_obj > __alloc(::hx::Ctx *_hx_ctx) {
Identicon_obj *__this = (Identicon_obj*)(::hx::Ctx::alloc(_hx_ctx, sizeof(Identicon_obj), false, "snikket.Identicon"));
*(void **)__this = Identicon_obj::_hx_vtable;
return __this;
}
static void * _hx_vtable;
static Dynamic __CreateEmpty();
static Dynamic __Create(::hx::DynamicArray inArgs);
//~Identicon_obj();
HX_DO_RTTI_ALL;
static bool __GetStatic(const ::String &inString, Dynamic &outValue, ::hx::PropertyAccess inCallProp);
static void __register();
bool _hx_isInstanceOf(int inClassId);
::String __ToString() const { return HX_("Identicon",49,42,f3,f1); }
static ::String svg(::String source);
static ::Dynamic svg_dyn();
};
} // end namespace snikket
#endif /* INCLUDED_snikket_Identicon */