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,51 @@
// Generated by Haxe 4.0.5
#ifndef INCLUDED_openfl_errors_ArgumentError
#define INCLUDED_openfl_errors_ArgumentError
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
#ifndef INCLUDED_openfl_errors_Error
#include <openfl/errors/Error.h>
#endif
HX_DECLARE_CLASS2(openfl,errors,ArgumentError)
HX_DECLARE_CLASS2(openfl,errors,Error)
namespace openfl{
namespace errors{
class HXCPP_CLASS_ATTRIBUTES ArgumentError_obj : public ::openfl::errors::Error_obj
{
public:
typedef ::openfl::errors::Error_obj super;
typedef ArgumentError_obj OBJ_;
ArgumentError_obj();
public:
enum { _hx_ClassId = 0x15c6ceac };
void __construct(::String __o_message);
inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="openfl.errors.ArgumentError")
{ return hx::Object::operator new(inSize,inContainer,inName); }
inline void *operator new(size_t inSize, int extra)
{ return hx::Object::operator new(inSize+extra,true,"openfl.errors.ArgumentError"); }
static hx::ObjectPtr< ArgumentError_obj > __new(::String __o_message);
static hx::ObjectPtr< ArgumentError_obj > __alloc(hx::Ctx *_hx_ctx,::String __o_message);
static void * _hx_vtable;
static Dynamic __CreateEmpty();
static Dynamic __Create(hx::DynamicArray inArgs);
//~ArgumentError_obj();
HX_DO_RTTI_ALL;
static void __register();
bool _hx_isInstanceOf(int inClassId);
::String __ToString() const { return HX_("ArgumentError",eb,77,4b,60); }
};
} // end namespace openfl
} // end namespace errors
#endif /* INCLUDED_openfl_errors_ArgumentError */

View File

@@ -0,0 +1,52 @@
// Generated by Haxe 4.0.5
#ifndef INCLUDED_openfl_errors_EOFError
#define INCLUDED_openfl_errors_EOFError
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
#ifndef INCLUDED_openfl_errors_IOError
#include <openfl/errors/IOError.h>
#endif
HX_DECLARE_CLASS2(openfl,errors,EOFError)
HX_DECLARE_CLASS2(openfl,errors,Error)
HX_DECLARE_CLASS2(openfl,errors,IOError)
namespace openfl{
namespace errors{
class HXCPP_CLASS_ATTRIBUTES EOFError_obj : public ::openfl::errors::IOError_obj
{
public:
typedef ::openfl::errors::IOError_obj super;
typedef EOFError_obj OBJ_;
EOFError_obj();
public:
enum { _hx_ClassId = 0x7a1dfa07 };
void __construct(::String message,hx::Null< int > __o_id);
inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="openfl.errors.EOFError")
{ return hx::Object::operator new(inSize,inContainer,inName); }
inline void *operator new(size_t inSize, int extra)
{ return hx::Object::operator new(inSize+extra,true,"openfl.errors.EOFError"); }
static hx::ObjectPtr< EOFError_obj > __new(::String message,hx::Null< int > __o_id);
static hx::ObjectPtr< EOFError_obj > __alloc(hx::Ctx *_hx_ctx,::String message,hx::Null< int > __o_id);
static void * _hx_vtable;
static Dynamic __CreateEmpty();
static Dynamic __Create(hx::DynamicArray inArgs);
//~EOFError_obj();
HX_DO_RTTI_ALL;
static void __register();
bool _hx_isInstanceOf(int inClassId);
::String __ToString() const { return HX_("EOFError",8c,e5,0a,43); }
};
} // end namespace openfl
} // end namespace errors
#endif /* INCLUDED_openfl_errors_EOFError */

View File

@@ -0,0 +1,63 @@
// Generated by Haxe 4.0.5
#ifndef INCLUDED_openfl_errors_Error
#define INCLUDED_openfl_errors_Error
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
HX_DECLARE_CLASS2(openfl,errors,Error)
namespace openfl{
namespace errors{
class HXCPP_CLASS_ATTRIBUTES Error_obj : public hx::Object
{
public:
typedef hx::Object super;
typedef Error_obj OBJ_;
Error_obj();
public:
enum { _hx_ClassId = 0x1fc85c4d };
void __construct(::String __o_message,hx::Null< int > __o_id);
inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="openfl.errors.Error")
{ return hx::Object::operator new(inSize,inContainer,inName); }
inline void *operator new(size_t inSize, int extra)
{ return hx::Object::operator new(inSize+extra,true,"openfl.errors.Error"); }
static hx::ObjectPtr< Error_obj > __new(::String __o_message,hx::Null< int > __o_id);
static hx::ObjectPtr< Error_obj > __alloc(hx::Ctx *_hx_ctx,::String __o_message,hx::Null< int > __o_id);
static void * _hx_vtable;
static Dynamic __CreateEmpty();
static Dynamic __Create(hx::DynamicArray inArgs);
//~Error_obj();
HX_DO_RTTI_ALL;
hx::Val __Field(const ::String &inString, hx::PropertyAccess inCallProp);
hx::Val __SetField(const ::String &inString,const hx::Val &inValue, hx::PropertyAccess inCallProp);
void __GetFields(Array< ::String> &outFields);
static void __register();
void __Mark(HX_MARK_PARAMS);
void __Visit(HX_VISIT_PARAMS);
bool _hx_isInstanceOf(int inClassId);
::String __ToString() const { return HX_("Error",a8,3b,57,06); }
static void __boot();
static ::String DEFAULT_TO_STRING;
int errorID;
::String message;
::String name;
::String getStackTrace();
::Dynamic getStackTrace_dyn();
virtual ::String toString();
::Dynamic toString_dyn();
};
} // end namespace openfl
} // end namespace errors
#endif /* INCLUDED_openfl_errors_Error */

View File

@@ -0,0 +1,51 @@
// Generated by Haxe 4.0.5
#ifndef INCLUDED_openfl_errors_IOError
#define INCLUDED_openfl_errors_IOError
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
#ifndef INCLUDED_openfl_errors_Error
#include <openfl/errors/Error.h>
#endif
HX_DECLARE_CLASS2(openfl,errors,Error)
HX_DECLARE_CLASS2(openfl,errors,IOError)
namespace openfl{
namespace errors{
class HXCPP_CLASS_ATTRIBUTES IOError_obj : public ::openfl::errors::Error_obj
{
public:
typedef ::openfl::errors::Error_obj super;
typedef IOError_obj OBJ_;
IOError_obj();
public:
enum { _hx_ClassId = 0x382d061f };
void __construct(::String __o_message);
inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="openfl.errors.IOError")
{ return hx::Object::operator new(inSize,inContainer,inName); }
inline void *operator new(size_t inSize, int extra)
{ return hx::Object::operator new(inSize+extra,true,"openfl.errors.IOError"); }
static hx::ObjectPtr< IOError_obj > __new(::String __o_message);
static hx::ObjectPtr< IOError_obj > __alloc(hx::Ctx *_hx_ctx,::String __o_message);
static void * _hx_vtable;
static Dynamic __CreateEmpty();
static Dynamic __Create(hx::DynamicArray inArgs);
//~IOError_obj();
HX_DO_RTTI_ALL;
static void __register();
bool _hx_isInstanceOf(int inClassId);
::String __ToString() const { return HX_("IOError",02,9a,27,78); }
};
} // end namespace openfl
} // end namespace errors
#endif /* INCLUDED_openfl_errors_IOError */

View File

@@ -0,0 +1,51 @@
// Generated by Haxe 4.0.5
#ifndef INCLUDED_openfl_errors_IllegalOperationError
#define INCLUDED_openfl_errors_IllegalOperationError
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
#ifndef INCLUDED_openfl_errors_Error
#include <openfl/errors/Error.h>
#endif
HX_DECLARE_CLASS2(openfl,errors,Error)
HX_DECLARE_CLASS2(openfl,errors,IllegalOperationError)
namespace openfl{
namespace errors{
class HXCPP_CLASS_ATTRIBUTES IllegalOperationError_obj : public ::openfl::errors::Error_obj
{
public:
typedef ::openfl::errors::Error_obj super;
typedef IllegalOperationError_obj OBJ_;
IllegalOperationError_obj();
public:
enum { _hx_ClassId = 0x4b9848bc };
void __construct(::String __o_message);
inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="openfl.errors.IllegalOperationError")
{ return hx::Object::operator new(inSize,inContainer,inName); }
inline void *operator new(size_t inSize, int extra)
{ return hx::Object::operator new(inSize+extra,true,"openfl.errors.IllegalOperationError"); }
static hx::ObjectPtr< IllegalOperationError_obj > __new(::String __o_message);
static hx::ObjectPtr< IllegalOperationError_obj > __alloc(hx::Ctx *_hx_ctx,::String __o_message);
static void * _hx_vtable;
static Dynamic __CreateEmpty();
static Dynamic __Create(hx::DynamicArray inArgs);
//~IllegalOperationError_obj();
HX_DO_RTTI_ALL;
static void __register();
bool _hx_isInstanceOf(int inClassId);
::String __ToString() const { return HX_("IllegalOperationError",17,ce,c0,9e); }
};
} // end namespace openfl
} // end namespace errors
#endif /* INCLUDED_openfl_errors_IllegalOperationError */

View File

@@ -0,0 +1,51 @@
// Generated by Haxe 4.0.5
#ifndef INCLUDED_openfl_errors_RangeError
#define INCLUDED_openfl_errors_RangeError
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
#ifndef INCLUDED_openfl_errors_Error
#include <openfl/errors/Error.h>
#endif
HX_DECLARE_CLASS2(openfl,errors,Error)
HX_DECLARE_CLASS2(openfl,errors,RangeError)
namespace openfl{
namespace errors{
class HXCPP_CLASS_ATTRIBUTES RangeError_obj : public ::openfl::errors::Error_obj
{
public:
typedef ::openfl::errors::Error_obj super;
typedef RangeError_obj OBJ_;
RangeError_obj();
public:
enum { _hx_ClassId = 0x03d6f0ee };
void __construct(::String __o_message);
inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="openfl.errors.RangeError")
{ return hx::Object::operator new(inSize,inContainer,inName); }
inline void *operator new(size_t inSize, int extra)
{ return hx::Object::operator new(inSize+extra,true,"openfl.errors.RangeError"); }
static hx::ObjectPtr< RangeError_obj > __new(::String __o_message);
static hx::ObjectPtr< RangeError_obj > __alloc(hx::Ctx *_hx_ctx,::String __o_message);
static void * _hx_vtable;
static Dynamic __CreateEmpty();
static Dynamic __Create(hx::DynamicArray inArgs);
//~RangeError_obj();
HX_DO_RTTI_ALL;
static void __register();
bool _hx_isInstanceOf(int inClassId);
::String __ToString() const { return HX_("RangeError",eb,ac,85,3c); }
};
} // end namespace openfl
} // end namespace errors
#endif /* INCLUDED_openfl_errors_RangeError */

View File

@@ -0,0 +1,51 @@
// Generated by Haxe 4.0.5
#ifndef INCLUDED_openfl_errors_TypeError
#define INCLUDED_openfl_errors_TypeError
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
#ifndef INCLUDED_openfl_errors_Error
#include <openfl/errors/Error.h>
#endif
HX_DECLARE_CLASS2(openfl,errors,Error)
HX_DECLARE_CLASS2(openfl,errors,TypeError)
namespace openfl{
namespace errors{
class HXCPP_CLASS_ATTRIBUTES TypeError_obj : public ::openfl::errors::Error_obj
{
public:
typedef ::openfl::errors::Error_obj super;
typedef TypeError_obj OBJ_;
TypeError_obj();
public:
enum { _hx_ClassId = 0x454ba8cf };
void __construct(::String __o_message);
inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="openfl.errors.TypeError")
{ return hx::Object::operator new(inSize,inContainer,inName); }
inline void *operator new(size_t inSize, int extra)
{ return hx::Object::operator new(inSize+extra,true,"openfl.errors.TypeError"); }
static hx::ObjectPtr< TypeError_obj > __new(::String __o_message);
static hx::ObjectPtr< TypeError_obj > __alloc(hx::Ctx *_hx_ctx,::String __o_message);
static void * _hx_vtable;
static Dynamic __CreateEmpty();
static Dynamic __Create(hx::DynamicArray inArgs);
//~TypeError_obj();
HX_DO_RTTI_ALL;
static void __register();
bool _hx_isInstanceOf(int inClassId);
::String __ToString() const { return HX_("TypeError",8e,06,d5,d9); }
};
} // end namespace openfl
} // end namespace errors
#endif /* INCLUDED_openfl_errors_TypeError */