git » swiftpm » main » tree

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

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

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

HX_DECLARE_CLASS1(borogove,Client)
HX_DECLARE_CLASS1(borogove,Command)
HX_DECLARE_CLASS1(borogove,EventEmitter)
HX_DECLARE_CLASS1(borogove,JID)
HX_DECLARE_CLASS1(thenshim,Thenable)

namespace borogove{


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

	public:
		enum { _hx_ClassId = 0x753f386a };

		void __construct( ::borogove::Client client, ::Dynamic params);
		inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="borogove.Command")
			{ 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.Command"); }
		static ::hx::ObjectPtr< Command_obj > __new( ::borogove::Client client, ::Dynamic params);
		static ::hx::ObjectPtr< Command_obj > __alloc(::hx::Ctx *_hx_ctx, ::borogove::Client client, ::Dynamic params);
		static void * _hx_vtable;
		static Dynamic __CreateEmpty();
		static Dynamic __Create(::hx::DynamicArray inArgs);
		//~Command_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_("Command",2b,99,be,4e); }

		static void __boot();
		static  ::Dynamic __meta__;
		::String name;
		::String name__fromC();
		::Dynamic name__fromC_dyn();

		 ::borogove::JID jid;
		::String node;
		 ::borogove::Client client;
		::Dynamic execute();
		::Dynamic execute_dyn();

		void execute__fromC(::cpp::Function< void  (void*,void*) > handler,void* handler__context);

};

} // end namespace borogove

#endif /* INCLUDED_borogove_Command */