First commit

This commit is contained in:
2021-03-07 05:58:59 +01:00
committed by Andreas Schaafsma
commit 6e1a5f9fe5
18475 changed files with 3309357 additions and 0 deletions

View File

@@ -0,0 +1,80 @@
// Generated by Haxe 4.0.5
#ifndef INCLUDED_lime_utils__UInt16Array_UInt16Array_Impl_
#define INCLUDED_lime_utils__UInt16Array_UInt16Array_Impl_
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
HX_DECLARE_CLASS2(haxe,io,Bytes)
HX_DECLARE_CLASS2(lime,utils,ArrayBufferView)
HX_DECLARE_CLASS3(lime,utils,_UInt16Array,UInt16Array_Impl_)
namespace lime{
namespace utils{
namespace _UInt16Array{
class HXCPP_CLASS_ATTRIBUTES UInt16Array_Impl__obj : public hx::Object
{
public:
typedef hx::Object super;
typedef UInt16Array_Impl__obj OBJ_;
UInt16Array_Impl__obj();
public:
enum { _hx_ClassId = 0x4d4c9d03 };
void __construct();
inline void *operator new(size_t inSize, bool inContainer=false,const char *inName="lime.utils._UInt16Array.UInt16Array_Impl_")
{ 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,"lime.utils._UInt16Array.UInt16Array_Impl_"); }
inline static hx::ObjectPtr< UInt16Array_Impl__obj > __new() {
hx::ObjectPtr< UInt16Array_Impl__obj > __this = new UInt16Array_Impl__obj();
__this->__construct();
return __this;
}
inline static hx::ObjectPtr< UInt16Array_Impl__obj > __alloc(hx::Ctx *_hx_ctx) {
UInt16Array_Impl__obj *__this = (UInt16Array_Impl__obj*)(hx::Ctx::alloc(_hx_ctx, sizeof(UInt16Array_Impl__obj), false, "lime.utils._UInt16Array.UInt16Array_Impl_"));
*(void **)__this = UInt16Array_Impl__obj::_hx_vtable;
return __this;
}
static void * _hx_vtable;
static Dynamic __CreateEmpty();
static Dynamic __Create(hx::DynamicArray inArgs);
//~UInt16Array_Impl__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_("UInt16Array_Impl_",3a,00,01,a4); }
static void __boot();
static int BYTES_PER_ELEMENT;
static ::lime::utils::ArrayBufferView subarray( ::lime::utils::ArrayBufferView this1,int begin, ::Dynamic end);
static ::Dynamic subarray_dyn();
static ::lime::utils::ArrayBufferView fromBytes( ::haxe::io::Bytes bytes, ::Dynamic byteOffset, ::Dynamic len);
static ::Dynamic fromBytes_dyn();
static ::haxe::io::Bytes toBytes( ::lime::utils::ArrayBufferView this1);
static ::Dynamic toBytes_dyn();
static int get_length( ::lime::utils::ArrayBufferView this1);
static ::Dynamic get_length_dyn();
static ::String toString( ::lime::utils::ArrayBufferView this1);
static ::Dynamic toString_dyn();
};
} // end namespace lime
} // end namespace utils
} // end namespace _UInt16Array
#endif /* INCLUDED_lime_utils__UInt16Array_UInt16Array_Impl_ */