// Generated by Haxe 4.3.3
#ifndef INCLUDED_borogove_Util
#define INCLUDED_borogove_Util
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
HX_DECLARE_CLASS1(borogove,Util)
namespace borogove{
class HXCPP_CLASS_ATTRIBUTES Util_obj : public ::hx::Object
{
public:
typedef ::hx::Object super;
typedef Util_obj OBJ_;
Util_obj();
public:
enum { _hx_ClassId = 0x36be7783 };
void __construct();
inline void *operator new(size_t inSize, bool inContainer=false,const char *inName="borogove.Util")
{ 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.Util"); }
inline static ::hx::ObjectPtr< Util_obj > __new() {
::hx::ObjectPtr< Util_obj > __this = new Util_obj();
__this->__construct();
return __this;
}
inline static ::hx::ObjectPtr< Util_obj > __alloc(::hx::Ctx *_hx_ctx) {
Util_obj *__this = (Util_obj*)(::hx::Ctx::alloc(_hx_ctx, sizeof(Util_obj), false, "borogove.Util"));
*(void **)__this = Util_obj::_hx_vtable;
return __this;
}
static void * _hx_vtable;
static Dynamic __CreateEmpty();
static Dynamic __Create(::hx::DynamicArray inArgs);
//~Util_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_("Util",22,84,87,38); }
static int findLastIndex(::cpp::VirtualArray it, ::Dynamic f);
static ::Dynamic findLastIndex_dyn();
static int convertIndex(::String u,int index);
static ::Dynamic convertIndex_dyn();
static ::String capitalize(::String s);
static ::Dynamic capitalize_dyn();
};
} // end namespace borogove
#endif /* INCLUDED_borogove_Util */