git » swiftpm » main » tree

[main] / Sources / c_borogove / iinclude / borogove / OutboxItem.h

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

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

HX_DECLARE_CLASS1(borogove,Outbox)
HX_DECLARE_CLASS1(borogove,OutboxItem)

namespace borogove{


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

	public:
		enum { _hx_ClassId = 0x6bbff431 };

		void __construct( ::borogove::Outbox outbox);
		inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="borogove.OutboxItem")
			{ 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,"borogove.OutboxItem"); }
		static ::hx::ObjectPtr< OutboxItem_obj > __new( ::borogove::Outbox outbox);
		static ::hx::ObjectPtr< OutboxItem_obj > __alloc(::hx::Ctx *_hx_ctx, ::borogove::Outbox outbox);
		static void * _hx_vtable;
		static Dynamic __CreateEmpty();
		static Dynamic __Create(::hx::DynamicArray inArgs);
		//~OutboxItem_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_("OutboxItem",10,c2,ae,3f); }

		 ::borogove::Outbox outbox;
		 ::Dynamic _handle;
		Dynamic _handle_dyn() { return _handle;}
		void handle( ::Dynamic f);
		::Dynamic handle_dyn();

		bool run();
		::Dynamic run_dyn();

};

} // end namespace borogove

#endif /* INCLUDED_borogove_OutboxItem */