// Generated by Haxe 4.3.3
#ifndef INCLUDED_cpp_Lib
#define INCLUDED_cpp_Lib
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
HX_DECLARE_CLASS1(cpp,Lib)
namespace cpp{
class HXCPP_CLASS_ATTRIBUTES Lib_obj : public ::hx::Object
{
public:
typedef ::hx::Object super;
typedef Lib_obj OBJ_;
Lib_obj();
public:
enum { _hx_ClassId = 0x561f6486 };
void __construct();
inline void *operator new(size_t inSize, bool inContainer=false,const char *inName="cpp.Lib")
{ 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,"cpp.Lib"); }
inline static ::hx::ObjectPtr< Lib_obj > __new() {
::hx::ObjectPtr< Lib_obj > __this = new Lib_obj();
__this->__construct();
return __this;
}
inline static ::hx::ObjectPtr< Lib_obj > __alloc(::hx::Ctx *_hx_ctx) {
Lib_obj *__this = (Lib_obj*)(::hx::Ctx::alloc(_hx_ctx, sizeof(Lib_obj), false, "cpp.Lib"));
*(void **)__this = Lib_obj::_hx_vtable;
return __this;
}
static void * _hx_vtable;
static Dynamic __CreateEmpty();
static Dynamic __Create(::hx::DynamicArray inArgs);
//~Lib_obj();
HX_DO_RTTI_ALL;
static void __register();
bool _hx_isInstanceOf(int inClassId);
::String __ToString() const { return HX_("Lib",25,07,3a,00); }
};
} // end namespace cpp
#endif /* INCLUDED_cpp_Lib */