2025-01-15 19:28:55 +01:00

53 lines
1.6 KiB
C++

// Generated by Haxe 4.0.5
#ifndef INCLUDED_lime_net_HTTPRequest
#define INCLUDED_lime_net_HTTPRequest
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
#ifndef INCLUDED_lime_net__HTTPRequest_AbstractHTTPRequest
#include <lime/net/_HTTPRequest/AbstractHTTPRequest.h>
#endif
HX_DECLARE_CLASS2(lime,net,HTTPRequest)
HX_DECLARE_CLASS3(lime,net,_HTTPRequest,AbstractHTTPRequest)
HX_DECLARE_CLASS2(lime,net,_IHTTPRequest)
namespace lime{
namespace net{
class HXCPP_CLASS_ATTRIBUTES HTTPRequest_obj : public ::lime::net::_HTTPRequest::AbstractHTTPRequest_obj
{
public:
typedef ::lime::net::_HTTPRequest::AbstractHTTPRequest_obj super;
typedef HTTPRequest_obj OBJ_;
HTTPRequest_obj();
public:
enum { _hx_ClassId = 0x6483967f };
void __construct(::String uri);
inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="lime.net.HTTPRequest")
{ 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.HTTPRequest"); }
static hx::ObjectPtr< HTTPRequest_obj > __new(::String uri);
static hx::ObjectPtr< HTTPRequest_obj > __alloc(hx::Ctx *_hx_ctx,::String uri);
static void * _hx_vtable;
static Dynamic __CreateEmpty();
static Dynamic __Create(hx::DynamicArray inArgs);
//~HTTPRequest_obj();
HX_DO_RTTI_ALL;
static void __register();
bool _hx_isInstanceOf(int inClassId);
::String __ToString() const { return HX_("HTTPRequest",a7,a4,cd,7f); }
};
} // end namespace lime
} // end namespace net
#endif /* INCLUDED_lime_net_HTTPRequest */