First commit
This commit is contained in:
63
hGameTest/bin/linux/obj/include/cpp/Lib.h
Normal file
63
hGameTest/bin/linux/obj/include/cpp/Lib.h
Normal file
@@ -0,0 +1,63 @@
|
||||
// Generated by Haxe 4.0.5
|
||||
#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 = 0x09f990c6 };
|
||||
|
||||
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 bool __GetStatic(const ::String &inString, Dynamic &outValue, hx::PropertyAccess inCallProp);
|
||||
static void __register();
|
||||
bool _hx_isInstanceOf(int inClassId);
|
||||
::String __ToString() const { return HX_("Lib",25,07,3a,00); }
|
||||
|
||||
static ::Dynamic load(::String lib,::String prim,int nargs);
|
||||
static ::Dynamic load_dyn();
|
||||
|
||||
static ::Dynamic loadLazy(::String lib,::String prim,int nargs);
|
||||
static ::Dynamic loadLazy_dyn();
|
||||
|
||||
};
|
||||
|
||||
} // end namespace cpp
|
||||
|
||||
#endif /* INCLUDED_cpp_Lib */
|
||||
60
hGameTest/bin/linux/obj/include/cpp/Prime.h
Normal file
60
hGameTest/bin/linux/obj/include/cpp/Prime.h
Normal file
@@ -0,0 +1,60 @@
|
||||
// Generated by Haxe 4.0.5
|
||||
#ifndef INCLUDED_cpp_Prime
|
||||
#define INCLUDED_cpp_Prime
|
||||
|
||||
#ifndef HXCPP_H
|
||||
#include <hxcpp.h>
|
||||
#endif
|
||||
|
||||
HX_DECLARE_CLASS1(cpp,Prime)
|
||||
|
||||
namespace cpp{
|
||||
|
||||
|
||||
class HXCPP_CLASS_ATTRIBUTES Prime_obj : public hx::Object
|
||||
{
|
||||
public:
|
||||
typedef hx::Object super;
|
||||
typedef Prime_obj OBJ_;
|
||||
Prime_obj();
|
||||
|
||||
public:
|
||||
enum { _hx_ClassId = 0x5288a064 };
|
||||
|
||||
void __construct();
|
||||
inline void *operator new(size_t inSize, bool inContainer=false,const char *inName="cpp.Prime")
|
||||
{ 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.Prime"); }
|
||||
|
||||
inline static hx::ObjectPtr< Prime_obj > __new() {
|
||||
hx::ObjectPtr< Prime_obj > __this = new Prime_obj();
|
||||
__this->__construct();
|
||||
return __this;
|
||||
}
|
||||
|
||||
inline static hx::ObjectPtr< Prime_obj > __alloc(hx::Ctx *_hx_ctx) {
|
||||
Prime_obj *__this = (Prime_obj*)(hx::Ctx::alloc(_hx_ctx, sizeof(Prime_obj), false, "cpp.Prime"));
|
||||
*(void **)__this = Prime_obj::_hx_vtable;
|
||||
return __this;
|
||||
}
|
||||
|
||||
static void * _hx_vtable;
|
||||
static Dynamic __CreateEmpty();
|
||||
static Dynamic __Create(hx::DynamicArray inArgs);
|
||||
//~Prime_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_("Prime",1f,c7,b8,5b); }
|
||||
|
||||
static ::Dynamic _loadPrime(::String lib,::String prim,::String signature,hx::Null< bool > quietFail);
|
||||
static ::Dynamic _loadPrime_dyn();
|
||||
|
||||
};
|
||||
|
||||
} // end namespace cpp
|
||||
|
||||
#endif /* INCLUDED_cpp_Prime */
|
||||
Reference in New Issue
Block a user