First commit
This commit is contained in:
111
hGameTest/bin/linux/obj/include/lime/net/curl/CURL.h
Normal file
111
hGameTest/bin/linux/obj/include/lime/net/curl/CURL.h
Normal file
@@ -0,0 +1,111 @@
|
||||
// Generated by Haxe 4.0.5
|
||||
#ifndef INCLUDED_lime_net_curl_CURL
|
||||
#define INCLUDED_lime_net_curl_CURL
|
||||
|
||||
#ifndef HXCPP_H
|
||||
#include <hxcpp.h>
|
||||
#endif
|
||||
|
||||
HX_DECLARE_CLASS2(haxe,io,Bytes)
|
||||
HX_DECLARE_CLASS3(lime,net,curl,CURL)
|
||||
|
||||
namespace lime{
|
||||
namespace net{
|
||||
namespace curl{
|
||||
|
||||
|
||||
class HXCPP_CLASS_ATTRIBUTES CURL_obj : public hx::Object
|
||||
{
|
||||
public:
|
||||
typedef hx::Object super;
|
||||
typedef CURL_obj OBJ_;
|
||||
CURL_obj();
|
||||
|
||||
public:
|
||||
enum { _hx_ClassId = 0x3859fac0 };
|
||||
|
||||
void __construct( ::Dynamic handle);
|
||||
inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="lime.net.curl.CURL")
|
||||
{ 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,"lime.net.curl.CURL"); }
|
||||
static hx::ObjectPtr< CURL_obj > __new( ::Dynamic handle);
|
||||
static hx::ObjectPtr< CURL_obj > __alloc(hx::Ctx *_hx_ctx, ::Dynamic handle);
|
||||
static void * _hx_vtable;
|
||||
static Dynamic __CreateEmpty();
|
||||
static Dynamic __Create(hx::DynamicArray inArgs);
|
||||
//~CURL_obj();
|
||||
|
||||
HX_DO_RTTI_ALL;
|
||||
hx::Val __Field(const ::String &inString, hx::PropertyAccess inCallProp);
|
||||
static bool __GetStatic(const ::String &inString, Dynamic &outValue, 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_("CURL",ec,12,8a,2c); }
|
||||
|
||||
static void __boot();
|
||||
static int GLOBAL_SSL;
|
||||
static int GLOBAL_WIN32;
|
||||
static int GLOBAL_ALL;
|
||||
static int GLOBAL_NOTHING;
|
||||
static int GLOBAL_DEFAULT;
|
||||
static int GLOBAL_ACK_EINTR;
|
||||
static int getDate(::String date,int now);
|
||||
static ::Dynamic getDate_dyn();
|
||||
|
||||
static void globalCleanup();
|
||||
static ::Dynamic globalCleanup_dyn();
|
||||
|
||||
static int globalInit(int flags);
|
||||
static ::Dynamic globalInit_dyn();
|
||||
|
||||
static ::String strerror(int code);
|
||||
static ::Dynamic strerror_dyn();
|
||||
|
||||
static ::String version();
|
||||
static ::Dynamic version_dyn();
|
||||
|
||||
static ::Dynamic versionInfo(int type);
|
||||
static ::Dynamic versionInfo_dyn();
|
||||
|
||||
::Dynamic handle;
|
||||
::haxe::io::Bytes headerBytes;
|
||||
::haxe::io::Bytes writeBytes;
|
||||
void cleanup();
|
||||
::Dynamic cleanup_dyn();
|
||||
|
||||
::lime::net::curl::CURL clone();
|
||||
::Dynamic clone_dyn();
|
||||
|
||||
::String escape(::String url,int length);
|
||||
::Dynamic escape_dyn();
|
||||
|
||||
::Dynamic getInfo(int info);
|
||||
::Dynamic getInfo_dyn();
|
||||
|
||||
int pause(int bitMask);
|
||||
::Dynamic pause_dyn();
|
||||
|
||||
int perform();
|
||||
::Dynamic perform_dyn();
|
||||
|
||||
void reset();
|
||||
::Dynamic reset_dyn();
|
||||
|
||||
int setOption(int option, ::Dynamic parameter);
|
||||
::Dynamic setOption_dyn();
|
||||
|
||||
::String unescape(::String url,int inLength,int outLength);
|
||||
::Dynamic unescape_dyn();
|
||||
|
||||
};
|
||||
|
||||
} // end namespace lime
|
||||
} // end namespace net
|
||||
} // end namespace curl
|
||||
|
||||
#endif /* INCLUDED_lime_net_curl_CURL */
|
||||
78
hGameTest/bin/linux/obj/include/lime/net/curl/CURLMulti.h
Normal file
78
hGameTest/bin/linux/obj/include/lime/net/curl/CURLMulti.h
Normal file
@@ -0,0 +1,78 @@
|
||||
// Generated by Haxe 4.0.5
|
||||
#ifndef INCLUDED_lime_net_curl_CURLMulti
|
||||
#define INCLUDED_lime_net_curl_CURLMulti
|
||||
|
||||
#ifndef HXCPP_H
|
||||
#include <hxcpp.h>
|
||||
#endif
|
||||
|
||||
HX_DECLARE_CLASS3(lime,net,curl,CURL)
|
||||
HX_DECLARE_CLASS3(lime,net,curl,CURLMulti)
|
||||
HX_DECLARE_CLASS3(lime,net,curl,CURLMultiMessage)
|
||||
|
||||
namespace lime{
|
||||
namespace net{
|
||||
namespace curl{
|
||||
|
||||
|
||||
class HXCPP_CLASS_ATTRIBUTES CURLMulti_obj : public hx::Object
|
||||
{
|
||||
public:
|
||||
typedef hx::Object super;
|
||||
typedef CURLMulti_obj OBJ_;
|
||||
CURLMulti_obj();
|
||||
|
||||
public:
|
||||
enum { _hx_ClassId = 0x0631cfc5 };
|
||||
|
||||
void __construct( ::Dynamic handle);
|
||||
inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="lime.net.curl.CURLMulti")
|
||||
{ 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,"lime.net.curl.CURLMulti"); }
|
||||
static hx::ObjectPtr< CURLMulti_obj > __new( ::Dynamic handle);
|
||||
static hx::ObjectPtr< CURLMulti_obj > __alloc(hx::Ctx *_hx_ctx, ::Dynamic handle);
|
||||
static void * _hx_vtable;
|
||||
static Dynamic __CreateEmpty();
|
||||
static Dynamic __Create(hx::DynamicArray inArgs);
|
||||
//~CURLMulti_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_("CURLMulti",ed,cf,70,8b); }
|
||||
|
||||
::Dynamic handle;
|
||||
int addHandle( ::lime::net::curl::CURL curl);
|
||||
::Dynamic addHandle_dyn();
|
||||
|
||||
::lime::net::curl::CURLMultiMessage infoRead();
|
||||
::Dynamic infoRead_dyn();
|
||||
|
||||
int perform();
|
||||
::Dynamic perform_dyn();
|
||||
|
||||
int removeHandle( ::lime::net::curl::CURL curl);
|
||||
::Dynamic removeHandle_dyn();
|
||||
|
||||
int setOption(int option, ::Dynamic parameter);
|
||||
::Dynamic setOption_dyn();
|
||||
|
||||
int wait(int timeoutMS);
|
||||
::Dynamic wait_dyn();
|
||||
|
||||
int get_runningHandles();
|
||||
::Dynamic get_runningHandles_dyn();
|
||||
|
||||
};
|
||||
|
||||
} // end namespace lime
|
||||
} // end namespace net
|
||||
} // end namespace curl
|
||||
|
||||
#endif /* INCLUDED_lime_net_curl_CURLMulti */
|
||||
@@ -0,0 +1,57 @@
|
||||
// Generated by Haxe 4.0.5
|
||||
#ifndef INCLUDED_lime_net_curl_CURLMultiMessage
|
||||
#define INCLUDED_lime_net_curl_CURLMultiMessage
|
||||
|
||||
#ifndef HXCPP_H
|
||||
#include <hxcpp.h>
|
||||
#endif
|
||||
|
||||
HX_DECLARE_CLASS3(lime,net,curl,CURL)
|
||||
HX_DECLARE_CLASS3(lime,net,curl,CURLMultiMessage)
|
||||
|
||||
namespace lime{
|
||||
namespace net{
|
||||
namespace curl{
|
||||
|
||||
|
||||
class HXCPP_CLASS_ATTRIBUTES CURLMultiMessage_obj : public hx::Object
|
||||
{
|
||||
public:
|
||||
typedef hx::Object super;
|
||||
typedef CURLMultiMessage_obj OBJ_;
|
||||
CURLMultiMessage_obj();
|
||||
|
||||
public:
|
||||
enum { _hx_ClassId = 0x62e36b2e };
|
||||
|
||||
void __construct( ::lime::net::curl::CURL curl,int result);
|
||||
inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="lime.net.curl.CURLMultiMessage")
|
||||
{ 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,"lime.net.curl.CURLMultiMessage"); }
|
||||
static hx::ObjectPtr< CURLMultiMessage_obj > __new( ::lime::net::curl::CURL curl,int result);
|
||||
static hx::ObjectPtr< CURLMultiMessage_obj > __alloc(hx::Ctx *_hx_ctx, ::lime::net::curl::CURL curl,int result);
|
||||
static void * _hx_vtable;
|
||||
static Dynamic __CreateEmpty();
|
||||
static Dynamic __Create(hx::DynamicArray inArgs);
|
||||
//~CURLMultiMessage_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_("CURLMultiMessage",5a,15,ed,e7); }
|
||||
|
||||
::lime::net::curl::CURL curl;
|
||||
int result;
|
||||
};
|
||||
|
||||
} // end namespace lime
|
||||
} // end namespace net
|
||||
} // end namespace curl
|
||||
|
||||
#endif /* INCLUDED_lime_net_curl_CURLMultiMessage */
|
||||
Reference in New Issue
Block a user