First commit
This commit is contained in:
@@ -0,0 +1,83 @@
|
||||
// Generated by Haxe 4.0.5
|
||||
#ifndef INCLUDED_openfl_utils__AGALMiniAssembler_OpCode
|
||||
#define INCLUDED_openfl_utils__AGALMiniAssembler_OpCode
|
||||
|
||||
#ifndef HXCPP_H
|
||||
#include <hxcpp.h>
|
||||
#endif
|
||||
|
||||
HX_DECLARE_STACK_FRAME(_hx_pos_b6bb58d9c0266c23_804_new)
|
||||
HX_DECLARE_CLASS3(openfl,utils,_AGALMiniAssembler,OpCode)
|
||||
|
||||
namespace openfl{
|
||||
namespace utils{
|
||||
namespace _AGALMiniAssembler{
|
||||
|
||||
|
||||
class HXCPP_CLASS_ATTRIBUTES OpCode_obj : public hx::Object
|
||||
{
|
||||
public:
|
||||
typedef hx::Object super;
|
||||
typedef OpCode_obj OBJ_;
|
||||
OpCode_obj();
|
||||
|
||||
public:
|
||||
enum { _hx_ClassId = 0x3432f728 };
|
||||
|
||||
void __construct(::String name,int numRegister,int emitCode,int flags);
|
||||
inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="openfl.utils._AGALMiniAssembler.OpCode")
|
||||
{ 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,"openfl.utils._AGALMiniAssembler.OpCode"); }
|
||||
|
||||
inline static hx::ObjectPtr< OpCode_obj > __new(::String name,int numRegister,int emitCode,int flags) {
|
||||
hx::ObjectPtr< OpCode_obj > __this = new OpCode_obj();
|
||||
__this->__construct(name,numRegister,emitCode,flags);
|
||||
return __this;
|
||||
}
|
||||
|
||||
inline static hx::ObjectPtr< OpCode_obj > __alloc(hx::Ctx *_hx_ctx,::String name,int numRegister,int emitCode,int flags) {
|
||||
OpCode_obj *__this = (OpCode_obj*)(hx::Ctx::alloc(_hx_ctx, sizeof(OpCode_obj), true, "openfl.utils._AGALMiniAssembler.OpCode"));
|
||||
*(void **)__this = OpCode_obj::_hx_vtable;
|
||||
{
|
||||
HX_STACKFRAME(&_hx_pos_b6bb58d9c0266c23_804_new)
|
||||
HXLINE( 805) ( ( ::openfl::utils::_AGALMiniAssembler::OpCode)(__this) )->name = name;
|
||||
HXLINE( 806) ( ( ::openfl::utils::_AGALMiniAssembler::OpCode)(__this) )->numRegister = numRegister;
|
||||
HXLINE( 807) ( ( ::openfl::utils::_AGALMiniAssembler::OpCode)(__this) )->emitCode = emitCode;
|
||||
HXLINE( 808) ( ( ::openfl::utils::_AGALMiniAssembler::OpCode)(__this) )->flags = flags;
|
||||
}
|
||||
|
||||
return __this;
|
||||
}
|
||||
|
||||
static void * _hx_vtable;
|
||||
static Dynamic __CreateEmpty();
|
||||
static Dynamic __Create(hx::DynamicArray inArgs);
|
||||
//~OpCode_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_("OpCode",0e,57,b0,3f); }
|
||||
|
||||
static void __boot();
|
||||
static ::Dynamic __meta__;
|
||||
int emitCode;
|
||||
int flags;
|
||||
::String name;
|
||||
int numRegister;
|
||||
virtual ::String toString();
|
||||
::Dynamic toString_dyn();
|
||||
|
||||
};
|
||||
|
||||
} // end namespace openfl
|
||||
} // end namespace utils
|
||||
} // end namespace _AGALMiniAssembler
|
||||
|
||||
#endif /* INCLUDED_openfl_utils__AGALMiniAssembler_OpCode */
|
||||
@@ -0,0 +1,64 @@
|
||||
// Generated by Haxe 4.0.5
|
||||
#ifndef INCLUDED_openfl_utils__AGALMiniAssembler_Register
|
||||
#define INCLUDED_openfl_utils__AGALMiniAssembler_Register
|
||||
|
||||
#ifndef HXCPP_H
|
||||
#include <hxcpp.h>
|
||||
#endif
|
||||
|
||||
HX_DECLARE_CLASS3(openfl,utils,_AGALMiniAssembler,Register)
|
||||
|
||||
namespace openfl{
|
||||
namespace utils{
|
||||
namespace _AGALMiniAssembler{
|
||||
|
||||
|
||||
class HXCPP_CLASS_ATTRIBUTES Register_obj : public hx::Object
|
||||
{
|
||||
public:
|
||||
typedef hx::Object super;
|
||||
typedef Register_obj OBJ_;
|
||||
Register_obj();
|
||||
|
||||
public:
|
||||
enum { _hx_ClassId = 0x5ce47f39 };
|
||||
|
||||
void __construct(::String name,::String longName,int emitCode,int range,int flags);
|
||||
inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="openfl.utils._AGALMiniAssembler.Register")
|
||||
{ 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,"openfl.utils._AGALMiniAssembler.Register"); }
|
||||
static hx::ObjectPtr< Register_obj > __new(::String name,::String longName,int emitCode,int range,int flags);
|
||||
static hx::ObjectPtr< Register_obj > __alloc(hx::Ctx *_hx_ctx,::String name,::String longName,int emitCode,int range,int flags);
|
||||
static void * _hx_vtable;
|
||||
static Dynamic __CreateEmpty();
|
||||
static Dynamic __Create(hx::DynamicArray inArgs);
|
||||
//~Register_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_("Register",83,62,51,aa); }
|
||||
|
||||
static void __boot();
|
||||
static ::Dynamic __meta__;
|
||||
int emitCode;
|
||||
::String name;
|
||||
::String longName;
|
||||
int flags;
|
||||
int range;
|
||||
virtual ::String toString();
|
||||
::Dynamic toString_dyn();
|
||||
|
||||
};
|
||||
|
||||
} // end namespace openfl
|
||||
} // end namespace utils
|
||||
} // end namespace _AGALMiniAssembler
|
||||
|
||||
#endif /* INCLUDED_openfl_utils__AGALMiniAssembler_Register */
|
||||
@@ -0,0 +1,62 @@
|
||||
// Generated by Haxe 4.0.5
|
||||
#ifndef INCLUDED_openfl_utils__AGALMiniAssembler_Sampler
|
||||
#define INCLUDED_openfl_utils__AGALMiniAssembler_Sampler
|
||||
|
||||
#ifndef HXCPP_H
|
||||
#include <hxcpp.h>
|
||||
#endif
|
||||
|
||||
HX_DECLARE_CLASS3(openfl,utils,_AGALMiniAssembler,Sampler)
|
||||
|
||||
namespace openfl{
|
||||
namespace utils{
|
||||
namespace _AGALMiniAssembler{
|
||||
|
||||
|
||||
class HXCPP_CLASS_ATTRIBUTES Sampler_obj : public hx::Object
|
||||
{
|
||||
public:
|
||||
typedef hx::Object super;
|
||||
typedef Sampler_obj OBJ_;
|
||||
Sampler_obj();
|
||||
|
||||
public:
|
||||
enum { _hx_ClassId = 0x4ee4638e };
|
||||
|
||||
void __construct(::String name,int flag,int mask);
|
||||
inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="openfl.utils._AGALMiniAssembler.Sampler")
|
||||
{ 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,"openfl.utils._AGALMiniAssembler.Sampler"); }
|
||||
static hx::ObjectPtr< Sampler_obj > __new(::String name,int flag,int mask);
|
||||
static hx::ObjectPtr< Sampler_obj > __alloc(hx::Ctx *_hx_ctx,::String name,int flag,int mask);
|
||||
static void * _hx_vtable;
|
||||
static Dynamic __CreateEmpty();
|
||||
static Dynamic __Create(hx::DynamicArray inArgs);
|
||||
//~Sampler_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_("Sampler",e8,ec,1a,51); }
|
||||
|
||||
static void __boot();
|
||||
static ::Dynamic __meta__;
|
||||
int flag;
|
||||
int mask;
|
||||
::String name;
|
||||
virtual ::String toString();
|
||||
::Dynamic toString_dyn();
|
||||
|
||||
};
|
||||
|
||||
} // end namespace openfl
|
||||
} // end namespace utils
|
||||
} // end namespace _AGALMiniAssembler
|
||||
|
||||
#endif /* INCLUDED_openfl_utils__AGALMiniAssembler_Sampler */
|
||||
Reference in New Issue
Block a user