First commit

This commit is contained in:
2021-03-07 05:58:59 +01:00
committed by Andreas Schaafsma
commit 5d4c4a054e
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__Int16Array_Int16Array_Impl_
#define INCLUDED_lime_utils__Int16Array_Int16Array_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,_Int16Array,Int16Array_Impl_)
namespace lime{
namespace utils{
namespace _Int16Array{
class HXCPP_CLASS_ATTRIBUTES Int16Array_Impl__obj : public hx::Object
{
public:
typedef hx::Object super;
typedef Int16Array_Impl__obj OBJ_;
Int16Array_Impl__obj();
public:
enum { _hx_ClassId = 0x4aae0a0d };
void __construct();
inline void *operator new(size_t inSize, bool inContainer=false,const char *inName="lime.utils._Int16Array.Int16Array_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._Int16Array.Int16Array_Impl_"); }
inline static hx::ObjectPtr< Int16Array_Impl__obj > __new() {
hx::ObjectPtr< Int16Array_Impl__obj > __this = new Int16Array_Impl__obj();
__this->__construct();
return __this;
}
inline static hx::ObjectPtr< Int16Array_Impl__obj > __alloc(hx::Ctx *_hx_ctx) {
Int16Array_Impl__obj *__this = (Int16Array_Impl__obj*)(hx::Ctx::alloc(_hx_ctx, sizeof(Int16Array_Impl__obj), false, "lime.utils._Int16Array.Int16Array_Impl_"));
*(void **)__this = Int16Array_Impl__obj::_hx_vtable;
return __this;
}
static void * _hx_vtable;
static Dynamic __CreateEmpty();
static Dynamic __Create(hx::DynamicArray inArgs);
//~Int16Array_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_("Int16Array_Impl_",e5,45,0c,29); }
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 _Int16Array
#endif /* INCLUDED_lime_utils__Int16Array_Int16Array_Impl_ */