git » swiftpm » main » tree

[main] / Sources / c_snikket / iinclude / snikket / TextNode.h

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

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

#ifndef INCLUDED_snikket__Stanza_NodeInterface
#include <snikket/_Stanza/NodeInterface.h>
#endif
HX_DECLARE_CLASS1(snikket,Stanza)
HX_DECLARE_CLASS1(snikket,TextNode)
HX_DECLARE_CLASS2(snikket,_Stanza,NodeInterface)

namespace snikket{


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

	public:
		enum { _hx_ClassId = 0x3185702c };

		void __construct(::String content);
		inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="snikket.TextNode")
			{ 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.TextNode"); }
		static ::hx::ObjectPtr< TextNode_obj > __new(::String content);
		static ::hx::ObjectPtr< TextNode_obj > __alloc(::hx::Ctx *_hx_ctx,::String content);
		static void * _hx_vtable;
		static Dynamic __CreateEmpty();
		static Dynamic __Create(::hx::DynamicArray inArgs);
		//~TextNode_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);
		void *_hx_getInterface(int inHash);
		::Dynamic traverse_881a854a( ::Dynamic f);
		::String __ToString() const { return HX_("TextNode",6f,19,b7,25); }

		::String content;
		::String serialize();
		::Dynamic serialize_dyn();

		 ::snikket::TextNode clone();
		::Dynamic clone_dyn();

		 ::snikket::TextNode traverse( ::Dynamic f);
		::Dynamic traverse_dyn();

};

} // end namespace snikket

#endif /* INCLUDED_snikket_TextNode */