// Generated by Haxe 4.3.3
#ifndef INCLUDED_snikket_AttachmentSource
#define INCLUDED_snikket_AttachmentSource
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
HX_DECLARE_CLASS1(snikket,AttachmentSource)
HX_DECLARE_CLASS2(tink,streams,StreamObject)
namespace snikket{
class HXCPP_CLASS_ATTRIBUTES AttachmentSource_obj : public ::hx::Object
{
public:
typedef ::hx::Object super;
typedef AttachmentSource_obj OBJ_;
AttachmentSource_obj();
public:
enum { _hx_ClassId = 0x3b403b17 };
void __construct(::String path,::String mime);
inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="snikket.AttachmentSource")
{ 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.AttachmentSource"); }
static ::hx::ObjectPtr< AttachmentSource_obj > __new(::String path,::String mime);
static ::hx::ObjectPtr< AttachmentSource_obj > __alloc(::hx::Ctx *_hx_ctx,::String path,::String mime);
static void * _hx_vtable;
static Dynamic __CreateEmpty();
static Dynamic __Create(::hx::DynamicArray inArgs);
//~AttachmentSource_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_("AttachmentSource",3e,95,3b,6c); }
static void __boot();
static ::Dynamic __meta__;
::String path;
::String path__fromC();
::Dynamic path__fromC_dyn();
::String type;
::String type__fromC();
::Dynamic type__fromC_dyn();
::String name;
::String name__fromC();
::Dynamic name__fromC_dyn();
int size;
int size__fromC();
::Dynamic size__fromC_dyn();
::Dynamic tinkSource();
::Dynamic tinkSource_dyn();
};
} // end namespace snikket
#endif /* INCLUDED_snikket_AttachmentSource */