// Generated by Haxe 4.3.3
#ifndef INCLUDED_borogove_NS
#define INCLUDED_borogove_NS
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
HX_DECLARE_CLASS1(borogove,NS)
namespace borogove{
class HXCPP_CLASS_ATTRIBUTES NS_obj : public ::hx::Object
{
public:
typedef ::hx::Object super;
typedef NS_obj OBJ_;
NS_obj();
public:
enum { _hx_ClassId = 0x2a812392 };
void __construct();
inline void *operator new(size_t inSize, bool inContainer=false,const char *inName="borogove.NS")
{ 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,"borogove.NS"); }
inline static ::hx::ObjectPtr< NS_obj > __new() {
::hx::ObjectPtr< NS_obj > __this = new NS_obj();
__this->__construct();
return __this;
}
inline static ::hx::ObjectPtr< NS_obj > __alloc(::hx::Ctx *_hx_ctx) {
NS_obj *__this = (NS_obj*)(::hx::Ctx::alloc(_hx_ctx, sizeof(NS_obj), false, "borogove.NS"));
*(void **)__this = NS_obj::_hx_vtable;
return __this;
}
static void * _hx_vtable;
static Dynamic __CreateEmpty();
static Dynamic __Create(::hx::DynamicArray inArgs);
//~NS_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_("NS",45,44,00,00); }
static void __boot();
static ::String OMEMO;
};
} // end namespace borogove
#endif /* INCLUDED_borogove_NS */