// Generated by Haxe 4.3.3
#ifndef INCLUDED_borogove_EncryptionInfo
#define INCLUDED_borogove_EncryptionInfo
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
HX_DECLARE_CLASS1(borogove,EncryptionInfo)
HX_DECLARE_CLASS1(borogove,Stanza)
HX_DECLARE_CLASS1(haxe,IMap)
HX_DECLARE_CLASS2(haxe,ds,StringMap)
namespace borogove{
class HXCPP_CLASS_ATTRIBUTES EncryptionInfo_obj : public ::hx::Object
{
public:
typedef ::hx::Object super;
typedef EncryptionInfo_obj OBJ_;
EncryptionInfo_obj();
public:
enum { _hx_ClassId = 0x618b2952 };
void __construct(int status,::String method,::String methodName,::String reason,::String reasonText);
inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="borogove.EncryptionInfo")
{ 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.EncryptionInfo"); }
static ::hx::ObjectPtr< EncryptionInfo_obj > __new(int status,::String method,::String methodName,::String reason,::String reasonText);
static ::hx::ObjectPtr< EncryptionInfo_obj > __alloc(::hx::Ctx *_hx_ctx,int status,::String method,::String methodName,::String reason,::String reasonText);
static void * _hx_vtable;
static Dynamic __CreateEmpty();
static Dynamic __Create(::hx::DynamicArray inArgs);
//~EncryptionInfo_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);
static bool __SetStatic(const ::String &inString, Dynamic &ioValue, ::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_("EncryptionInfo",b1,d2,bf,4f); }
static void __boot();
static ::Dynamic __meta__;
static ::haxe::ds::StringMap knownEncryptionSchemes;
static ::borogove::EncryptionInfo fromStanza( ::borogove::Stanza stanza);
static ::Dynamic fromStanza_dyn();
int status;
int status__fromC();
::Dynamic status__fromC_dyn();
::String method;
::String method__fromC();
::Dynamic method__fromC_dyn();
::String methodName;
::String methodName__fromC();
::Dynamic methodName__fromC_dyn();
::String reason;
::String reason__fromC();
::Dynamic reason__fromC_dyn();
::String reasonText;
::String reasonText__fromC();
::Dynamic reasonText__fromC_dyn();
::borogove::Stanza toXml();
::Dynamic toXml_dyn();
};
} // end namespace borogove
#endif /* INCLUDED_borogove_EncryptionInfo */