69 lines
2.2 KiB
C++
69 lines
2.2 KiB
C++
// Generated by Haxe 4.1.5
|
|
#ifndef INCLUDED_haxe_Exception
|
|
#define INCLUDED_haxe_Exception
|
|
|
|
#ifndef HXCPP_H
|
|
#include <hxcpp.h>
|
|
#endif
|
|
|
|
HX_DECLARE_CLASS1(haxe,Exception)
|
|
|
|
namespace haxe{
|
|
|
|
|
|
class HXCPP_CLASS_ATTRIBUTES Exception_obj : public ::hx::Object
|
|
{
|
|
public:
|
|
typedef ::hx::Object super;
|
|
typedef Exception_obj OBJ_;
|
|
Exception_obj();
|
|
|
|
public:
|
|
enum { _hx_ClassId = 0x677ddc49 };
|
|
|
|
void __construct(::String message, ::haxe::Exception previous, ::Dynamic native);
|
|
inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="haxe.Exception")
|
|
{ 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,"haxe.Exception"); }
|
|
static ::hx::ObjectPtr< Exception_obj > __new(::String message, ::haxe::Exception previous, ::Dynamic native);
|
|
static ::hx::ObjectPtr< Exception_obj > __alloc(::hx::Ctx *_hx_ctx,::String message, ::haxe::Exception previous, ::Dynamic native);
|
|
static void * _hx_vtable;
|
|
static Dynamic __CreateEmpty();
|
|
static Dynamic __Create(::hx::DynamicArray inArgs);
|
|
//~Exception_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_("Exception",2f,f0,6c,eb); }
|
|
|
|
static ::haxe::Exception caught( ::Dynamic value);
|
|
static ::Dynamic caught_dyn();
|
|
|
|
static ::Dynamic thrown( ::Dynamic value);
|
|
static ::Dynamic thrown_dyn();
|
|
|
|
::String _hx___exceptionMessage;
|
|
::Array< ::String > _hx___nativeStack;
|
|
int _hx___skipStack;
|
|
::Dynamic _hx___nativeException;
|
|
::haxe::Exception _hx___previousException;
|
|
virtual ::Dynamic unwrap();
|
|
::Dynamic unwrap_dyn();
|
|
|
|
::Dynamic get_native();
|
|
::Dynamic get_native_dyn();
|
|
|
|
};
|
|
|
|
} // end namespace haxe
|
|
|
|
#endif /* INCLUDED_haxe_Exception */
|