git » swiftpm » main » tree

[main] / Sources / c_snikket / iinclude / snikket / jingle / Group.h

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

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

HX_DECLARE_CLASS1(snikket,Stanza)
HX_DECLARE_CLASS2(snikket,_Stanza,NodeInterface)
HX_DECLARE_CLASS2(snikket,jingle,Group)

namespace snikket{
namespace jingle{


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

	public:
		enum { _hx_ClassId = 0x21f1b1d5 };

		void __construct(::String semantics,::Array< ::String > identificationTags);
		inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="snikket.jingle.Group")
			{ 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,"snikket.jingle.Group"); }
		static ::hx::ObjectPtr< Group_obj > __new(::String semantics,::Array< ::String > identificationTags);
		static ::hx::ObjectPtr< Group_obj > __alloc(::hx::Ctx *_hx_ctx,::String semantics,::Array< ::String > identificationTags);
		static void * _hx_vtable;
		static Dynamic __CreateEmpty();
		static Dynamic __Create(::hx::DynamicArray inArgs);
		//~Group_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_("Group",1f,23,22,2d); }

		static  ::snikket::jingle::Group parse(::String input);
		static ::Dynamic parse_dyn();

		static  ::snikket::jingle::Group fromElement( ::snikket::Stanza el);
		static ::Dynamic fromElement_dyn();

		::String semantics;
		::Array< ::String > identificationTags;
		::String toSdp();
		::Dynamic toSdp_dyn();

		 ::snikket::Stanza toElement();
		::Dynamic toElement_dyn();

};

} // end namespace snikket
} // end namespace jingle

#endif /* INCLUDED_snikket_jingle_Group */