// Generated by Haxe 4.3.3
#ifndef INCLUDED_snikket_ID
#define INCLUDED_snikket_ID
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
HX_DECLARE_CLASS1(snikket,ID)
namespace snikket{
class HXCPP_CLASS_ATTRIBUTES ID_obj : public ::hx::Object
{
public:
typedef ::hx::Object super;
typedef ID_obj OBJ_;
ID_obj();
public:
enum { _hx_ClassId = 0x5880bad8 };
void __construct();
inline void *operator new(size_t inSize, bool inContainer=false,const char *inName="snikket.ID")
{ 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.ID"); }
inline static ::hx::ObjectPtr< ID_obj > __new() {
::hx::ObjectPtr< ID_obj > __this = new ID_obj();
__this->__construct();
return __this;
}
inline static ::hx::ObjectPtr< ID_obj > __alloc(::hx::Ctx *_hx_ctx) {
ID_obj *__this = (ID_obj*)(::hx::Ctx::alloc(_hx_ctx, sizeof(ID_obj), false, "snikket.ID"));
*(void **)__this = ID_obj::_hx_vtable;
return __this;
}
static void * _hx_vtable;
static Dynamic __CreateEmpty();
static Dynamic __Create(::hx::DynamicArray inArgs);
//~ID_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_("ID",db,3f,00,00); }
static ::String tiny();
static ::Dynamic tiny_dyn();
static ::String _hx_short();
static ::Dynamic _hx_short_dyn();
static ::String medium();
static ::Dynamic medium_dyn();
static ::String _hx_long();
static ::Dynamic _hx_long_dyn();
};
} // end namespace snikket
#endif /* INCLUDED_snikket_ID */