git » swiftpm » main » tree

[main] / Sources / c_snikket / iinclude / htmlparser / HtmlParserException.h

// Generated by Haxe 4.3.3
#ifndef INCLUDED_htmlparser_HtmlParserException
#define INCLUDED_htmlparser_HtmlParserException

#ifndef HXCPP_H
#include <hxcpp.h>
#endif

HX_DECLARE_STACK_FRAME(_hx_pos_8ec4e8a8c4e51446_12_new)
HX_DECLARE_CLASS1(htmlparser,HtmlParserException)

namespace htmlparser{


class HXCPP_CLASS_ATTRIBUTES HtmlParserException_obj : public ::hx::Object
{
	public:
		typedef ::hx::Object super;
		typedef HtmlParserException_obj OBJ_;
		HtmlParserException_obj();

	public:
		enum { _hx_ClassId = 0x0872044b };

		void __construct(::String message, ::Dynamic pos);
		inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="htmlparser.HtmlParserException")
			{ 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,"htmlparser.HtmlParserException"); }

		inline static ::hx::ObjectPtr< HtmlParserException_obj > __new(::String message, ::Dynamic pos) {
			::hx::ObjectPtr< HtmlParserException_obj > __this = new HtmlParserException_obj();
			__this->__construct(message,pos);
			return __this;
		}

		inline static ::hx::ObjectPtr< HtmlParserException_obj > __alloc(::hx::Ctx *_hx_ctx,::String message, ::Dynamic pos) {
			HtmlParserException_obj *__this = (HtmlParserException_obj*)(::hx::Ctx::alloc(_hx_ctx, sizeof(HtmlParserException_obj), true, "htmlparser.HtmlParserException"));
			*(void **)__this = HtmlParserException_obj::_hx_vtable;
{
            	HX_STACKFRAME(&_hx_pos_8ec4e8a8c4e51446_12_new)
HXLINE(  13)		( ( ::htmlparser::HtmlParserException)(__this) )->message = message;
HXLINE(  15)		( ( ::htmlparser::HtmlParserException)(__this) )->line = ( (int)(pos->__Field(HX_("line",f4,17,b3,47),::hx::paccDynamic)) );
HXLINE(  16)		( ( ::htmlparser::HtmlParserException)(__this) )->column = ( (int)(pos->__Field(HX_("column",d6,4e,8b,c6),::hx::paccDynamic)) );
HXLINE(  17)		( ( ::htmlparser::HtmlParserException)(__this) )->length = ( (int)(pos->__Field(HX_("length",e6,94,07,9f),::hx::paccDynamic)) );
            	}
		
			return __this;
		}

		static void * _hx_vtable;
		static Dynamic __CreateEmpty();
		static Dynamic __Create(::hx::DynamicArray inArgs);
		//~HtmlParserException_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_("HtmlParserException",25,fa,72,da); }

		::String message;
		int line;
		int column;
		int length;
		virtual ::String toString();
		::Dynamic toString_dyn();

};

} // end namespace htmlparser

#endif /* INCLUDED_htmlparser_HtmlParserException */