/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 2.0.12 * * This file is not intended to be easily readable and contains a number of * coding conventions designed to improve portability and efficiency. Do not make * changes to this file unless you know what you are doing--modify the SWIG * interface file instead. * ----------------------------------------------------------------------------- */ #define SWIGRUBY #ifdef __cplusplus /* SwigValueWrapper is described in swig.swg */ template class SwigValueWrapper { struct SwigMovePointer { T *ptr; SwigMovePointer(T *p) : ptr(p) { } ~SwigMovePointer() { delete ptr; } SwigMovePointer& operator=(SwigMovePointer& rhs) { T* oldptr = ptr; ptr = 0; delete oldptr; ptr = rhs.ptr; rhs.ptr = 0; return *this; } } pointer; SwigValueWrapper& operator=(const SwigValueWrapper& rhs); SwigValueWrapper(const SwigValueWrapper& rhs); public: SwigValueWrapper() : pointer(0) { } SwigValueWrapper& operator=(const T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } operator T&() const { return *pointer.ptr; } T *operator&() { return pointer.ptr; } }; template T SwigValueInit() { return T(); } #endif /* ----------------------------------------------------------------------------- * This section contains generic SWIG labels for method/variable * declarations/attributes, and other compiler dependent labels. * ----------------------------------------------------------------------------- */ /* template workaround for compilers that cannot correctly implement the C++ standard */ #ifndef SWIGTEMPLATEDISAMBIGUATOR # if defined(__SUNPRO_CC) && (__SUNPRO_CC <= 0x560) # define SWIGTEMPLATEDISAMBIGUATOR template # elif defined(__HP_aCC) /* Needed even with `aCC -AA' when `aCC -V' reports HP ANSI C++ B3910B A.03.55 */ /* If we find a maximum version that requires this, the test would be __HP_aCC <= 35500 for A.03.55 */ # define SWIGTEMPLATEDISAMBIGUATOR template # else # define SWIGTEMPLATEDISAMBIGUATOR # endif #endif /* inline attribute */ #ifndef SWIGINLINE # if defined(__cplusplus) || (defined(__GNUC__) && !defined(__STRICT_ANSI__)) # define SWIGINLINE inline # else # define SWIGINLINE # endif #endif /* attribute recognised by some compilers to avoid 'unused' warnings */ #ifndef SWIGUNUSED # if defined(__GNUC__) # if !(defined(__cplusplus)) || (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4)) # define SWIGUNUSED __attribute__ ((__unused__)) # else # define SWIGUNUSED # endif # elif defined(__ICC) # define SWIGUNUSED __attribute__ ((__unused__)) # else # define SWIGUNUSED # endif #endif #ifndef SWIG_MSC_UNSUPPRESS_4505 # if defined(_MSC_VER) # pragma warning(disable : 4505) /* unreferenced local function has been removed */ # endif #endif #ifndef SWIGUNUSEDPARM # ifdef __cplusplus # define SWIGUNUSEDPARM(p) # else # define SWIGUNUSEDPARM(p) p SWIGUNUSED # endif #endif /* internal SWIG method */ #ifndef SWIGINTERN # define SWIGINTERN static SWIGUNUSED #endif /* internal inline SWIG method */ #ifndef SWIGINTERNINLINE # define SWIGINTERNINLINE SWIGINTERN SWIGINLINE #endif /* exporting methods */ #if (__GNUC__ >= 4) || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) # ifndef GCC_HASCLASSVISIBILITY # define GCC_HASCLASSVISIBILITY # endif #endif #ifndef SWIGEXPORT # if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__) # if defined(STATIC_LINKED) # define SWIGEXPORT # else # define SWIGEXPORT __declspec(dllexport) # endif # else # if defined(__GNUC__) && defined(GCC_HASCLASSVISIBILITY) # define SWIGEXPORT __attribute__ ((visibility("default"))) # else # define SWIGEXPORT # endif # endif #endif /* calling conventions for Windows */ #ifndef SWIGSTDCALL # if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__) # define SWIGSTDCALL __stdcall # else # define SWIGSTDCALL # endif #endif /* Deal with Microsoft's attempt at deprecating C standard runtime functions */ #if !defined(SWIG_NO_CRT_SECURE_NO_DEPRECATE) && defined(_MSC_VER) && !defined(_CRT_SECURE_NO_DEPRECATE) # define _CRT_SECURE_NO_DEPRECATE #endif /* Deal with Microsoft's attempt at deprecating methods in the standard C++ library */ #if !defined(SWIG_NO_SCL_SECURE_NO_DEPRECATE) && defined(_MSC_VER) && !defined(_SCL_SECURE_NO_DEPRECATE) # define _SCL_SECURE_NO_DEPRECATE #endif /* ----------------------------------------------------------------------------- * This section contains generic SWIG labels for method/variable * declarations/attributes, and other compiler dependent labels. * ----------------------------------------------------------------------------- */ /* template workaround for compilers that cannot correctly implement the C++ standard */ #ifndef SWIGTEMPLATEDISAMBIGUATOR # if defined(__SUNPRO_CC) && (__SUNPRO_CC <= 0x560) # define SWIGTEMPLATEDISAMBIGUATOR template # elif defined(__HP_aCC) /* Needed even with `aCC -AA' when `aCC -V' reports HP ANSI C++ B3910B A.03.55 */ /* If we find a maximum version that requires this, the test would be __HP_aCC <= 35500 for A.03.55 */ # define SWIGTEMPLATEDISAMBIGUATOR template # else # define SWIGTEMPLATEDISAMBIGUATOR # endif #endif /* inline attribute */ #ifndef SWIGINLINE # if defined(__cplusplus) || (defined(__GNUC__) && !defined(__STRICT_ANSI__)) # define SWIGINLINE inline # else # define SWIGINLINE # endif #endif /* attribute recognised by some compilers to avoid 'unused' warnings */ #ifndef SWIGUNUSED # if defined(__GNUC__) # if !(defined(__cplusplus)) || (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4)) # define SWIGUNUSED __attribute__ ((__unused__)) # else # define SWIGUNUSED # endif # elif defined(__ICC) # define SWIGUNUSED __attribute__ ((__unused__)) # else # define SWIGUNUSED # endif #endif #ifndef SWIG_MSC_UNSUPPRESS_4505 # if defined(_MSC_VER) # pragma warning(disable : 4505) /* unreferenced local function has been removed */ # endif #endif #ifndef SWIGUNUSEDPARM # ifdef __cplusplus # define SWIGUNUSEDPARM(p) # else # define SWIGUNUSEDPARM(p) p SWIGUNUSED # endif #endif /* internal SWIG method */ #ifndef SWIGINTERN # define SWIGINTERN static SWIGUNUSED #endif /* internal inline SWIG method */ #ifndef SWIGINTERNINLINE # define SWIGINTERNINLINE SWIGINTERN SWIGINLINE #endif /* exporting methods */ #if (__GNUC__ >= 4) || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) # ifndef GCC_HASCLASSVISIBILITY # define GCC_HASCLASSVISIBILITY # endif #endif #ifndef SWIGEXPORT # if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__) # if defined(STATIC_LINKED) # define SWIGEXPORT # else # define SWIGEXPORT __declspec(dllexport) # endif # else # if defined(__GNUC__) && defined(GCC_HASCLASSVISIBILITY) # define SWIGEXPORT __attribute__ ((visibility("default"))) # else # define SWIGEXPORT # endif # endif #endif /* calling conventions for Windows */ #ifndef SWIGSTDCALL # if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__) # define SWIGSTDCALL __stdcall # else # define SWIGSTDCALL # endif #endif /* Deal with Microsoft's attempt at deprecating C standard runtime functions */ #if !defined(SWIG_NO_CRT_SECURE_NO_DEPRECATE) && defined(_MSC_VER) && !defined(_CRT_SECURE_NO_DEPRECATE) # define _CRT_SECURE_NO_DEPRECATE #endif /* Deal with Microsoft's attempt at deprecating methods in the standard C++ library */ #if !defined(SWIG_NO_SCL_SECURE_NO_DEPRECATE) && defined(_MSC_VER) && !defined(_SCL_SECURE_NO_DEPRECATE) # define _SCL_SECURE_NO_DEPRECATE #endif /* ----------------------------------------------------------------------------- * swigrun.swg * * This file contains generic C API SWIG runtime support for pointer * type checking. * ----------------------------------------------------------------------------- */ /* This should only be incremented when either the layout of swig_type_info changes, or for whatever reason, the runtime changes incompatibly */ #define SWIG_RUNTIME_VERSION "4" /* define SWIG_TYPE_TABLE_NAME as "SWIG_TYPE_TABLE" */ #ifdef SWIG_TYPE_TABLE # define SWIG_QUOTE_STRING(x) #x # define SWIG_EXPAND_AND_QUOTE_STRING(x) SWIG_QUOTE_STRING(x) # define SWIG_TYPE_TABLE_NAME SWIG_EXPAND_AND_QUOTE_STRING(SWIG_TYPE_TABLE) #else # define SWIG_TYPE_TABLE_NAME #endif /* You can use the SWIGRUNTIME and SWIGRUNTIMEINLINE macros for creating a static or dynamic library from the SWIG runtime code. In 99.9% of the cases, SWIG just needs to declare them as 'static'. But only do this if strictly necessary, ie, if you have problems with your compiler or suchlike. */ #ifndef SWIGRUNTIME # define SWIGRUNTIME SWIGINTERN #endif #ifndef SWIGRUNTIMEINLINE # define SWIGRUNTIMEINLINE SWIGRUNTIME SWIGINLINE #endif /* Generic buffer size */ #ifndef SWIG_BUFFER_SIZE # define SWIG_BUFFER_SIZE 1024 #endif /* Flags for pointer conversions */ #define SWIG_POINTER_DISOWN 0x1 #define SWIG_CAST_NEW_MEMORY 0x2 /* Flags for new pointer objects */ #define SWIG_POINTER_OWN 0x1 /* Flags/methods for returning states. The SWIG conversion methods, as ConvertPtr, return an integer that tells if the conversion was successful or not. And if not, an error code can be returned (see swigerrors.swg for the codes). Use the following macros/flags to set or process the returning states. In old versions of SWIG, code such as the following was usually written: if (SWIG_ConvertPtr(obj,vptr,ty.flags) != -1) { // success code } else { //fail code } Now you can be more explicit: int res = SWIG_ConvertPtr(obj,vptr,ty.flags); if (SWIG_IsOK(res)) { // success code } else { // fail code } which is the same really, but now you can also do Type *ptr; int res = SWIG_ConvertPtr(obj,(void **)(&ptr),ty.flags); if (SWIG_IsOK(res)) { // success code if (SWIG_IsNewObj(res) { ... delete *ptr; } else { ... } } else { // fail code } I.e., now SWIG_ConvertPtr can return new objects and you can identify the case and take care of the deallocation. Of course that also requires SWIG_ConvertPtr to return new result values, such as int SWIG_ConvertPtr(obj, ptr,...) { if () { if () { *ptr = ; return SWIG_NEWOBJ; } else { *ptr = ; return SWIG_OLDOBJ; } } else { return SWIG_BADOBJ; } } Of course, returning the plain '0(success)/-1(fail)' still works, but you can be more explicit by returning SWIG_BADOBJ, SWIG_ERROR or any of the SWIG errors code. Finally, if the SWIG_CASTRANK_MODE is enabled, the result code allows to return the 'cast rank', for example, if you have this int food(double) int fooi(int); and you call food(1) // cast rank '1' (1 -> 1.0) fooi(1) // cast rank '0' just use the SWIG_AddCast()/SWIG_CheckState() */ #define SWIG_OK (0) #define SWIG_ERROR (-1) #define SWIG_IsOK(r) (r >= 0) #define SWIG_ArgError(r) ((r != SWIG_ERROR) ? r : SWIG_TypeError) /* The CastRankLimit says how many bits are used for the cast rank */ #define SWIG_CASTRANKLIMIT (1 << 8) /* The NewMask denotes the object was created (using new/malloc) */ #define SWIG_NEWOBJMASK (SWIG_CASTRANKLIMIT << 1) /* The TmpMask is for in/out typemaps that use temporal objects */ #define SWIG_TMPOBJMASK (SWIG_NEWOBJMASK << 1) /* Simple returning values */ #define SWIG_BADOBJ (SWIG_ERROR) #define SWIG_OLDOBJ (SWIG_OK) #define SWIG_NEWOBJ (SWIG_OK | SWIG_NEWOBJMASK) #define SWIG_TMPOBJ (SWIG_OK | SWIG_TMPOBJMASK) /* Check, add and del mask methods */ #define SWIG_AddNewMask(r) (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r) #define SWIG_DelNewMask(r) (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r) #define SWIG_IsNewObj(r) (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK)) #define SWIG_AddTmpMask(r) (SWIG_IsOK(r) ? (r | SWIG_TMPOBJMASK) : r) #define SWIG_DelTmpMask(r) (SWIG_IsOK(r) ? (r & ~SWIG_TMPOBJMASK) : r) #define SWIG_IsTmpObj(r) (SWIG_IsOK(r) && (r & SWIG_TMPOBJMASK)) /* Cast-Rank Mode */ #if defined(SWIG_CASTRANK_MODE) # ifndef SWIG_TypeRank # define SWIG_TypeRank unsigned long # endif # ifndef SWIG_MAXCASTRANK /* Default cast allowed */ # define SWIG_MAXCASTRANK (2) # endif # define SWIG_CASTRANKMASK ((SWIG_CASTRANKLIMIT) -1) # define SWIG_CastRank(r) (r & SWIG_CASTRANKMASK) SWIGINTERNINLINE int SWIG_AddCast(int r) { return SWIG_IsOK(r) ? ((SWIG_CastRank(r) < SWIG_MAXCASTRANK) ? (r + 1) : SWIG_ERROR) : r; } SWIGINTERNINLINE int SWIG_CheckState(int r) { return SWIG_IsOK(r) ? SWIG_CastRank(r) + 1 : 0; } #else /* no cast-rank mode */ # define SWIG_AddCast(r) (r) # define SWIG_CheckState(r) (SWIG_IsOK(r) ? 1 : 0) #endif #include #ifdef __cplusplus extern "C" { #endif typedef void *(*swig_converter_func)(void *, int *); typedef struct swig_type_info *(*swig_dycast_func)(void **); /* Structure to store information on one type */ typedef struct swig_type_info { const char *name; /* mangled name of this type */ const char *str; /* human readable name of this type */ swig_dycast_func dcast; /* dynamic cast function down a hierarchy */ struct swig_cast_info *cast; /* linked list of types that can cast into this type */ void *clientdata; /* language specific type data */ int owndata; /* flag if the structure owns the clientdata */ } swig_type_info; /* Structure to store a type and conversion function used for casting */ typedef struct swig_cast_info { swig_type_info *type; /* pointer to type that is equivalent to this type */ swig_converter_func converter; /* function to cast the void pointers */ struct swig_cast_info *next; /* pointer to next cast in linked list */ struct swig_cast_info *prev; /* pointer to the previous cast */ } swig_cast_info; /* Structure used to store module information * Each module generates one structure like this, and the runtime collects * all of these structures and stores them in a circularly linked list.*/ typedef struct swig_module_info { swig_type_info **types; /* Array of pointers to swig_type_info structures that are in this module */ size_t size; /* Number of types in this module */ struct swig_module_info *next; /* Pointer to next element in circularly linked list */ swig_type_info **type_initial; /* Array of initially generated type structures */ swig_cast_info **cast_initial; /* Array of initially generated casting structures */ void *clientdata; /* Language specific module data */ } swig_module_info; /* Compare two type names skipping the space characters, therefore "char*" == "char *" and "Class" == "Class", etc. Return 0 when the two name types are equivalent, as in strncmp, but skipping ' '. */ SWIGRUNTIME int SWIG_TypeNameComp(const char *f1, const char *l1, const char *f2, const char *l2) { for (;(f1 != l1) && (f2 != l2); ++f1, ++f2) { while ((*f1 == ' ') && (f1 != l1)) ++f1; while ((*f2 == ' ') && (f2 != l2)) ++f2; if (*f1 != *f2) return (*f1 > *f2) ? 1 : -1; } return (int)((l1 - f1) - (l2 - f2)); } /* Check type equivalence in a name list like ||... Return 0 if equal, -1 if nb < tb, 1 if nb > tb */ SWIGRUNTIME int SWIG_TypeCmp(const char *nb, const char *tb) { int equiv = 1; const char* te = tb + strlen(tb); const char* ne = nb; while (equiv != 0 && *ne) { for (nb = ne; *ne; ++ne) { if (*ne == '|') break; } equiv = SWIG_TypeNameComp(nb, ne, tb, te); if (*ne) ++ne; } return equiv; } /* Check type equivalence in a name list like ||... Return 0 if not equal, 1 if equal */ SWIGRUNTIME int SWIG_TypeEquiv(const char *nb, const char *tb) { return SWIG_TypeCmp(nb, tb) == 0 ? 1 : 0; } /* Check the typename */ SWIGRUNTIME swig_cast_info * SWIG_TypeCheck(const char *c, swig_type_info *ty) { if (ty) { swig_cast_info *iter = ty->cast; while (iter) { if (strcmp(iter->type->name, c) == 0) { if (iter == ty->cast) return iter; /* Move iter to the top of the linked list */ iter->prev->next = iter->next; if (iter->next) iter->next->prev = iter->prev; iter->next = ty->cast; iter->prev = 0; if (ty->cast) ty->cast->prev = iter; ty->cast = iter; return iter; } iter = iter->next; } } return 0; } /* Identical to SWIG_TypeCheck, except strcmp is replaced with a pointer comparison */ SWIGRUNTIME swig_cast_info * SWIG_TypeCheckStruct(swig_type_info *from, swig_type_info *ty) { if (ty) { swig_cast_info *iter = ty->cast; while (iter) { if (iter->type == from) { if (iter == ty->cast) return iter; /* Move iter to the top of the linked list */ iter->prev->next = iter->next; if (iter->next) iter->next->prev = iter->prev; iter->next = ty->cast; iter->prev = 0; if (ty->cast) ty->cast->prev = iter; ty->cast = iter; return iter; } iter = iter->next; } } return 0; } /* Cast a pointer up an inheritance hierarchy */ SWIGRUNTIMEINLINE void * SWIG_TypeCast(swig_cast_info *ty, void *ptr, int *newmemory) { return ((!ty) || (!ty->converter)) ? ptr : (*ty->converter)(ptr, newmemory); } /* Dynamic pointer casting. Down an inheritance hierarchy */ SWIGRUNTIME swig_type_info * SWIG_TypeDynamicCast(swig_type_info *ty, void **ptr) { swig_type_info *lastty = ty; if (!ty || !ty->dcast) return ty; while (ty && (ty->dcast)) { ty = (*ty->dcast)(ptr); if (ty) lastty = ty; } return lastty; } /* Return the name associated with this type */ SWIGRUNTIMEINLINE const char * SWIG_TypeName(const swig_type_info *ty) { return ty->name; } /* Return the pretty name associated with this type, that is an unmangled type name in a form presentable to the user. */ SWIGRUNTIME const char * SWIG_TypePrettyName(const swig_type_info *type) { /* The "str" field contains the equivalent pretty names of the type, separated by vertical-bar characters. We choose to print the last name, as it is often (?) the most specific. */ if (!type) return NULL; if (type->str != NULL) { const char *last_name = type->str; const char *s; for (s = type->str; *s; s++) if (*s == '|') last_name = s+1; return last_name; } else return type->name; } /* Set the clientdata field for a type */ SWIGRUNTIME void SWIG_TypeClientData(swig_type_info *ti, void *clientdata) { swig_cast_info *cast = ti->cast; /* if (ti->clientdata == clientdata) return; */ ti->clientdata = clientdata; while (cast) { if (!cast->converter) { swig_type_info *tc = cast->type; if (!tc->clientdata) { SWIG_TypeClientData(tc, clientdata); } } cast = cast->next; } } SWIGRUNTIME void SWIG_TypeNewClientData(swig_type_info *ti, void *clientdata) { SWIG_TypeClientData(ti, clientdata); ti->owndata = 1; } /* Search for a swig_type_info structure only by mangled name Search is a O(log #types) We start searching at module start, and finish searching when start == end. Note: if start == end at the beginning of the function, we go all the way around the circular list. */ SWIGRUNTIME swig_type_info * SWIG_MangledTypeQueryModule(swig_module_info *start, swig_module_info *end, const char *name) { swig_module_info *iter = start; do { if (iter->size) { register size_t l = 0; register size_t r = iter->size - 1; do { /* since l+r >= 0, we can (>> 1) instead (/ 2) */ register size_t i = (l + r) >> 1; const char *iname = iter->types[i]->name; if (iname) { register int compare = strcmp(name, iname); if (compare == 0) { return iter->types[i]; } else if (compare < 0) { if (i) { r = i - 1; } else { break; } } else if (compare > 0) { l = i + 1; } } else { break; /* should never happen */ } } while (l <= r); } iter = iter->next; } while (iter != end); return 0; } /* Search for a swig_type_info structure for either a mangled name or a human readable name. It first searches the mangled names of the types, which is a O(log #types) If a type is not found it then searches the human readable names, which is O(#types). We start searching at module start, and finish searching when start == end. Note: if start == end at the beginning of the function, we go all the way around the circular list. */ SWIGRUNTIME swig_type_info * SWIG_TypeQueryModule(swig_module_info *start, swig_module_info *end, const char *name) { /* STEP 1: Search the name field using binary search */ swig_type_info *ret = SWIG_MangledTypeQueryModule(start, end, name); if (ret) { return ret; } else { /* STEP 2: If the type hasn't been found, do a complete search of the str field (the human readable name) */ swig_module_info *iter = start; do { register size_t i = 0; for (; i < iter->size; ++i) { if (iter->types[i]->str && (SWIG_TypeEquiv(iter->types[i]->str, name))) return iter->types[i]; } iter = iter->next; } while (iter != end); } /* neither found a match */ return 0; } /* Pack binary data into a string */ SWIGRUNTIME char * SWIG_PackData(char *c, void *ptr, size_t sz) { static const char hex[17] = "0123456789abcdef"; register const unsigned char *u = (unsigned char *) ptr; register const unsigned char *eu = u + sz; for (; u != eu; ++u) { register unsigned char uu = *u; *(c++) = hex[(uu & 0xf0) >> 4]; *(c++) = hex[uu & 0xf]; } return c; } /* Unpack binary data from a string */ SWIGRUNTIME const char * SWIG_UnpackData(const char *c, void *ptr, size_t sz) { register unsigned char *u = (unsigned char *) ptr; register const unsigned char *eu = u + sz; for (; u != eu; ++u) { register char d = *(c++); register unsigned char uu; if ((d >= '0') && (d <= '9')) uu = ((d - '0') << 4); else if ((d >= 'a') && (d <= 'f')) uu = ((d - ('a'-10)) << 4); else return (char *) 0; d = *(c++); if ((d >= '0') && (d <= '9')) uu |= (d - '0'); else if ((d >= 'a') && (d <= 'f')) uu |= (d - ('a'-10)); else return (char *) 0; *u = uu; } return c; } /* Pack 'void *' into a string buffer. */ SWIGRUNTIME char * SWIG_PackVoidPtr(char *buff, void *ptr, const char *name, size_t bsz) { char *r = buff; if ((2*sizeof(void *) + 2) > bsz) return 0; *(r++) = '_'; r = SWIG_PackData(r,&ptr,sizeof(void *)); if (strlen(name) + 1 > (bsz - (r - buff))) return 0; strcpy(r,name); return buff; } SWIGRUNTIME const char * SWIG_UnpackVoidPtr(const char *c, void **ptr, const char *name) { if (*c != '_') { if (strcmp(c,"NULL") == 0) { *ptr = (void *) 0; return name; } else { return 0; } } return SWIG_UnpackData(++c,ptr,sizeof(void *)); } SWIGRUNTIME char * SWIG_PackDataName(char *buff, void *ptr, size_t sz, const char *name, size_t bsz) { char *r = buff; size_t lname = (name ? strlen(name) : 0); if ((2*sz + 2 + lname) > bsz) return 0; *(r++) = '_'; r = SWIG_PackData(r,ptr,sz); if (lname) { strncpy(r,name,lname+1); } else { *r = 0; } return buff; } SWIGRUNTIME const char * SWIG_UnpackDataName(const char *c, void *ptr, size_t sz, const char *name) { if (*c != '_') { if (strcmp(c,"NULL") == 0) { memset(ptr,0,sz); return name; } else { return 0; } } return SWIG_UnpackData(++c,ptr,sz); } #ifdef __cplusplus } #endif /* Errors in SWIG */ #define SWIG_UnknownError -1 #define SWIG_IOError -2 #define SWIG_RuntimeError -3 #define SWIG_IndexError -4 #define SWIG_TypeError -5 #define SWIG_DivisionByZero -6 #define SWIG_OverflowError -7 #define SWIG_SyntaxError -8 #define SWIG_ValueError -9 #define SWIG_SystemError -10 #define SWIG_AttributeError -11 #define SWIG_MemoryError -12 #define SWIG_NullReferenceError -13 #include /* Ruby 1.9.1 has a "memoisation optimisation" when compiling with GCC which * breaks using rb_intern as an lvalue, as SWIG does. We work around this * issue for now by disabling this. * https://sourceforge.net/tracker/?func=detail&aid=2859614&group_id=1645&atid=101645 */ #ifdef rb_intern # undef rb_intern #endif /* Remove global macros defined in Ruby's win32.h */ #ifdef write # undef write #endif #ifdef read # undef read #endif #ifdef bind # undef bind #endif #ifdef close # undef close #endif #ifdef connect # undef connect #endif /* Ruby 1.7 defines NUM2LL(), LL2NUM() and ULL2NUM() macros */ #ifndef NUM2LL #define NUM2LL(x) NUM2LONG((x)) #endif #ifndef LL2NUM #define LL2NUM(x) INT2NUM((long) (x)) #endif #ifndef ULL2NUM #define ULL2NUM(x) UINT2NUM((unsigned long) (x)) #endif /* Ruby 1.7 doesn't (yet) define NUM2ULL() */ #ifndef NUM2ULL #ifdef HAVE_LONG_LONG #define NUM2ULL(x) rb_num2ull((x)) #else #define NUM2ULL(x) NUM2ULONG(x) #endif #endif /* RSTRING_LEN, etc are new in Ruby 1.9, but ->ptr and ->len no longer work */ /* Define these for older versions so we can just write code the new way */ #ifndef RSTRING_LEN # define RSTRING_LEN(x) RSTRING(x)->len #endif #ifndef RSTRING_PTR # define RSTRING_PTR(x) RSTRING(x)->ptr #endif #ifndef RSTRING_END # define RSTRING_END(x) (RSTRING_PTR(x) + RSTRING_LEN(x)) #endif #ifndef RARRAY_LEN # define RARRAY_LEN(x) RARRAY(x)->len #endif #ifndef RARRAY_PTR # define RARRAY_PTR(x) RARRAY(x)->ptr #endif #ifndef RFLOAT_VALUE # define RFLOAT_VALUE(x) RFLOAT(x)->value #endif #ifndef DOUBLE2NUM # define DOUBLE2NUM(x) rb_float_new(x) #endif #ifndef RHASH_TBL # define RHASH_TBL(x) (RHASH(x)->tbl) #endif #ifndef RHASH_ITER_LEV # define RHASH_ITER_LEV(x) (RHASH(x)->iter_lev) #endif #ifndef RHASH_IFNONE # define RHASH_IFNONE(x) (RHASH(x)->ifnone) #endif #ifndef RHASH_SIZE # define RHASH_SIZE(x) (RHASH(x)->tbl->num_entries) #endif #ifndef RHASH_EMPTY_P # define RHASH_EMPTY_P(x) (RHASH_SIZE(x) == 0) #endif #ifndef RSTRUCT_LEN # define RSTRUCT_LEN(x) RSTRUCT(x)->len #endif #ifndef RSTRUCT_PTR # define RSTRUCT_PTR(x) RSTRUCT(x)->ptr #endif /* * Need to be very careful about how these macros are defined, especially * when compiling C++ code or C code with an ANSI C compiler. * * VALUEFUNC(f) is a macro used to typecast a C function that implements * a Ruby method so that it can be passed as an argument to API functions * like rb_define_method() and rb_define_singleton_method(). * * VOIDFUNC(f) is a macro used to typecast a C function that implements * either the "mark" or "free" stuff for a Ruby Data object, so that it * can be passed as an argument to API functions like Data_Wrap_Struct() * and Data_Make_Struct(). */ #ifdef __cplusplus # ifndef RUBY_METHOD_FUNC /* These definitions should work for Ruby 1.4.6 */ # define PROTECTFUNC(f) ((VALUE (*)()) f) # define VALUEFUNC(f) ((VALUE (*)()) f) # define VOIDFUNC(f) ((void (*)()) f) # else # ifndef ANYARGS /* These definitions should work for Ruby 1.6 */ # define PROTECTFUNC(f) ((VALUE (*)()) f) # define VALUEFUNC(f) ((VALUE (*)()) f) # define VOIDFUNC(f) ((RUBY_DATA_FUNC) f) # else /* These definitions should work for Ruby 1.7+ */ # define PROTECTFUNC(f) ((VALUE (*)(VALUE)) f) # define VALUEFUNC(f) ((VALUE (*)(ANYARGS)) f) # define VOIDFUNC(f) ((RUBY_DATA_FUNC) f) # endif # endif #else # define VALUEFUNC(f) (f) # define VOIDFUNC(f) (f) #endif /* Don't use for expressions have side effect */ #ifndef RB_STRING_VALUE #define RB_STRING_VALUE(s) (TYPE(s) == T_STRING ? (s) : (*(volatile VALUE *)&(s) = rb_str_to_str(s))) #endif #ifndef StringValue #define StringValue(s) RB_STRING_VALUE(s) #endif #ifndef StringValuePtr #define StringValuePtr(s) RSTRING_PTR(RB_STRING_VALUE(s)) #endif #ifndef StringValueLen #define StringValueLen(s) RSTRING_LEN(RB_STRING_VALUE(s)) #endif #ifndef SafeStringValue #define SafeStringValue(v) do {\ StringValue(v);\ rb_check_safe_str(v);\ } while (0) #endif #ifndef HAVE_RB_DEFINE_ALLOC_FUNC #define rb_define_alloc_func(klass, func) rb_define_singleton_method((klass), "new", VALUEFUNC((func)), -1) #define rb_undef_alloc_func(klass) rb_undef_method(CLASS_OF((klass)), "new") #endif static VALUE _mSWIG = Qnil; /* ----------------------------------------------------------------------------- * error manipulation * ----------------------------------------------------------------------------- */ /* Define some additional error types */ #define SWIG_ObjectPreviouslyDeletedError -100 /* Define custom exceptions for errors that do not map to existing Ruby exceptions. Note this only works for C++ since a global cannot be initialized by a function in C. For C, fallback to rb_eRuntimeError.*/ SWIGINTERN VALUE getNullReferenceError(void) { static int init = 0; static VALUE rb_eNullReferenceError ; if (!init) { init = 1; rb_eNullReferenceError = rb_define_class("NullReferenceError", rb_eRuntimeError); } return rb_eNullReferenceError; } SWIGINTERN VALUE getObjectPreviouslyDeletedError(void) { static int init = 0; static VALUE rb_eObjectPreviouslyDeleted ; if (!init) { init = 1; rb_eObjectPreviouslyDeleted = rb_define_class("ObjectPreviouslyDeleted", rb_eRuntimeError); } return rb_eObjectPreviouslyDeleted; } SWIGINTERN VALUE SWIG_Ruby_ErrorType(int SWIG_code) { VALUE type; switch (SWIG_code) { case SWIG_MemoryError: type = rb_eNoMemError; break; case SWIG_IOError: type = rb_eIOError; break; case SWIG_RuntimeError: type = rb_eRuntimeError; break; case SWIG_IndexError: type = rb_eIndexError; break; case SWIG_TypeError: type = rb_eTypeError; break; case SWIG_DivisionByZero: type = rb_eZeroDivError; break; case SWIG_OverflowError: type = rb_eRangeError; break; case SWIG_SyntaxError: type = rb_eSyntaxError; break; case SWIG_ValueError: type = rb_eArgError; break; case SWIG_SystemError: type = rb_eFatal; break; case SWIG_AttributeError: type = rb_eRuntimeError; break; case SWIG_NullReferenceError: type = getNullReferenceError(); break; case SWIG_ObjectPreviouslyDeletedError: type = getObjectPreviouslyDeletedError(); break; case SWIG_UnknownError: type = rb_eRuntimeError; break; default: type = rb_eRuntimeError; } return type; } /* This function is called when a user inputs a wrong argument to a method. */ SWIGINTERN const char* Ruby_Format_TypeError( const char* msg, const char* type, const char* name, const int argn, VALUE input ) { char buf[128]; VALUE str; VALUE asStr; if ( msg && *msg ) { str = rb_str_new2(msg); } else { str = rb_str_new(NULL, 0); } str = rb_str_cat2( str, "Expected argument " ); sprintf( buf, "%d of type ", argn-1 ); str = rb_str_cat2( str, buf ); str = rb_str_cat2( str, type ); str = rb_str_cat2( str, ", but got " ); str = rb_str_cat2( str, rb_obj_classname(input) ); str = rb_str_cat2( str, " " ); asStr = rb_inspect(input); if ( RSTRING_LEN(asStr) > 30 ) { str = rb_str_cat( str, StringValuePtr(asStr), 30 ); str = rb_str_cat2( str, "..." ); } else { str = rb_str_append( str, asStr ); } if ( name ) { str = rb_str_cat2( str, "\n\tin SWIG method '" ); str = rb_str_cat2( str, name ); str = rb_str_cat2( str, "'" ); } return StringValuePtr( str ); } /* This function is called when an overloaded method fails */ SWIGINTERN void Ruby_Format_OverloadedError( const int argc, const int maxargs, const char* method, const char* prototypes ) { const char* msg = "Wrong # of arguments"; if ( argc <= maxargs ) msg = "Wrong arguments"; rb_raise(rb_eArgError,"%s for overloaded method '%s'.\n" "Possible C/C++ prototypes are:\n%s", msg, method, prototypes); } /* ----------------------------------------------------------------------------- * rubytracking.swg * * This file contains support for tracking mappings from * Ruby objects to C++ objects. This functionality is needed * to implement mark functions for Ruby's mark and sweep * garbage collector. * ----------------------------------------------------------------------------- */ #ifdef __cplusplus extern "C" { #endif /* Ruby 1.8 actually assumes the first case. */ #if SIZEOF_VOIDP == SIZEOF_LONG # define SWIG2NUM(v) LONG2NUM((unsigned long)v) # define NUM2SWIG(x) (unsigned long)NUM2LONG(x) #elif SIZEOF_VOIDP == SIZEOF_LONG_LONG # define SWIG2NUM(v) LL2NUM((unsigned long long)v) # define NUM2SWIG(x) (unsigned long long)NUM2LL(x) #else # error sizeof(void*) is not the same as long or long long #endif /* Global Ruby hash table to store Trackings from C/C++ structs to Ruby Objects. */ static VALUE swig_ruby_trackings = Qnil; /* Global variable that stores a reference to the ruby hash table delete function. */ static ID swig_ruby_hash_delete; /* Setup a Ruby hash table to store Trackings */ SWIGRUNTIME void SWIG_RubyInitializeTrackings(void) { /* Create a ruby hash table to store Trackings from C++ objects to Ruby objects. */ /* Try to see if some other .so has already created a tracking hash table, which we keep hidden in an instance var in the SWIG module. This is done to allow multiple DSOs to share the same tracking table. */ ID trackings_id = rb_intern( "@__trackings__" ); VALUE verbose = rb_gv_get("VERBOSE"); rb_gv_set("VERBOSE", Qfalse); swig_ruby_trackings = rb_ivar_get( _mSWIG, trackings_id ); rb_gv_set("VERBOSE", verbose); /* No, it hasn't. Create one ourselves */ if ( swig_ruby_trackings == Qnil ) { swig_ruby_trackings = rb_hash_new(); rb_ivar_set( _mSWIG, trackings_id, swig_ruby_trackings ); } /* Now store a reference to the hash table delete function so that we only have to look it up once.*/ swig_ruby_hash_delete = rb_intern("delete"); } /* Get a Ruby number to reference a pointer */ SWIGRUNTIME VALUE SWIG_RubyPtrToReference(void* ptr) { /* We cast the pointer to an unsigned long and then store a reference to it using a Ruby number object. */ /* Convert the pointer to a Ruby number */ return SWIG2NUM(ptr); } /* Get a Ruby number to reference an object */ SWIGRUNTIME VALUE SWIG_RubyObjectToReference(VALUE object) { /* We cast the object to an unsigned long and then store a reference to it using a Ruby number object. */ /* Convert the Object to a Ruby number */ return SWIG2NUM(object); } /* Get a Ruby object from a previously stored reference */ SWIGRUNTIME VALUE SWIG_RubyReferenceToObject(VALUE reference) { /* The provided Ruby number object is a reference to the Ruby object we want.*/ /* Convert the Ruby number to a Ruby object */ return NUM2SWIG(reference); } /* Add a Tracking from a C/C++ struct to a Ruby object */ SWIGRUNTIME void SWIG_RubyAddTracking(void* ptr, VALUE object) { /* In a Ruby hash table we store the pointer and the associated Ruby object. The trick here is that we cannot store the Ruby object directly - if we do then it cannot be garbage collected. So instead we typecast it as a unsigned long and convert it to a Ruby number object.*/ /* Get a reference to the pointer as a Ruby number */ VALUE key = SWIG_RubyPtrToReference(ptr); /* Get a reference to the Ruby object as a Ruby number */ VALUE value = SWIG_RubyObjectToReference(object); /* Store the mapping to the global hash table. */ rb_hash_aset(swig_ruby_trackings, key, value); } /* Get the Ruby object that owns the specified C/C++ struct */ SWIGRUNTIME VALUE SWIG_RubyInstanceFor(void* ptr) { /* Get a reference to the pointer as a Ruby number */ VALUE key = SWIG_RubyPtrToReference(ptr); /* Now lookup the value stored in the global hash table */ VALUE value = rb_hash_aref(swig_ruby_trackings, key); if (value == Qnil) { /* No object exists - return nil. */ return Qnil; } else { /* Convert this value to Ruby object */ return SWIG_RubyReferenceToObject(value); } } /* Remove a Tracking from a C/C++ struct to a Ruby object. It is very important to remove objects once they are destroyed since the same memory address may be reused later to create a new object. */ SWIGRUNTIME void SWIG_RubyRemoveTracking(void* ptr) { /* Get a reference to the pointer as a Ruby number */ VALUE key = SWIG_RubyPtrToReference(ptr); /* Delete the object from the hash table by calling Ruby's do this we need to call the Hash.delete method.*/ rb_funcall(swig_ruby_trackings, swig_ruby_hash_delete, 1, key); } /* This is a helper method that unlinks a Ruby object from its underlying C++ object. This is needed if the lifetime of the Ruby object is longer than the C++ object */ SWIGRUNTIME void SWIG_RubyUnlinkObjects(void* ptr) { VALUE object = SWIG_RubyInstanceFor(ptr); if (object != Qnil) { DATA_PTR(object) = 0; } } #ifdef __cplusplus } #endif /* ----------------------------------------------------------------------------- * Ruby API portion that goes into the runtime * ----------------------------------------------------------------------------- */ #ifdef __cplusplus extern "C" { #endif SWIGINTERN VALUE SWIG_Ruby_AppendOutput(VALUE target, VALUE o) { if (NIL_P(target)) { target = o; } else { if (TYPE(target) != T_ARRAY) { VALUE o2 = target; target = rb_ary_new(); rb_ary_push(target, o2); } rb_ary_push(target, o); } return target; } /* For ruby1.8.4 and earlier. */ #ifndef RUBY_INIT_STACK RUBY_EXTERN void Init_stack(VALUE* addr); # define RUBY_INIT_STACK \ VALUE variable_in_this_stack_frame; \ Init_stack(&variable_in_this_stack_frame); #endif #ifdef __cplusplus } #endif /* ----------------------------------------------------------------------------- * rubyrun.swg * * This file contains the runtime support for Ruby modules * and includes code for managing global variables and pointer * type checking. * ----------------------------------------------------------------------------- */ /* For backward compatibility only */ #define SWIG_POINTER_EXCEPTION 0 /* for raw pointers */ #define SWIG_ConvertPtr(obj, pptr, type, flags) SWIG_Ruby_ConvertPtrAndOwn(obj, pptr, type, flags, 0) #define SWIG_ConvertPtrAndOwn(obj,pptr,type,flags,own) SWIG_Ruby_ConvertPtrAndOwn(obj, pptr, type, flags, own) #define SWIG_NewPointerObj(ptr, type, flags) SWIG_Ruby_NewPointerObj(ptr, type, flags) #define SWIG_AcquirePtr(ptr, own) SWIG_Ruby_AcquirePtr(ptr, own) #define swig_owntype ruby_owntype /* for raw packed data */ #define SWIG_ConvertPacked(obj, ptr, sz, ty) SWIG_Ruby_ConvertPacked(obj, ptr, sz, ty, flags) #define SWIG_NewPackedObj(ptr, sz, type) SWIG_Ruby_NewPackedObj(ptr, sz, type) /* for class or struct pointers */ #define SWIG_ConvertInstance(obj, pptr, type, flags) SWIG_ConvertPtr(obj, pptr, type, flags) #define SWIG_NewInstanceObj(ptr, type, flags) SWIG_NewPointerObj(ptr, type, flags) /* for C or C++ function pointers */ #define SWIG_ConvertFunctionPtr(obj, pptr, type) SWIG_ConvertPtr(obj, pptr, type, 0) #define SWIG_NewFunctionPtrObj(ptr, type) SWIG_NewPointerObj(ptr, type, 0) /* for C++ member pointers, ie, member methods */ #define SWIG_ConvertMember(obj, ptr, sz, ty) SWIG_Ruby_ConvertPacked(obj, ptr, sz, ty) #define SWIG_NewMemberObj(ptr, sz, type) SWIG_Ruby_NewPackedObj(ptr, sz, type) /* Runtime API */ #define SWIG_GetModule(clientdata) SWIG_Ruby_GetModule(clientdata) #define SWIG_SetModule(clientdata, pointer) SWIG_Ruby_SetModule(pointer) /* Error manipulation */ #define SWIG_ErrorType(code) SWIG_Ruby_ErrorType(code) #define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType(code), "%s", msg) #define SWIG_fail goto fail /* Ruby-specific SWIG API */ #define SWIG_InitRuntime() SWIG_Ruby_InitRuntime() #define SWIG_define_class(ty) SWIG_Ruby_define_class(ty) #define SWIG_NewClassInstance(value, ty) SWIG_Ruby_NewClassInstance(value, ty) #define SWIG_MangleStr(value) SWIG_Ruby_MangleStr(value) #define SWIG_CheckConvert(value, ty) SWIG_Ruby_CheckConvert(value, ty) #include "assert.h" /* ----------------------------------------------------------------------------- * pointers/data manipulation * ----------------------------------------------------------------------------- */ #ifdef __cplusplus extern "C" { #endif typedef struct { VALUE klass; VALUE mImpl; void (*mark)(void *); void (*destroy)(void *); int trackObjects; } swig_class; /* Global pointer used to keep some internal SWIG stuff */ static VALUE _cSWIG_Pointer = Qnil; static VALUE swig_runtime_data_type_pointer = Qnil; /* Global IDs used to keep some internal SWIG stuff */ static ID swig_arity_id = 0; static ID swig_call_id = 0; /* If your swig extension is to be run within an embedded ruby and has director callbacks, you should set -DRUBY_EMBEDDED during compilation. This will reset ruby's stack frame on each entry point from the main program the first time a virtual director function is invoked (in a non-recursive way). If this is not done, you run the risk of Ruby trashing the stack. */ #ifdef RUBY_EMBEDDED # define SWIG_INIT_STACK \ if ( !swig_virtual_calls ) { RUBY_INIT_STACK } \ ++swig_virtual_calls; # define SWIG_RELEASE_STACK --swig_virtual_calls; # define Ruby_DirectorTypeMismatchException(x) \ rb_raise( rb_eTypeError, "%s", x ); return c_result; static unsigned int swig_virtual_calls = 0; #else /* normal non-embedded extension */ # define SWIG_INIT_STACK # define SWIG_RELEASE_STACK # define Ruby_DirectorTypeMismatchException(x) \ throw Swig::DirectorTypeMismatchException( x ); #endif /* RUBY_EMBEDDED */ SWIGRUNTIME VALUE getExceptionClass(void) { static int init = 0; static VALUE rubyExceptionClass ; if (!init) { init = 1; rubyExceptionClass = rb_const_get(_mSWIG, rb_intern("Exception")); } return rubyExceptionClass; } /* This code checks to see if the Ruby object being raised as part of an exception inherits from the Ruby class Exception. If so, the object is simply returned. If not, then a new Ruby exception object is created and that will be returned to Ruby.*/ SWIGRUNTIME VALUE SWIG_Ruby_ExceptionType(swig_type_info *desc, VALUE obj) { VALUE exceptionClass = getExceptionClass(); if (rb_obj_is_kind_of(obj, exceptionClass)) { return obj; } else { return rb_exc_new3(rb_eRuntimeError, rb_obj_as_string(obj)); } } /* Initialize Ruby runtime support */ SWIGRUNTIME void SWIG_Ruby_InitRuntime(void) { if (_mSWIG == Qnil) { _mSWIG = rb_define_module("SWIG"); swig_call_id = rb_intern("call"); swig_arity_id = rb_intern("arity"); } } /* Define Ruby class for C type */ SWIGRUNTIME void SWIG_Ruby_define_class(swig_type_info *type) { VALUE klass; char *klass_name = (char *) malloc(4 + strlen(type->name) + 1); sprintf(klass_name, "TYPE%s", type->name); if (NIL_P(_cSWIG_Pointer)) { _cSWIG_Pointer = rb_define_class_under(_mSWIG, "Pointer", rb_cObject); rb_undef_method(CLASS_OF(_cSWIG_Pointer), "new"); } klass = rb_define_class_under(_mSWIG, klass_name, _cSWIG_Pointer); free((void *) klass_name); } /* Create a new pointer object */ SWIGRUNTIME VALUE SWIG_Ruby_NewPointerObj(void *ptr, swig_type_info *type, int flags) { int own = flags & SWIG_POINTER_OWN; int track; char *klass_name; swig_class *sklass; VALUE klass; VALUE obj; if (!ptr) return Qnil; if (type->clientdata) { sklass = (swig_class *) type->clientdata; /* Are we tracking this class and have we already returned this Ruby object? */ track = sklass->trackObjects; if (track) { obj = SWIG_RubyInstanceFor(ptr); /* Check the object's type and make sure it has the correct type. It might not in cases where methods do things like downcast methods. */ if (obj != Qnil) { VALUE value = rb_iv_get(obj, "@__swigtype__"); const char* type_name = RSTRING_PTR(value); if (strcmp(type->name, type_name) == 0) { return obj; } } } /* Create a new Ruby object */ obj = Data_Wrap_Struct(sklass->klass, VOIDFUNC(sklass->mark), ( own ? VOIDFUNC(sklass->destroy) : (track ? VOIDFUNC(SWIG_RubyRemoveTracking) : 0 ) ), ptr); /* If tracking is on for this class then track this object. */ if (track) { SWIG_RubyAddTracking(ptr, obj); } } else { klass_name = (char *) malloc(4 + strlen(type->name) + 1); sprintf(klass_name, "TYPE%s", type->name); klass = rb_const_get(_mSWIG, rb_intern(klass_name)); free((void *) klass_name); obj = Data_Wrap_Struct(klass, 0, 0, ptr); } rb_iv_set(obj, "@__swigtype__", rb_str_new2(type->name)); return obj; } /* Create a new class instance (always owned) */ SWIGRUNTIME VALUE SWIG_Ruby_NewClassInstance(VALUE klass, swig_type_info *type) { VALUE obj; swig_class *sklass = (swig_class *) type->clientdata; obj = Data_Wrap_Struct(klass, VOIDFUNC(sklass->mark), VOIDFUNC(sklass->destroy), 0); rb_iv_set(obj, "@__swigtype__", rb_str_new2(type->name)); return obj; } /* Get type mangle from class name */ SWIGRUNTIMEINLINE char * SWIG_Ruby_MangleStr(VALUE obj) { VALUE stype = rb_iv_get(obj, "@__swigtype__"); return StringValuePtr(stype); } /* Acquire a pointer value */ typedef void (*ruby_owntype)(void*); SWIGRUNTIME ruby_owntype SWIG_Ruby_AcquirePtr(VALUE obj, ruby_owntype own) { if (obj) { ruby_owntype oldown = RDATA(obj)->dfree; RDATA(obj)->dfree = own; return oldown; } else { return 0; } } /* Convert a pointer value */ SWIGRUNTIME int SWIG_Ruby_ConvertPtrAndOwn(VALUE obj, void **ptr, swig_type_info *ty, int flags, ruby_owntype *own) { char *c; swig_cast_info *tc; void *vptr = 0; /* Grab the pointer */ if (NIL_P(obj)) { *ptr = 0; return SWIG_OK; } else { if (TYPE(obj) != T_DATA) { return SWIG_ERROR; } Data_Get_Struct(obj, void, vptr); } if (own) *own = RDATA(obj)->dfree; /* Check to see if the input object is giving up ownership of the underlying C struct or C++ object. If so then we need to reset the destructor since the Ruby object no longer owns the underlying C++ object.*/ if (flags & SWIG_POINTER_DISOWN) { /* Is tracking on for this class? */ int track = 0; if (ty && ty->clientdata) { swig_class *sklass = (swig_class *) ty->clientdata; track = sklass->trackObjects; } if (track) { /* We are tracking objects for this class. Thus we change the destructor * to SWIG_RubyRemoveTracking. This allows us to * remove the mapping from the C++ to Ruby object * when the Ruby object is garbage collected. If we don't * do this, then it is possible we will return a reference * to a Ruby object that no longer exists thereby crashing Ruby. */ RDATA(obj)->dfree = SWIG_RubyRemoveTracking; } else { RDATA(obj)->dfree = 0; } } /* Do type-checking if type info was provided */ if (ty) { if (ty->clientdata) { if (rb_obj_is_kind_of(obj, ((swig_class *) (ty->clientdata))->klass)) { if (vptr == 0) { /* The object has already been deleted */ return SWIG_ObjectPreviouslyDeletedError; } *ptr = vptr; return SWIG_OK; } } if ((c = SWIG_MangleStr(obj)) == NULL) { return SWIG_ERROR; } tc = SWIG_TypeCheck(c, ty); if (!tc) { return SWIG_ERROR; } else { int newmemory = 0; *ptr = SWIG_TypeCast(tc, vptr, &newmemory); assert(!newmemory); /* newmemory handling not yet implemented */ } } else { *ptr = vptr; } return SWIG_OK; } /* Check convert */ SWIGRUNTIMEINLINE int SWIG_Ruby_CheckConvert(VALUE obj, swig_type_info *ty) { char *c = SWIG_MangleStr(obj); if (!c) return 0; return SWIG_TypeCheck(c,ty) != 0; } SWIGRUNTIME VALUE SWIG_Ruby_NewPackedObj(void *ptr, int sz, swig_type_info *type) { char result[1024]; char *r = result; if ((2*sz + 1 + strlen(type->name)) > 1000) return 0; *(r++) = '_'; r = SWIG_PackData(r, ptr, sz); strcpy(r, type->name); return rb_str_new2(result); } /* Convert a packed value value */ SWIGRUNTIME int SWIG_Ruby_ConvertPacked(VALUE obj, void *ptr, int sz, swig_type_info *ty) { swig_cast_info *tc; const char *c; if (TYPE(obj) != T_STRING) goto type_error; c = StringValuePtr(obj); /* Pointer values must start with leading underscore */ if (*c != '_') goto type_error; c++; c = SWIG_UnpackData(c, ptr, sz); if (ty) { tc = SWIG_TypeCheck(c, ty); if (!tc) goto type_error; } return SWIG_OK; type_error: return SWIG_ERROR; } SWIGRUNTIME swig_module_info * SWIG_Ruby_GetModule(void *SWIGUNUSEDPARM(clientdata)) { VALUE pointer; swig_module_info *ret = 0; VALUE verbose = rb_gv_get("VERBOSE"); /* temporarily disable warnings, since the pointer check causes warnings with 'ruby -w' */ rb_gv_set("VERBOSE", Qfalse); /* first check if pointer already created */ pointer = rb_gv_get("$swig_runtime_data_type_pointer" SWIG_RUNTIME_VERSION SWIG_TYPE_TABLE_NAME); if (pointer != Qnil) { Data_Get_Struct(pointer, swig_module_info, ret); } /* reinstate warnings */ rb_gv_set("VERBOSE", verbose); return ret; } SWIGRUNTIME void SWIG_Ruby_SetModule(swig_module_info *pointer) { /* register a new class */ VALUE cl = rb_define_class("swig_runtime_data", rb_cObject); /* create and store the structure pointer to a global variable */ swig_runtime_data_type_pointer = Data_Wrap_Struct(cl, 0, 0, pointer); rb_define_readonly_variable("$swig_runtime_data_type_pointer" SWIG_RUNTIME_VERSION SWIG_TYPE_TABLE_NAME, &swig_runtime_data_type_pointer); } /* This function can be used to check whether a proc or method or similarly callable function has been passed. Usually used in a %typecheck, like: %typecheck(c_callback_t, precedence=SWIG_TYPECHECK_POINTER) { $result = SWIG_Ruby_isCallable( $input ); } */ SWIGINTERN int SWIG_Ruby_isCallable( VALUE proc ) { if ( rb_respond_to( proc, swig_call_id ) ) return 1; return 0; } /* This function can be used to check the arity (number of arguments) a proc or method can take. Usually used in a %typecheck. Valid arities will be that equal to minimal or those < 0 which indicate a variable number of parameters at the end. */ SWIGINTERN int SWIG_Ruby_arity( VALUE proc, int minimal ) { if ( rb_respond_to( proc, swig_arity_id ) ) { VALUE num = rb_funcall( proc, swig_arity_id, 0 ); int arity = NUM2INT(num); if ( arity < 0 && (arity+1) < -minimal ) return 1; if ( arity == minimal ) return 1; return 1; } return 0; } #ifdef __cplusplus } #endif #define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg); SWIG_fail; } while(0) #define SWIG_contract_assert(expr, msg) if (!(expr)) { SWIG_Error(SWIG_RuntimeError, msg); SWIG_fail; } else #define SWIG_exception(code, msg) do { SWIG_Error(code, msg);; } while(0) /* -------- TYPES TABLE (BEGIN) -------- */ #define SWIGTYPE_p_allocator_type swig_types[0] #define SWIGTYPE_p_apngasm__APNGAsm swig_types[1] #define SWIGTYPE_p_apngasm__APNGFrame swig_types[2] #define SWIGTYPE_p_apngasm__rgb swig_types[3] #define SWIGTYPE_p_apngasm__rgba swig_types[4] #define SWIGTYPE_p_char swig_types[5] #define SWIGTYPE_p_difference_type swig_types[6] #define SWIGTYPE_p_p_unsigned_char swig_types[7] #define SWIGTYPE_p_p_void swig_types[8] #define SWIGTYPE_p_size_type swig_types[9] #define SWIGTYPE_p_std__allocatorT_apngasm__APNGFrame_t swig_types[10] #define SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t swig_types[11] #define SWIGTYPE_p_swig__ConstIterator swig_types[12] #define SWIGTYPE_p_swig__GC_VALUE swig_types[13] #define SWIGTYPE_p_swig__Iterator swig_types[14] #define SWIGTYPE_p_unsigned_char swig_types[15] #define SWIGTYPE_p_value_type swig_types[16] #define SWIGTYPE_p_void swig_types[17] static swig_type_info *swig_types[19]; static swig_module_info swig_module = {swig_types, 18, 0, 0, 0, 0}; #define SWIG_TypeQuery(name) SWIG_TypeQueryModule(&swig_module, &swig_module, name) #define SWIG_MangledTypeQuery(name) SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name) /* -------- TYPES TABLE (END) -------- */ #define SWIG_init Init_APNG #define SWIG_name "APNG" static VALUE mAPNG; #define SWIG_RUBY_THREAD_BEGIN_BLOCK #define SWIG_RUBY_THREAD_END_BLOCK #define SWIGVERSION 0x020012 #define SWIG_VERSION SWIGVERSION #define SWIG_as_voidptr(a) const_cast< void * >(static_cast< const void * >(a)) #define SWIG_as_voidptrptr(a) ((void)SWIG_as_voidptr(*a),reinterpret_cast< void** >(a)) #include #define Init_APNG Init_rapngasm #include "apngasm.h" #include "apngframe.h" #include #include #include namespace swig { class SwigGCReferences { // Hash of all GC_VALUE's currently in use static SwigGCReferences s_references; VALUE _hash; SwigGCReferences() : _hash(Qnil) { } ~SwigGCReferences() { if (_hash != Qnil) rb_gc_unregister_address(&_hash); } static void EndProcHandler(VALUE) { // Ruby interpreter ending - _hash can no longer be accessed. s_references._hash = Qnil; } public: static SwigGCReferences& instance() { return s_references; } static void initialize() { if (s_references._hash == Qnil) { rb_set_end_proc(&EndProcHandler, Qnil); s_references._hash = rb_hash_new(); rb_gc_register_address(&s_references._hash); } } void GC_register(VALUE& obj) { if (FIXNUM_P(obj) || SPECIAL_CONST_P(obj) || SYMBOL_P(obj)) return; if (_hash != Qnil) { VALUE val = rb_hash_aref(_hash, obj); unsigned n = FIXNUM_P(val) ? NUM2UINT(val) : 0; ++n; rb_hash_aset(_hash, obj, INT2NUM(n)); } } void GC_unregister(const VALUE& obj) { if (FIXNUM_P(obj) || SPECIAL_CONST_P(obj) || SYMBOL_P(obj)) return; // this test should not be needed but I've noticed some very erratic // behavior of none being unregistered in some very rare situations. if (BUILTIN_TYPE(obj) == T_NONE) return; if (_hash != Qnil) { VALUE val = rb_hash_aref(s_references._hash, obj); unsigned n = FIXNUM_P(val) ? NUM2UINT(val) : 1; --n; if (n) rb_hash_aset(s_references._hash, obj, INT2NUM(n)); else rb_hash_delete(s_references._hash, obj); } } }; class GC_VALUE { protected: VALUE _obj; static ID hash_id; static ID lt_id; static ID gt_id; static ID eq_id; static ID le_id; static ID ge_id; static ID pos_id; static ID neg_id; static ID inv_id; static ID add_id; static ID sub_id; static ID mul_id; static ID div_id; static ID mod_id; static ID and_id; static ID or_id; static ID xor_id; static ID lshift_id; static ID rshift_id; struct OpArgs { VALUE src; ID id; int nargs; VALUE target; }; public: GC_VALUE() : _obj(Qnil) { } GC_VALUE(const GC_VALUE& item) : _obj(item._obj) { SwigGCReferences::instance().GC_register(_obj); } GC_VALUE(VALUE obj) :_obj(obj) { SwigGCReferences::instance().GC_register(_obj); } ~GC_VALUE() { SwigGCReferences::instance().GC_unregister(_obj); } GC_VALUE & operator=(const GC_VALUE& item) { SwigGCReferences::instance().GC_unregister(_obj); _obj = item._obj; SwigGCReferences::instance().GC_register(_obj); return *this; } operator VALUE() const { return _obj; } VALUE inspect() const { return rb_inspect(_obj); } VALUE to_s() const { return rb_inspect(_obj); } static VALUE swig_rescue_swallow(VALUE) { /* VALUE errstr = rb_obj_as_string(rb_errinfo()); printf("Swallowing error: '%s'\n", RSTRING_PTR(StringValue(errstr))); */ return Qnil; /* Swallow Ruby exception */ } static VALUE swig_rescue_funcall(VALUE p) { OpArgs* args = (OpArgs*) p; return rb_funcall(args->src, args->id, args->nargs, args->target); } bool relational_equal_op(const GC_VALUE& other, const ID& op_id, bool (*op_func)(const VALUE& a, const VALUE& b)) const { if (FIXNUM_P(_obj) && FIXNUM_P(other._obj)) { return op_func(_obj, other._obj); } bool res = false; VALUE ret = Qnil; SWIG_RUBY_THREAD_BEGIN_BLOCK; if (rb_respond_to(_obj, op_id)) { OpArgs args; args.src = _obj; args.id = op_id; args.nargs = 1; args.target = VALUE(other); ret = rb_rescue(RUBY_METHOD_FUNC(swig_rescue_funcall), VALUE(&args), (RUBY_METHOD_FUNC(swig_rescue_swallow)), Qnil); } if (ret == Qnil) { VALUE a = rb_funcall( _obj, hash_id, 0 ); VALUE b = rb_funcall( VALUE(other), hash_id, 0 ); res = op_func(a, b); } else { res = RTEST(ret); } SWIG_RUBY_THREAD_END_BLOCK; return res; } static bool operator_eq(const VALUE& a, const VALUE& b) { return a == b; } static bool operator_lt(const VALUE& a, const VALUE& b) { return a < b; } static bool operator_le(const VALUE& a, const VALUE& b) { return a <= b; } static bool operator_gt(const VALUE& a, const VALUE& b) { return a > b; } static bool operator_ge(const VALUE& a, const VALUE& b) { return a >= b; } bool operator==(const GC_VALUE& other) const { return relational_equal_op(other, eq_id, operator_eq); } bool operator<(const GC_VALUE& other) const { return relational_equal_op(other, lt_id, operator_lt); } bool operator<=(const GC_VALUE& other) const { return relational_equal_op(other, le_id, operator_le); } bool operator>(const GC_VALUE& other) const { return relational_equal_op(other, gt_id, operator_gt); } bool operator>=(const GC_VALUE& other) const { return relational_equal_op(other, ge_id, operator_ge); } bool operator!=(const GC_VALUE& other) const { return !(this->operator==(other)); } GC_VALUE unary_op(const ID& op_id) const { VALUE ret = Qnil; SWIG_RUBY_THREAD_BEGIN_BLOCK; OpArgs args; args.src = _obj; args.id = op_id; args.nargs = 0; args.target = Qnil; ret = rb_rescue(RUBY_METHOD_FUNC(swig_rescue_funcall), VALUE(&args), (RUBY_METHOD_FUNC(swig_rescue_swallow)), Qnil); SWIG_RUBY_THREAD_END_BLOCK; return ret; } GC_VALUE operator+() const { return unary_op(pos_id); } GC_VALUE operator-() const { return unary_op(neg_id); } GC_VALUE operator~() const { return unary_op(inv_id); } GC_VALUE binary_op(const GC_VALUE& other, const ID& op_id) const { VALUE ret = Qnil; SWIG_RUBY_THREAD_BEGIN_BLOCK; OpArgs args; args.src = _obj; args.id = op_id; args.nargs = 1; args.target = VALUE(other); ret = rb_rescue(RUBY_METHOD_FUNC(swig_rescue_funcall), VALUE(&args), (RUBY_METHOD_FUNC(swig_rescue_swallow)), Qnil); SWIG_RUBY_THREAD_END_BLOCK; return GC_VALUE(ret); } GC_VALUE operator+(const GC_VALUE& other) const { return binary_op(other, add_id); } GC_VALUE operator-(const GC_VALUE& other) const { return binary_op(other, sub_id); } GC_VALUE operator*(const GC_VALUE& other) const { return binary_op(other, mul_id); } GC_VALUE operator/(const GC_VALUE& other) const { return binary_op(other, div_id); } GC_VALUE operator%(const GC_VALUE& other) const { return binary_op(other, mod_id); } GC_VALUE operator&(const GC_VALUE& other) const { return binary_op(other, and_id); } GC_VALUE operator^(const GC_VALUE& other) const { return binary_op(other, xor_id); } GC_VALUE operator|(const GC_VALUE& other) const { return binary_op(other, or_id); } GC_VALUE operator<<(const GC_VALUE& other) const { return binary_op(other, lshift_id); } GC_VALUE operator>>(const GC_VALUE& other) const { return binary_op(other, rshift_id); } }; ID GC_VALUE::hash_id = rb_intern("hash"); ID GC_VALUE::lt_id = rb_intern("<"); ID GC_VALUE::gt_id = rb_intern(">"); ID GC_VALUE::eq_id = rb_intern("=="); ID GC_VALUE::le_id = rb_intern("<="); ID GC_VALUE::ge_id = rb_intern(">="); ID GC_VALUE::pos_id = rb_intern("+@"); ID GC_VALUE::neg_id = rb_intern("-@"); ID GC_VALUE::inv_id = rb_intern("~"); ID GC_VALUE::add_id = rb_intern("+"); ID GC_VALUE::sub_id = rb_intern("-"); ID GC_VALUE::mul_id = rb_intern("*"); ID GC_VALUE::div_id = rb_intern("/"); ID GC_VALUE::mod_id = rb_intern("%"); ID GC_VALUE::and_id = rb_intern("&"); ID GC_VALUE::or_id = rb_intern("|"); ID GC_VALUE::xor_id = rb_intern("^"); ID GC_VALUE::lshift_id = rb_intern("<<"); ID GC_VALUE::rshift_id = rb_intern(">>"); SwigGCReferences SwigGCReferences::s_references; typedef GC_VALUE LANGUAGE_OBJ; } // namespace swig #if defined(__GNUC__) # if __GNUC__ == 2 && __GNUC_MINOR <= 96 # define SWIG_STD_NOMODERN_STL # endif #endif #include #include #include #include namespace swig { struct stop_iteration { }; /** * Abstract base class used to represent all iterators of STL containers. */ struct ConstIterator { public: typedef ConstIterator self_type; protected: GC_VALUE _seq; protected: ConstIterator(VALUE seq) : _seq(seq) { } // Random access iterator methods, but not required in Ruby virtual ptrdiff_t distance(const ConstIterator &x) const { throw std::invalid_argument("distance not supported"); } virtual bool equal (const ConstIterator &x) const { throw std::invalid_argument("equal not supported"); } virtual self_type* advance(ptrdiff_t n) { throw std::invalid_argument("advance not supported"); } public: virtual ~ConstIterator() {} // Access iterator method, required by Ruby virtual VALUE value() const { throw std::invalid_argument("value not supported"); return Qnil; }; virtual VALUE setValue( const VALUE& v ) { throw std::invalid_argument("value= not supported"); return Qnil; } virtual self_type* next( size_t n = 1 ) { return this->advance( n ); } virtual self_type* previous( size_t n = 1 ) { ptrdiff_t nn = n; return this->advance( -nn ); } virtual VALUE to_s() const { throw std::invalid_argument("to_s not supported"); return Qnil; } virtual VALUE inspect() const { throw std::invalid_argument("inspect not supported"); return Qnil; } virtual ConstIterator *dup() const { throw std::invalid_argument("dup not supported"); return NULL; } // // C++ common/needed methods. We emulate a bidirectional // operator, to be compatible with all the STL. // The iterator traits will then tell the STL what type of // iterator we really are. // ConstIterator() : _seq( Qnil ) { } ConstIterator( const self_type& b ) : _seq( b._seq ) { } self_type& operator=( const self_type& b ) { _seq = b._seq; return *this; } bool operator == (const ConstIterator& x) const { return equal(x); } bool operator != (const ConstIterator& x) const { return ! operator==(x); } // Pre-decrement operator self_type& operator--() { return *previous(); } // Pre-increment operator self_type& operator++() { return *next(); } // Post-decrement operator self_type operator--(int) { self_type r = *this; previous(); return r; } // Post-increment operator self_type operator++(int) { self_type r = *this; next(); return r; } ConstIterator& operator += (ptrdiff_t n) { return *advance(n); } ConstIterator& operator -= (ptrdiff_t n) { return *advance(-n); } ConstIterator* operator + (ptrdiff_t n) const { return dup()->advance(n); } ConstIterator* operator - (ptrdiff_t n) const { return dup()->advance(-n); } ptrdiff_t operator - (const ConstIterator& x) const { return x.distance(*this); } static swig_type_info* descriptor() { static int init = 0; static swig_type_info* desc = 0; if (!init) { desc = SWIG_TypeQuery("swig::ConstIterator *"); init = 1; } return desc; } }; /** * Abstract base class used to represent all non-const iterators of STL containers. * */ struct Iterator : public ConstIterator { public: typedef Iterator self_type; protected: Iterator(VALUE seq) : ConstIterator(seq) { } virtual self_type* advance(ptrdiff_t n) { throw std::invalid_argument("operation not supported"); } public: static swig_type_info* descriptor() { static int init = 0; static swig_type_info* desc = 0; if (!init) { desc = SWIG_TypeQuery("swig::Iterator *"); init = 1; } return desc; } virtual Iterator *dup() const { throw std::invalid_argument("dup not supported"); return NULL; } virtual self_type* next( size_t n = 1 ) { return this->advance( n ); } virtual self_type* previous( size_t n = 1 ) { ptrdiff_t nn = n; return this->advance( -nn ); } bool operator == (const ConstIterator& x) const { return equal(x); } bool operator != (const Iterator& x) const { return ! operator==(x); } Iterator& operator += (ptrdiff_t n) { return *advance(n); } Iterator& operator -= (ptrdiff_t n) { return *advance(-n); } Iterator* operator + (ptrdiff_t n) const { return dup()->advance(n); } Iterator* operator - (ptrdiff_t n) const { return dup()->advance(-n); } ptrdiff_t operator - (const Iterator& x) const { return x.distance(*this); } }; } SWIGINTERN VALUE SWIG_ruby_failed(void) { return Qnil; } /*@SWIG:/usr/share/swig2.0/ruby/rubyprimtypes.swg,19,%ruby_aux_method@*/ SWIGINTERN VALUE SWIG_AUX_NUM2ULONG(VALUE *args) { VALUE obj = args[0]; VALUE type = TYPE(obj); unsigned long *res = (unsigned long *)(args[1]); *res = type == T_FIXNUM ? NUM2ULONG(obj) : rb_big2ulong(obj); return obj; } /*@SWIG@*/ SWIGINTERN int SWIG_AsVal_unsigned_SS_long (VALUE obj, unsigned long *val) { VALUE type = TYPE(obj); if ((type == T_FIXNUM) || (type == T_BIGNUM)) { unsigned long v; VALUE a[2]; a[0] = obj; a[1] = (VALUE)(&v); if (rb_rescue(RUBY_METHOD_FUNC(SWIG_AUX_NUM2ULONG), (VALUE)a, RUBY_METHOD_FUNC(SWIG_ruby_failed), 0) != Qnil) { if (val) *val = v; return SWIG_OK; } } return SWIG_TypeError; } SWIGINTERNINLINE int SWIG_AsVal_size_t (VALUE obj, size_t *val) { unsigned long v; int res = SWIG_AsVal_unsigned_SS_long (obj, val ? &v : 0); if (SWIG_IsOK(res) && val) *val = static_cast< size_t >(v); return res; } SWIGINTERNINLINE VALUE SWIG_From_bool (bool value) { return value ? Qtrue : Qfalse; } /*@SWIG:/usr/share/swig2.0/ruby/rubyprimtypes.swg,19,%ruby_aux_method@*/ SWIGINTERN VALUE SWIG_AUX_NUM2LONG(VALUE *args) { VALUE obj = args[0]; VALUE type = TYPE(obj); long *res = (long *)(args[1]); *res = type == T_FIXNUM ? NUM2LONG(obj) : rb_big2long(obj); return obj; } /*@SWIG@*/ SWIGINTERN int SWIG_AsVal_long (VALUE obj, long* val) { VALUE type = TYPE(obj); if ((type == T_FIXNUM) || (type == T_BIGNUM)) { long v; VALUE a[2]; a[0] = obj; a[1] = (VALUE)(&v); if (rb_rescue(RUBY_METHOD_FUNC(SWIG_AUX_NUM2LONG), (VALUE)a, RUBY_METHOD_FUNC(SWIG_ruby_failed), 0) != Qnil) { if (val) *val = v; return SWIG_OK; } } return SWIG_TypeError; } SWIGINTERNINLINE int SWIG_AsVal_ptrdiff_t (VALUE obj, ptrdiff_t *val) { long v; int res = SWIG_AsVal_long (obj, val ? &v : 0); if (SWIG_IsOK(res) && val) *val = static_cast< ptrdiff_t >(v); return res; } #include #if !defined(SWIG_NO_LLONG_MAX) # if !defined(LLONG_MAX) && defined(__GNUC__) && defined (__LONG_LONG_MAX__) # define LLONG_MAX __LONG_LONG_MAX__ # define LLONG_MIN (-LLONG_MAX - 1LL) # define ULLONG_MAX (LLONG_MAX * 2ULL + 1ULL) # endif #endif #define SWIG_From_long LONG2NUM SWIGINTERNINLINE VALUE SWIG_From_ptrdiff_t (ptrdiff_t value) { return SWIG_From_long (static_cast< long >(value)); } #include #include #include SWIGINTERN int SWIG_AsVal_unsigned_SS_char (VALUE obj, unsigned char *val) { unsigned long v; int res = SWIG_AsVal_unsigned_SS_long (obj, &v); if (SWIG_IsOK(res)) { if ((v > UCHAR_MAX)) { return SWIG_OverflowError; } else { if (val) *val = static_cast< unsigned char >(v); } } return res; } SWIGINTERNINLINE VALUE SWIG_From_unsigned_SS_long (unsigned long value) { return ULONG2NUM(value); } SWIGINTERNINLINE VALUE SWIG_From_unsigned_SS_char (unsigned char value) { return SWIG_From_unsigned_SS_long (value); } SWIGINTERN swig_type_info* SWIG_pchar_descriptor(void) { static int init = 0; static swig_type_info* info = 0; if (!init) { info = SWIG_TypeQuery("_p_char"); init = 1; } return info; } SWIGINTERN int SWIG_AsCharPtrAndSize(VALUE obj, char** cptr, size_t* psize, int *alloc) { if (TYPE(obj) == T_STRING) { char *cstr = StringValuePtr(obj); size_t size = RSTRING_LEN(obj) + 1; if (cptr) { if (alloc) { if (*alloc == SWIG_NEWOBJ) { *cptr = reinterpret_cast< char* >(memcpy((new char[size]), cstr, sizeof(char)*(size))); } else { *cptr = cstr; *alloc = SWIG_OLDOBJ; } } } if (psize) *psize = size; return SWIG_OK; } else { swig_type_info* pchar_descriptor = SWIG_pchar_descriptor(); if (pchar_descriptor) { void* vptr = 0; if (SWIG_ConvertPtr(obj, &vptr, pchar_descriptor, 0) == SWIG_OK) { if (cptr) *cptr = (char *)vptr; if (psize) *psize = vptr ? (strlen((char*)vptr) + 1) : 0; if (alloc) *alloc = SWIG_OLDOBJ; return SWIG_OK; } } } return SWIG_TypeError; } SWIGINTERN int SWIG_AsPtr_std_string (VALUE obj, std::string **val) { char* buf = 0 ; size_t size = 0; int alloc = SWIG_OLDOBJ; if (SWIG_IsOK((SWIG_AsCharPtrAndSize(obj, &buf, &size, &alloc)))) { if (buf) { if (val) *val = new std::string(buf, size - 1); if (alloc == SWIG_NEWOBJ) delete[] buf; return SWIG_NEWOBJ; } else { if (val) *val = 0; return SWIG_OLDOBJ; } } else { static int init = 0; static swig_type_info* descriptor = 0; if (!init) { descriptor = SWIG_TypeQuery("std::string" " *"); init = 1; } if (descriptor) { std::string *vptr; int res = SWIG_ConvertPtr(obj, (void**)&vptr, descriptor, 0); if (SWIG_IsOK(res) && val) *val = vptr; return res; } } return SWIG_ERROR; } SWIGINTERN int SWIG_AsVal_unsigned_SS_int (VALUE obj, unsigned int *val) { unsigned long v; int res = SWIG_AsVal_unsigned_SS_long (obj, &v); if (SWIG_IsOK(res)) { if ((v > UINT_MAX)) { return SWIG_OverflowError; } else { if (val) *val = static_cast< unsigned int >(v); } } return res; } SWIGINTERNINLINE VALUE SWIG_From_unsigned_SS_int (unsigned int value) { return SWIG_From_unsigned_SS_long (value); } SWIGINTERN int SWIG_AsVal_int (VALUE obj, int *val) { long v; int res = SWIG_AsVal_long (obj, &v); if (SWIG_IsOK(res)) { if ((v < INT_MIN || v > INT_MAX)) { return SWIG_OverflowError; } else { if (val) *val = static_cast< int >(v); } } return res; } SWIGINTERNINLINE VALUE SWIG_From_int (int value) { return SWIG_From_long (value); } SWIGINTERNINLINE VALUE SWIG_From_size_t (size_t value) { return SWIG_From_unsigned_SS_long (static_cast< unsigned long >(value)); } SWIGINTERN int SWIG_AsVal_bool (VALUE obj, bool *val) { if (obj == Qtrue) { if (val) *val = true; return SWIG_OK; } else if (obj == Qfalse) { if (val) *val = false; return SWIG_OK; } else { int res = 0; if (SWIG_AsVal_int (obj, &res) == SWIG_OK) { if (val) *val = res ? true : false; return SWIG_OK; } } return SWIG_TypeError; } SWIGINTERNINLINE VALUE SWIG_FromCharPtrAndSize(const char* carray, size_t size) { if (carray) { if (size > LONG_MAX) { swig_type_info* pchar_descriptor = SWIG_pchar_descriptor(); return pchar_descriptor ? SWIG_NewPointerObj(const_cast< char * >(carray), pchar_descriptor, 0) : Qnil; } else { return rb_str_new(carray, static_cast< long >(size)); } } else { return Qnil; } } SWIGINTERNINLINE VALUE SWIG_FromCharPtr(const char *cptr) { return SWIG_FromCharPtrAndSize(cptr, (cptr ? strlen(cptr) : 0)); } namespace swig { template struct noconst_traits { typedef Type noconst_type; }; template struct noconst_traits { typedef Type noconst_type; }; /* type categories */ struct pointer_category { }; struct value_category { }; /* General traits that provides type_name and type_info */ template struct traits { }; template inline const char* type_name() { return traits::noconst_type >::type_name(); } template struct traits_info { static swig_type_info *type_query(std::string name) { name += " *"; return SWIG_TypeQuery(name.c_str()); } static swig_type_info *type_info() { static swig_type_info *info = type_query(type_name()); return info; } }; template inline swig_type_info *type_info() { return traits_info::type_info(); } /* Partial specialization for pointers */ template struct traits { typedef pointer_category category; static std::string make_ptr_name(const char* name) { std::string ptrname = name; ptrname += " *"; return ptrname; } static const char* type_name() { static std::string name = make_ptr_name(swig::type_name()); return name.c_str(); } }; template struct traits_as { }; template struct traits_check { }; } namespace swig { /* Traits that provides the from method */ template struct traits_from_ptr { static VALUE from(Type *val, int owner = 0) { return SWIG_NewPointerObj(val, type_info(), owner); } }; template struct traits_from { static VALUE from(const Type& val) { return traits_from_ptr::from(new Type(val), 1); } }; template struct traits_from { static VALUE from(Type* val) { return traits_from_ptr::from(val, 0); } }; template struct traits_from { static VALUE from(const Type* val) { return traits_from_ptr::from(const_cast(val), 0); } }; template inline VALUE from(const Type& val) { return traits_from::from(val); } template inline VALUE from_ptr(Type* val, int owner) { return traits_from_ptr::from(val, owner); } /* Traits that provides the asval/as/check method */ template struct traits_asptr { static int asptr(VALUE obj, Type **val) { Type *p; int res = SWIG_ConvertPtr(obj, (void**)&p, type_info(), 0); if (SWIG_IsOK(res)) { if (val) *val = p; } return res; } }; template inline int asptr(VALUE obj, Type **vptr) { return traits_asptr::asptr(obj, vptr); } template struct traits_asval { static int asval(VALUE obj, Type *val) { if (val) { Type *p = 0; int res = traits_asptr::asptr(obj, &p); if (!SWIG_IsOK(res)) return res; if (p) { typedef typename noconst_traits::noconst_type noconst_type; *(const_cast(val)) = *p; if (SWIG_IsNewObj(res)){ delete p; res = SWIG_DelNewMask(res); } return res; } else { return SWIG_ERROR; } } else { return traits_asptr::asptr(obj, (Type **)(0)); } } }; template struct traits_asval { static int asval(VALUE obj, Type **val) { if (val) { typedef typename noconst_traits::noconst_type noconst_type; noconst_type *p = 0; int res = traits_asptr::asptr(obj, &p); if (SWIG_IsOK(res)) { *(const_cast(val)) = p; } return res; } else { return traits_asptr::asptr(obj, (Type **)(0)); } } }; template inline int asval(VALUE obj, Type *val) { return traits_asval::asval(obj, val); } template struct traits_as { static Type as(VALUE obj, bool throw_error) { Type v; int res = asval(obj, &v); if (!obj || !SWIG_IsOK(res)) { if (throw_error) throw std::invalid_argument("bad type"); VALUE lastErr = rb_gv_get("$!"); if (lastErr == Qnil) { SWIG_Error(SWIG_TypeError, swig::type_name()); } } return v; } }; template struct traits_as { static Type as(VALUE obj, bool throw_error) { Type *v = 0; int res = (obj ? traits_asptr::asptr(obj, &v) : SWIG_ERROR); if (SWIG_IsOK(res) && v) { if (SWIG_IsNewObj(res)) { Type r(*v); delete v; return r; } else { return *v; } } else { // Uninitialized return value, no Type() constructor required. if (throw_error) throw std::invalid_argument("bad type"); VALUE lastErr = rb_gv_get("$!"); if (lastErr == Qnil) { SWIG_Error(SWIG_TypeError, swig::type_name()); } static Type *v_def = (Type*) malloc(sizeof(Type)); memset(v_def,0,sizeof(Type)); return *v_def; } } }; template struct traits_as { static Type* as(VALUE obj, bool throw_error) { Type *v = 0; int res = (obj ? traits_asptr::asptr(obj, &v) : SWIG_ERROR); if (SWIG_IsOK(res)) { return v; } else { if (throw_error) throw std::invalid_argument("bad type"); VALUE lastErr = rb_gv_get("$!"); if (lastErr == Qnil) { SWIG_Error(SWIG_TypeError, swig::type_name()); } return 0; } } }; template inline Type as(VALUE obj, bool te = false) { return traits_as< Type, typename traits< Type >::category >::as(obj, te); } template struct traits_check { static bool check(VALUE obj) { int res = obj ? asval(obj, (Type *)(0)) : SWIG_ERROR; return SWIG_IsOK(res) ? true : false; } }; template struct traits_check { static bool check(VALUE obj) { int res = obj ? asptr(obj, (Type **)(0)) : SWIG_ERROR; return SWIG_IsOK(res) ? true : false; } }; template inline bool check(VALUE obj) { return traits_check::category>::check(obj); } } namespace swig { template <> struct traits { typedef pointer_category category; static const char* type_name() { return"apngasm::APNGFrame"; } }; } #include namespace swig { template < class T > struct yield : public std::unary_function< T, bool > { bool operator()( const T& v ) const { return RTEST( rb_yield( swig::from< T >(v) ) ); } }; inline size_t check_index(ptrdiff_t i, size_t size, bool insert = false) { if ( i < 0 ) { if ((size_t) (-i) <= size) return (size_t) (i + size); } else if ( (size_t) i < size ) { return (size_t) i; } else if (insert && ((size_t) i == size)) { return size; } throw std::out_of_range("index out of range"); } inline size_t slice_index(ptrdiff_t i, size_t size) { if ( i < 0 ) { if ((size_t) (-i) <= size) { return (size_t) (i + size); } else { throw std::out_of_range("index out of range"); } } else { return ( (size_t) i < size ) ? ((size_t) i) : size; } } template inline typename Sequence::iterator getpos(Sequence* self, Difference i) { typename Sequence::iterator pos = self->begin(); std::advance(pos, check_index(i,self->size())); return pos; } template inline typename Sequence::const_iterator cgetpos(const Sequence* self, Difference i) { typename Sequence::const_iterator pos = self->begin(); std::advance(pos, check_index(i,self->size())); return pos; } template inline Sequence* getslice(const Sequence* self, Difference i, Difference j) { typename Sequence::size_type size = self->size(); typename Sequence::size_type ii = swig::check_index(i, size); typename Sequence::size_type jj = swig::slice_index(j, size); if (jj > ii) { typename Sequence::const_iterator vb = self->begin(); typename Sequence::const_iterator ve = self->begin(); std::advance(vb,ii); std::advance(ve,jj); return new Sequence(vb, ve); } else { return new Sequence(); } } template inline void setslice(Sequence* self, Difference i, Difference j, const InputSeq& v) { typename Sequence::size_type size = self->size(); typename Sequence::size_type ii = swig::check_index(i, size, true); typename Sequence::size_type jj = swig::slice_index(j, size); if (jj < ii) jj = ii; size_t ssize = jj - ii; if (ssize <= v.size()) { typename Sequence::iterator sb = self->begin(); typename InputSeq::const_iterator vmid = v.begin(); std::advance(sb,ii); std::advance(vmid, jj - ii); self->insert(std::copy(v.begin(), vmid, sb), vmid, v.end()); } else { typename Sequence::iterator sb = self->begin(); typename Sequence::iterator se = self->begin(); std::advance(sb,ii); std::advance(se,jj); self->erase(sb,se); self->insert(sb, v.begin(), v.end()); } } template inline void delslice(Sequence* self, Difference i, Difference j) { typename Sequence::size_type size = self->size(); typename Sequence::size_type ii = swig::check_index(i, size, true); typename Sequence::size_type jj = swig::slice_index(j, size); if (jj > ii) { typename Sequence::iterator sb = self->begin(); typename Sequence::iterator se = self->begin(); std::advance(sb,ii); std::advance(se,jj); self->erase(sb,se); } } } #if defined(__SUNPRO_CC) && defined(_RWSTD_VER) # if !defined(SWIG_NO_STD_NOITERATOR_TRAITS_STL) # define SWIG_STD_NOITERATOR_TRAITS_STL # endif #endif #if !defined(SWIG_STD_NOITERATOR_TRAITS_STL) #include #else namespace std { template struct iterator_traits { typedef ptrdiff_t difference_type; typedef typename Iterator::value_type value_type; }; template struct iterator_traits<__reverse_bi_iterator > { typedef Distance difference_type; typedef T value_type; }; template struct iterator_traits { typedef T value_type; typedef ptrdiff_t difference_type; }; template inline typename iterator_traits<_InputIterator>::difference_type distance(_InputIterator __first, _InputIterator __last) { typename iterator_traits<_InputIterator>::difference_type __n = 0; while (__first != __last) { ++__first; ++__n; } return __n; } } #endif namespace swig { /** * Templated base classes for all custom const_iterators. * */ template class ConstIterator_T : public ConstIterator { public: typedef OutConstIterator const_iter; typedef typename std::iterator_traits::value_type value_type; typedef ConstIterator_T self_type; protected: virtual bool equal (const ConstIterator &iter) const { const self_type *iters = dynamic_cast(&iter); if (iters) { return (current == iters->get_current()); } else { throw std::invalid_argument("bad iterator type"); } } virtual ptrdiff_t distance(const ConstIterator &iter) const { const self_type *iters = dynamic_cast(&iter); if (iters) { return std::distance(current, iters->get_current()); } else { throw std::invalid_argument("bad iterator type"); } } virtual ConstIterator* advance(ptrdiff_t n) { std::advance( current, n ); return this; } public: ConstIterator_T() : ConstIterator(Qnil) { } ConstIterator_T(const_iter curr, VALUE seq = Qnil) : ConstIterator(seq), current(curr) { } const const_iter& get_current() const { return current; } const value_type& operator*() const { return *current; } virtual VALUE inspect() const { VALUE ret = rb_str_new2("#<"); ret = rb_str_cat2( ret, rb_obj_classname(_seq) ); ret = rb_str_cat2( ret, "::const_iterator " ); VALUE cur = value(); ret = rb_str_concat( ret, rb_inspect(cur) ); ret = rb_str_cat2( ret, ">" ); return ret; } virtual VALUE to_s() const { VALUE ret = rb_str_new2( rb_obj_classname(_seq) ); ret = rb_str_cat2( ret, "::const_iterator " ); VALUE cur = value(); ret = rb_str_concat( ret, rb_obj_as_string(cur) ); return ret; } protected: const_iter current; }; /** * Templated base classes for all custom non-const iterators. * */ template class Iterator_T : public Iterator { public: typedef InOutIterator nonconst_iter; // Make this class iterator STL compatible, by using iterator_traits typedef typename std::iterator_traits::iterator_category iterator_category; typedef typename std::iterator_traits::value_type value_type; typedef typename std::iterator_traits::difference_type difference_type; typedef typename std::iterator_traits::pointer pointer; typedef typename std::iterator_traits::reference reference; typedef Iterator base; typedef Iterator_T< nonconst_iter > self_type; protected: virtual bool equal (const ConstIterator &iter) const { const self_type *iters = dynamic_cast(&iter); if (iters) { return (current == iters->get_current()); } else { throw std::invalid_argument("bad iterator type"); } } virtual ptrdiff_t distance(const ConstIterator &iter) const { const self_type *iters = dynamic_cast(&iter); if (iters) { return std::distance(current, iters->get_current()); } else { throw std::invalid_argument("bad iterator type"); } } virtual Iterator* advance(ptrdiff_t n) { std::advance( current, n ); return this; } public: Iterator_T(nonconst_iter curr, VALUE seq = Qnil) : Iterator(seq), current(curr) { } const nonconst_iter& get_current() const { return current; } self_type& operator=( const self_type& b ) { base::operator=( b ); return *this; } self_type& operator=( const value_type& b ) { *current = b; return *this; } const value_type& operator*() const { return *current; } value_type& operator*() { return *current; } virtual VALUE inspect() const { VALUE ret = rb_str_new2("#<"); ret = rb_str_cat2( ret, rb_obj_classname(_seq) ); ret = rb_str_cat2( ret, "::iterator " ); VALUE cur = value(); ret = rb_str_concat( ret, rb_inspect(cur) ); ret = rb_str_cat2( ret, ">" ); return ret; } virtual VALUE to_s() const { VALUE ret = rb_str_new2( rb_obj_classname(_seq) ); ret = rb_str_cat2( ret, "::iterator " ); VALUE cur = value(); ret = rb_str_concat( ret, rb_obj_as_string(cur) ); return ret; } protected: nonconst_iter current; }; /** * Auxiliary functor to store the value of a ruby object inside * a reference of a compatible C++ type. ie: Ruby -> C++ * */ template struct asval_oper { typedef ValueType value_type; typedef bool result_type; bool operator()(VALUE obj, value_type& v) const { return ( swig::asval< value_type >(obj, &v) == SWIG_OK ); } }; /** * Auxiliary functor to return a ruby object from a C++ type. * ie: C++ -> Ruby * */ template struct from_oper { typedef const ValueType& argument_type; typedef VALUE result_type; result_type operator()(argument_type v) const { return swig::from(v); } }; /** * ConstIterator class for a const_iterator with no end() boundaries. * */ template::value_type, typename FromOper = from_oper > class ConstIteratorOpen_T : public ConstIterator_T { public: FromOper from; typedef OutConstIterator const_iter; typedef ValueType value_type; typedef ConstIterator_T base; typedef ConstIteratorOpen_T self_type; ConstIteratorOpen_T(const_iter curr, VALUE seq = Qnil) : ConstIterator_T(curr, seq) { } virtual VALUE value() const { return from(static_cast(*(base::current))); } ConstIterator *dup() const { return new self_type(*this); } }; /** * Iterator class for an iterator with no end() boundaries. * */ template::value_type, typename FromOper = from_oper, typename AsvalOper = asval_oper > class IteratorOpen_T : public Iterator_T { public: FromOper from; AsvalOper asval; typedef InOutIterator nonconst_iter; typedef ValueType value_type; typedef Iterator_T base; typedef IteratorOpen_T self_type; public: IteratorOpen_T(nonconst_iter curr, VALUE seq = Qnil) : Iterator_T(curr, seq) { } virtual VALUE value() const { return from(static_cast(*(base::current))); } virtual VALUE setValue( const VALUE& v ) { value_type& dst = *base::current; if ( asval(v, dst) ) return v; return Qnil; } Iterator *dup() const { return new self_type(*this); } }; /** * ConstIterator class for a const_iterator where begin() and end() boundaries are known. * */ template::value_type, typename FromOper = from_oper > class ConstIteratorClosed_T : public ConstIterator_T { public: FromOper from; typedef OutConstIterator const_iter; typedef ValueType value_type; typedef ConstIterator_T base; typedef ConstIteratorClosed_T self_type; protected: virtual ConstIterator* advance(ptrdiff_t n) { std::advance( base::current, n ); if ( base::current == end ) throw stop_iteration(); return this; } public: ConstIteratorClosed_T(const_iter curr, const_iter first, const_iter last, VALUE seq = Qnil) : ConstIterator_T(curr, seq), begin(first), end(last) { } virtual VALUE value() const { if (base::current == end) { throw stop_iteration(); } else { return from(static_cast(*(base::current))); } } ConstIterator *dup() const { return new self_type(*this); } private: const_iter begin; const_iter end; }; /** * Iterator class for a iterator where begin() and end() boundaries are known. * */ template::value_type, typename FromOper = from_oper, typename AsvalOper = asval_oper > class IteratorClosed_T : public Iterator_T { public: FromOper from; AsvalOper asval; typedef InOutIterator nonconst_iter; typedef ValueType value_type; typedef Iterator_T base; typedef IteratorClosed_T self_type; protected: virtual Iterator* advance(ptrdiff_t n) { std::advance( base::current, n ); if ( base::current == end ) throw stop_iteration(); return this; } public: IteratorClosed_T(nonconst_iter curr, nonconst_iter first, nonconst_iter last, VALUE seq = Qnil) : Iterator_T(curr, seq), begin(first), end(last) { } virtual VALUE value() const { if (base::current == end) { throw stop_iteration(); } else { return from(static_cast(*(base::current))); } } // Iterator setter method, required by Ruby virtual VALUE setValue( const VALUE& v ) { if (base::current == end) throw stop_iteration(); value_type& dst = *base::current; if ( asval( v, dst ) ) return v; return Qnil; } Iterator *dup() const { return new self_type(*this); } private: nonconst_iter begin; nonconst_iter end; }; /* Partial specialization for bools which don't allow de-referencing */ template< typename InOutIterator, typename FromOper, typename AsvalOper > class IteratorOpen_T< InOutIterator, bool, FromOper, AsvalOper > : public Iterator_T { public: FromOper from; AsvalOper asval; typedef InOutIterator nonconst_iter; typedef bool value_type; typedef Iterator_T base; typedef IteratorOpen_T self_type; IteratorOpen_T(nonconst_iter curr, VALUE seq = Qnil) : Iterator_T(curr, seq) { } virtual VALUE value() const { return from(static_cast(*(base::current))); } virtual VALUE setValue( const VALUE& v ) { bool tmp = *base::current; if ( asval( v, tmp ) ) { *base::current = tmp; return v; } return Qnil; } Iterator *dup() const { return new self_type(*this); } }; /* Partial specialization for bools which don't allow de-referencing */ template< typename InOutIterator, typename FromOper, typename AsvalOper > class IteratorClosed_T< InOutIterator, bool, FromOper, AsvalOper > : public Iterator_T { public: FromOper from; AsvalOper asval; typedef InOutIterator nonconst_iter; typedef bool value_type; typedef Iterator_T base; typedef IteratorClosed_T self_type; protected: virtual Iterator* advance(ptrdiff_t n) { std::advance( base::current, n ); if ( base::current == end ) throw stop_iteration(); return this; } public: IteratorClosed_T(nonconst_iter curr, nonconst_iter first, nonconst_iter last, VALUE seq = Qnil) : Iterator_T(curr, seq), begin(first), end(last) { } virtual VALUE value() const { if (base::current == end) { throw stop_iteration(); } else { return from(static_cast(*(base::current))); } } virtual VALUE setValue( const VALUE& v ) { if (base::current == end) throw stop_iteration(); bool tmp = *base::current; if ( asval( v, tmp ) ) { *base::current = tmp; return v; } return Qnil; } Iterator *dup() const { return new self_type(*this); } private: nonconst_iter begin; nonconst_iter end; }; /** * Helper function used to wrap a bounded const_iterator. This is to be used in * a %typemap(out), for example. * */ template inline Iterator* make_nonconst_iterator(const InOutIter& current, const InOutIter& begin, const InOutIter& end, VALUE seq = Qnil) { return new IteratorClosed_T(current, begin, end, seq); } /** * Helper function used to wrap an unbounded const_iterator. This is to be used in * a %typemap(out), for example. * */ template inline Iterator* make_nonconst_iterator(const InOutIter& current, VALUE seq = Qnil) { return new IteratorOpen_T(current, seq); } /** * Helper function used to wrap a bounded const_iterator. This is to be used in * a %typemap(out), for example. * */ template inline ConstIterator* make_const_iterator(const OutIter& current, const OutIter& begin, const OutIter& end, VALUE seq = Qnil) { return new ConstIteratorClosed_T(current, begin, end, seq); } /** * Helper function used to wrap an unbounded const_iterator. This is to be used in * a %typemap(out), for example. * */ template inline ConstIterator* make_const_iterator(const OutIter& current, VALUE seq = Qnil) { return new ConstIteratorOpen_T(current, seq); } } namespace swig { /** * This class is a proxy class for references, used to return and set values * of an element of a Ruby Array of stuff. * It can be used by RubySequence_InputIterator to make it work with STL * algorithms. * */ template struct RubySequence_Ref { RubySequence_Ref(VALUE seq, int index) : _seq(seq), _index(index) { } operator T () const { VALUE item = rb_ary_entry(_seq, _index ); try { return swig::as(item, true); } catch (std::exception& e) { char msg[1024]; sprintf(msg, "in sequence element %d ", _index); VALUE lastErr = rb_gv_get("$!"); if ( lastErr == Qnil ) { SWIG_Error(SWIG_TypeError, swig::type_name()); } VALUE str = rb_str_new2(msg); str = rb_str_cat2( str, e.what() ); SWIG_Ruby_ExceptionType( NULL, str ); throw; } } RubySequence_Ref& operator=(const T& v) { rb_ary_set(_seq, _index, swig::from< T >(v)); return *this; } private: VALUE _seq; int _index; }; /** * This class is a proxy to return a pointer to a class, usually * RubySequence_Ref. * It can be used by RubySequence_InputIterator to make it work with STL * algorithms. * */ template struct RubySequence_ArrowProxy { RubySequence_ArrowProxy(const T& x): m_value(x) {} const T* operator->() const { return &m_value; } operator const T*() const { return &m_value; } T m_value; }; /** * Input Iterator. This adapator class is a random access iterator that * allows you to use STL algorithms with a Ruby class (a Ruby Array by default). * */ template > struct RubySequence_InputIterator { typedef RubySequence_InputIterator self; typedef std::random_access_iterator_tag iterator_category; typedef Reference reference; typedef T value_type; typedef T* pointer; typedef ptrdiff_t difference_type; RubySequence_InputIterator() { } RubySequence_InputIterator(VALUE seq, int index) : _seq(seq), _index(index) { } reference operator*() const { return reference(_seq, _index); } RubySequence_ArrowProxy operator->() const { return RubySequence_ArrowProxy(operator*()); } bool operator==(const self& ri) const { return (_index == ri._index) && (_seq == ri._seq); } bool operator!=(const self& ri) const { return !(operator==(ri)); } self& operator ++ () { ++_index; return *this; } self& operator -- () { --_index; return *this; } self& operator += (difference_type n) { _index += n; return *this; } self operator +(difference_type n) const { return self(_seq, _index + n); } self& operator -= (difference_type n) { _index -= n; return *this; } self operator -(difference_type n) const { return self(_seq, _index - n); } difference_type operator - (const self& ri) const { return _index - ri._index; } bool operator < (const self& ri) const { return _index < ri._index; } reference operator[](difference_type n) const { return reference(_seq, _index + n); } private: VALUE _seq; difference_type _index; }; /** * This adaptor class allows you to use a Ruby Array as if it was an STL * container, giving it begin(), end(), and iterators. * */ template struct RubySequence_Cont { typedef RubySequence_Ref reference; typedef const RubySequence_Ref const_reference; typedef T value_type; typedef T* pointer; typedef int difference_type; typedef int size_type; typedef const pointer const_pointer; typedef RubySequence_InputIterator iterator; typedef RubySequence_InputIterator const_iterator; RubySequence_Cont(VALUE seq) : _seq(0) { if (!rb_obj_is_kind_of(seq, rb_cArray)) { throw std::invalid_argument("an Array is expected"); } _seq = seq; } ~RubySequence_Cont() { } size_type size() const { return RARRAY_LEN(_seq); } bool empty() const { return size() == 0; } iterator begin() { return iterator(_seq, 0); } const_iterator begin() const { return const_iterator(_seq, 0); } iterator end() { return iterator(_seq, size()); } const_iterator end() const { return const_iterator(_seq, size()); } reference operator[](difference_type n) { return reference(_seq, n); } const_reference operator[](difference_type n) const { return const_reference(_seq, n); } bool check(bool set_err = false) const { int s = (int) size(); for (int i = 0; i < s; ++i) { VALUE item = rb_ary_entry(_seq, i ); if (!swig::check(item)) { if (set_err) { char msg[1024]; sprintf(msg, "in sequence element %d", i); SWIG_Error(SWIG_RuntimeError, msg); } return false; } } return true; } private: VALUE _seq; }; } namespace swig { template inline void assign(const RubySeq& rubyseq, Seq* seq) { // seq->assign(rubyseq.begin(), rubyseq.end()); // not used as not always implemented typedef typename RubySeq::value_type value_type; typename RubySeq::const_iterator it = rubyseq.begin(); for (;it != rubyseq.end(); ++it) { seq->insert(seq->end(),(value_type)(*it)); } } template struct traits_asptr_stdseq { typedef Seq sequence; typedef T value_type; static int asptr(VALUE obj, sequence **seq) { if (rb_obj_is_kind_of(obj, rb_cArray) == Qtrue) { try { RubySequence_Cont rubyseq(obj); if (seq) { sequence *pseq = new sequence(); assign(rubyseq, pseq); *seq = pseq; return SWIG_NEWOBJ; } else { return rubyseq.check() ? SWIG_OK : SWIG_ERROR; } } catch (std::exception& e) { if (seq) { VALUE lastErr = rb_gv_get("$!"); if (lastErr == Qnil) { rb_raise(rb_eTypeError, "%s", e.what()); } } return SWIG_ERROR; } } else { sequence *p; if (SWIG_ConvertPtr(obj,(void**)&p, swig::type_info(),0) == SWIG_OK) { if (seq) *seq = p; return SWIG_OLDOBJ; } } return SWIG_ERROR; } }; // Partial specialization for GC_VALUE's. No need to typecheck each // element. template< class Seq > struct traits_asptr_stdseq< Seq, swig::GC_VALUE > { typedef Seq sequence; typedef swig::GC_VALUE value_type; static int asptr(VALUE obj, sequence **seq) { if (rb_obj_is_kind_of(obj, rb_cArray) == Qtrue) { try { if (seq) { RubySequence_Cont rubyseq(obj); sequence *pseq = new sequence(); assign(rubyseq, pseq); *seq = pseq; return SWIG_NEWOBJ; } else { return true; } } catch (std::exception& e) { if (seq) { VALUE lastErr = rb_gv_get("$!"); if (lastErr == Qnil) { rb_raise(rb_eTypeError, "%s", e.what()); } } return SWIG_ERROR; } } else { sequence *p; if (SWIG_ConvertPtr(obj,(void**)&p, swig::type_info(),0) == SWIG_OK) { if (seq) *seq = p; return SWIG_OLDOBJ; } } return SWIG_ERROR; } }; template struct traits_from_stdseq { typedef Seq sequence; typedef T value_type; typedef typename Seq::size_type size_type; typedef typename sequence::const_iterator const_iterator; static VALUE from(const sequence& seq) { size_type size = seq.size(); if (size <= (size_type)INT_MAX) { VALUE obj = rb_ary_new2((int)size); int i = 0; for (const_iterator it = seq.begin(); it != seq.end(); ++it, ++i) { rb_ary_push(obj, swig::from< value_type >(*it)); } rb_obj_freeze(obj); // treat as immutable result return obj; } else { rb_raise(rb_eRangeError,"sequence size not valid in ruby"); return Qnil; } } }; } namespace swig { template struct traits_asptr > { static int asptr(VALUE obj, std::vector **vec) { return traits_asptr_stdseq >::asptr(obj, vec); } }; template struct traits_from > { static VALUE from(const std::vector& vec) { return traits_from_stdseq >::from(vec); } }; } namespace swig { template <> struct traits > > { typedef pointer_category category; static const char* type_name() { return "std::vector<" "apngasm::APNGFrame" "," "std::allocator< apngasm::APNGFrame >" " >"; } }; } SWIGINTERN std::vector< apngasm::APNGFrame,std::allocator< apngasm::APNGFrame > > *std_vector_Sl_apngasm_APNGFrame_Sg__dup(std::vector< apngasm::APNGFrame > *self){ return new std::vector >(*self); } SWIGINTERN VALUE std_vector_Sl_apngasm_APNGFrame_Sg__inspect(std::vector< apngasm::APNGFrame > *self){ std::vector >::const_iterator i = self->begin(); std::vector >::const_iterator e = self->end(); const char *type_name = swig::type_name< std::vector > >(); VALUE str = rb_str_new2(type_name); str = rb_str_cat2( str, " [" ); bool comma = false; VALUE tmp; for ( ; i != e; ++i, comma = true ) { if (comma) str = rb_str_cat2( str, "," ); tmp = swig::from< std::vector >::value_type >( *i ); tmp = rb_inspect( tmp ); str = rb_str_buf_append( str, tmp ); } str = rb_str_cat2( str, "]" ); return str; } SWIGINTERN VALUE std_vector_Sl_apngasm_APNGFrame_Sg__to_a(std::vector< apngasm::APNGFrame > *self){ std::vector >::const_iterator i = self->begin(); std::vector >::const_iterator e = self->end(); VALUE ary = rb_ary_new2( std::distance( i, e ) ); VALUE tmp; for ( ; i != e; ++i ) { tmp = swig::from< std::vector >::value_type >( *i ); rb_ary_push( ary, tmp ); } return ary; } SWIGINTERN VALUE std_vector_Sl_apngasm_APNGFrame_Sg__to_s(std::vector< apngasm::APNGFrame > *self){ std::vector >::iterator i = self->begin(); std::vector >::iterator e = self->end(); VALUE str = rb_str_new2( "" ); VALUE tmp; for ( ; i != e; ++i ) { tmp = swig::from< std::vector >::value_type >( *i ); tmp = rb_obj_as_string( tmp ); str = rb_str_buf_append( str, tmp ); } return str; } SWIGINTERN VALUE std_vector_Sl_apngasm_APNGFrame_Sg__slice(std::vector< apngasm::APNGFrame > *self,std::vector< apngasm::APNGFrame >::difference_type i,std::vector< apngasm::APNGFrame >::difference_type j){ if ( j <= 0 ) return Qnil; std::size_t len = self->size(); if ( i < 0 ) i = len - i; j += i; if ( static_cast(j) >= len ) j = len-1; VALUE r = Qnil; try { r = swig::from< const std::vector >* >( swig::getslice(self, i, j) ); } catch( std::out_of_range ) { } return r; } SWIGINTERN std::vector< apngasm::APNGFrame,std::allocator< apngasm::APNGFrame > > *std_vector_Sl_apngasm_APNGFrame_Sg__each(std::vector< apngasm::APNGFrame > *self){ if ( !rb_block_given_p() ) rb_raise( rb_eArgError, "no block given"); VALUE r; std::vector >::const_iterator i = self->begin(); std::vector >::const_iterator e = self->end(); for ( ; i != e; ++i ) { r = swig::from< std::vector >::value_type >(*i); rb_yield(r); } return self; } SWIGINTERN std::vector< apngasm::APNGFrame,std::allocator< apngasm::APNGFrame > > *std_vector_Sl_apngasm_APNGFrame_Sg__select(std::vector< apngasm::APNGFrame > *self){ if ( !rb_block_given_p() ) rb_raise( rb_eArgError, "no block given" ); std::vector >* r = new std::vector >; std::vector >::const_iterator i = self->begin(); std::vector >::const_iterator e = self->end(); for ( ; i != e; ++i ) { VALUE v = swig::from< std::vector >::value_type >(*i); if ( RTEST( rb_yield(v) ) ) self->insert( r->end(), *i); } return r; } SWIGINTERN VALUE std_vector_Sl_apngasm_APNGFrame_Sg__delete_at(std::vector< apngasm::APNGFrame > *self,std::vector< apngasm::APNGFrame >::difference_type i){ VALUE r = Qnil; try { std::vector >::iterator at = swig::getpos(self, i); r = swig::from< std::vector >::value_type >( *(at) ); self->erase(at); } catch (std::out_of_range) { } return r; } SWIGINTERN VALUE std_vector_Sl_apngasm_APNGFrame_Sg____delete2__(std::vector< apngasm::APNGFrame > *self,std::vector< apngasm::APNGFrame >::value_type const &i){ VALUE r = Qnil; return r; } SWIGINTERN std::vector< apngasm::APNGFrame,std::allocator< apngasm::APNGFrame > > *std_vector_Sl_apngasm_APNGFrame_Sg__reject_bang(std::vector< apngasm::APNGFrame > *self){ if ( !rb_block_given_p() ) rb_raise( rb_eArgError, "no block given" ); self->erase( std::remove_if( self->begin(), self->end(), swig::yield< std::vector >::value_type >() ), self->end() ); return self; } SWIGINTERN VALUE std_vector_Sl_apngasm_APNGFrame_Sg__pop(std::vector< apngasm::APNGFrame > *self){ if (self->empty()) return Qnil; std::vector >::value_type x = self->back(); self->pop_back(); return swig::from< std::vector >::value_type >( x ); } SWIGINTERN std::vector< apngasm::APNGFrame >::value_type const std_vector_Sl_apngasm_APNGFrame_Sg__push(std::vector< apngasm::APNGFrame > *self,std::vector< apngasm::APNGFrame >::value_type const &e){ self->push_back( e ); return e; } SWIGINTERN std::vector< apngasm::APNGFrame,std::allocator< apngasm::APNGFrame > > *std_vector_Sl_apngasm_APNGFrame_Sg__reject(std::vector< apngasm::APNGFrame > *self){ if ( !rb_block_given_p() ) rb_raise( rb_eArgError, "no block given" ); std::vector >* r = new std::vector >; std::remove_copy_if( self->begin(), self->end(), std::back_inserter(*r), swig::yield< std::vector >::value_type >() ); return r; } SWIGINTERN VALUE std_vector_Sl_apngasm_APNGFrame_Sg__at(std::vector< apngasm::APNGFrame > const *self,std::vector< apngasm::APNGFrame >::difference_type i){ VALUE r = Qnil; try { r = swig::from< std::vector >::value_type >( *(swig::cgetpos(self, i)) ); } catch( std::out_of_range ) { } return r; } SWIGINTERN VALUE std_vector_Sl_apngasm_APNGFrame_Sg____getitem____SWIG_0(std::vector< apngasm::APNGFrame > const *self,std::vector< apngasm::APNGFrame >::difference_type i,std::vector< apngasm::APNGFrame >::difference_type j){ if ( j <= 0 ) return Qnil; std::size_t len = self->size(); if ( i < 0 ) i = len - i; j += i; if ( static_cast(j) >= len ) j = len-1; VALUE r = Qnil; try { r = swig::from< const std::vector >* >( swig::getslice(self, i, j) ); } catch( std::out_of_range ) { } return r; } SWIGINTERN VALUE std_vector_Sl_apngasm_APNGFrame_Sg____getitem____SWIG_1(std::vector< apngasm::APNGFrame > const *self,std::vector< apngasm::APNGFrame >::difference_type i){ VALUE r = Qnil; try { r = swig::from< std::vector >::value_type >( *(swig::cgetpos(self, i)) ); } catch( std::out_of_range ) { } return r; } SWIGINTERN VALUE std_vector_Sl_apngasm_APNGFrame_Sg____getitem____SWIG_2(std::vector< apngasm::APNGFrame > const *self,VALUE i){ if ( rb_obj_is_kind_of( i, rb_cRange ) == Qfalse ) { rb_raise( rb_eTypeError, "not a valid index or range" ); } VALUE r = Qnil; static ID id_end = rb_intern("end"); static ID id_start = rb_intern("begin"); static ID id_noend = rb_intern("exclude_end?"); VALUE start = rb_funcall( i, id_start, 0 ); VALUE end = rb_funcall( i, id_end, 0 ); bool noend = ( rb_funcall( i, id_noend, 0 ) == Qtrue ); int len = self->size(); int s = NUM2INT( start ); if ( s < 0 ) s = len + s; else if ( s >= len ) return Qnil; int e = NUM2INT( end ); if ( e < 0 ) e = len + e; if ( e < s ) return Qnil; //std::swap( s, e ); if ( noend ) e -= 1; if ( e >= len ) e = len - 1; return swig::from< std::vector >* >( swig::getslice(self, s, e+1) ); } SWIGINTERN VALUE std_vector_Sl_apngasm_APNGFrame_Sg____setitem____SWIG_0(std::vector< apngasm::APNGFrame > *self,std::vector< apngasm::APNGFrame >::difference_type i,std::vector< apngasm::APNGFrame >::value_type const &x){ std::size_t len = self->size(); if ( i < 0 ) i = len - i; else if ( static_cast(i) >= len ) self->resize( i+1, x ); else *(swig::getpos(self,i)) = x; return swig::from< std::vector >::value_type >( x ); } SWIGINTERN VALUE std_vector_Sl_apngasm_APNGFrame_Sg____setitem____SWIG_1(std::vector< apngasm::APNGFrame > *self,std::vector< apngasm::APNGFrame >::difference_type i,std::vector< apngasm::APNGFrame >::difference_type j,std::vector< apngasm::APNGFrame,std::allocator< apngasm::APNGFrame > > const &v){ if ( j <= 0 ) return Qnil; std::size_t len = self->size(); if ( i < 0 ) i = len - i; j += i; if ( static_cast(j) >= len ) { self->resize( j+1, *(v.begin()) ); j = len-1; } VALUE r = Qnil; swig::setslice(self, i, j, v); r = swig::from< const std::vector >* >( &v ); return r; } SWIGINTERN VALUE std_vector_Sl_apngasm_APNGFrame_Sg__shift(std::vector< apngasm::APNGFrame > *self){ if (self->empty()) return Qnil; std::vector >::value_type x = self->front(); self->erase( self->begin() ); return swig::from< std::vector >::value_type >( x ); } SWIGINTERN std::vector< apngasm::APNGFrame,std::allocator< apngasm::APNGFrame > > *std_vector_Sl_apngasm_APNGFrame_Sg__insert__SWIG_0(std::vector< apngasm::APNGFrame > *self,std::vector< apngasm::APNGFrame >::difference_type pos,int argc,VALUE *argv,...){ std::size_t len = self->size(); std::size_t i = swig::check_index( pos, len, true ); std::vector >::iterator start; VALUE elem = argv[0]; int idx = 0; try { std::vector >::value_type val = swig::as >::value_type>( elem, true ); if ( i >= len ) { self->resize(i-1, val); return self; } start = self->begin(); std::advance( start, i ); self->insert( start++, val ); for ( ++idx; idx < argc; ++idx ) { elem = argv[idx]; val = swig::as >::value_type>( elem ); self->insert( start++, val ); } } catch( std::invalid_argument ) { rb_raise( rb_eArgError, "%s", Ruby_Format_TypeError( "", swig::type_name >::value_type>(), __FUNCTION__, idx+2, elem )); } return self; } SWIGINTERN std::vector< apngasm::APNGFrame,std::allocator< apngasm::APNGFrame > > *std_vector_Sl_apngasm_APNGFrame_Sg__unshift(std::vector< apngasm::APNGFrame > *self,int argc,VALUE *argv,...){ for ( int idx = argc-1; idx >= 0; --idx ) { std::vector >::iterator start = self->begin(); VALUE elem = argv[idx]; try { std::vector >::value_type val = swig::as >::value_type>( elem, true ); self->insert( start, val ); } catch( std::invalid_argument ) { rb_raise( rb_eArgError, "%s", Ruby_Format_TypeError( "", swig::type_name >::value_type>(), __FUNCTION__, idx+2, elem )); } } return self; } SWIGINTERN std::vector< apngasm::APNGFrame >::iterator std_vector_Sl_apngasm_APNGFrame_Sg__erase__SWIG_0(std::vector< apngasm::APNGFrame > *self,std::vector< apngasm::APNGFrame >::iterator pos){ return self->erase(pos); } SWIGINTERN std::vector< apngasm::APNGFrame >::iterator std_vector_Sl_apngasm_APNGFrame_Sg__erase__SWIG_1(std::vector< apngasm::APNGFrame > *self,std::vector< apngasm::APNGFrame >::iterator first,std::vector< apngasm::APNGFrame >::iterator last){ return self->erase(first, last); } SWIGINTERN std::vector< apngasm::APNGFrame >::iterator std_vector_Sl_apngasm_APNGFrame_Sg__insert__SWIG_1(std::vector< apngasm::APNGFrame > *self,std::vector< apngasm::APNGFrame >::iterator pos,std::vector< apngasm::APNGFrame >::value_type const &x){ return self->insert(pos, x); } SWIGINTERN void std_vector_Sl_apngasm_APNGFrame_Sg__insert__SWIG_2(std::vector< apngasm::APNGFrame > *self,std::vector< apngasm::APNGFrame >::iterator pos,std::vector< apngasm::APNGFrame >::size_type n,std::vector< apngasm::APNGFrame >::value_type const &x){ self->insert(pos, n, x); } static swig_class SwigClassGC_VALUE; /* Document-method: APNG::GC_VALUE.inspect call-seq: inspect -> VALUE Inspect class and its contents. */ SWIGINTERN VALUE _wrap_GC_VALUE_inspect(int argc, VALUE *argv, VALUE self) { swig::GC_VALUE *arg1 = (swig::GC_VALUE *) 0 ; swig::GC_VALUE r1 ; VALUE result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } r1 = self; arg1 = &r1; result = (VALUE)((swig::GC_VALUE const *)arg1)->inspect(); vresult = result; return vresult; fail: return Qnil; } /* Document-method: APNG::GC_VALUE.to_s call-seq: to_s -> VALUE Convert class to a String representation. */ SWIGINTERN VALUE _wrap_GC_VALUE_to_s(int argc, VALUE *argv, VALUE self) { swig::GC_VALUE *arg1 = (swig::GC_VALUE *) 0 ; swig::GC_VALUE r1 ; VALUE result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } r1 = self; arg1 = &r1; result = (VALUE)((swig::GC_VALUE const *)arg1)->to_s(); vresult = result; return vresult; fail: return Qnil; } static swig_class SwigClassConstIterator; SWIGINTERN void free_swig_ConstIterator(swig::ConstIterator *arg1) { delete arg1; } SWIGINTERN VALUE _wrap_ConstIterator_value(int argc, VALUE *argv, VALUE self) { swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; void *argp1 = 0 ; int res1 = 0 ; VALUE result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_swig__ConstIterator, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "swig::ConstIterator const *","value", 1, self )); } arg1 = reinterpret_cast< swig::ConstIterator * >(argp1); try { result = (VALUE)((swig::ConstIterator const *)arg1)->value(); } catch(swig::stop_iteration &_e) { { (void)_e; SWIG_Ruby_ExceptionType(NULL, Qnil); SWIG_fail; } } vresult = result; return vresult; fail: return Qnil; } /* Document-method: APNG::ConstIterator.dup call-seq: dup -> ConstIterator Create a duplicate of the class and unfreeze it if needed. */ SWIGINTERN VALUE _wrap_ConstIterator_dup(int argc, VALUE *argv, VALUE self) { swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; void *argp1 = 0 ; int res1 = 0 ; swig::ConstIterator *result = 0 ; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_swig__ConstIterator, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "swig::ConstIterator const *","dup", 1, self )); } arg1 = reinterpret_cast< swig::ConstIterator * >(argp1); result = (swig::ConstIterator *)((swig::ConstIterator const *)arg1)->dup(); vresult = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_swig__ConstIterator, SWIG_POINTER_OWN | 0 ); return vresult; fail: return Qnil; } /* Document-method: APNG::ConstIterator.inspect call-seq: inspect -> VALUE Inspect class and its contents. */ SWIGINTERN VALUE _wrap_ConstIterator_inspect(int argc, VALUE *argv, VALUE self) { swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; void *argp1 = 0 ; int res1 = 0 ; VALUE result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_swig__ConstIterator, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "swig::ConstIterator const *","inspect", 1, self )); } arg1 = reinterpret_cast< swig::ConstIterator * >(argp1); result = (VALUE)((swig::ConstIterator const *)arg1)->inspect(); vresult = result; return vresult; fail: return Qnil; } /* Document-method: APNG::ConstIterator.to_s call-seq: to_s -> VALUE Convert class to a String representation. */ SWIGINTERN VALUE _wrap_ConstIterator_to_s(int argc, VALUE *argv, VALUE self) { swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; void *argp1 = 0 ; int res1 = 0 ; VALUE result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_swig__ConstIterator, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "swig::ConstIterator const *","to_s", 1, self )); } arg1 = reinterpret_cast< swig::ConstIterator * >(argp1); result = (VALUE)((swig::ConstIterator const *)arg1)->to_s(); vresult = result; return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_ConstIterator_next__SWIG_0(int argc, VALUE *argv, VALUE self) { swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; size_t arg2 ; void *argp1 = 0 ; int res1 = 0 ; size_t val2 ; int ecode2 = 0 ; swig::ConstIterator *result = 0 ; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_swig__ConstIterator, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "swig::ConstIterator *","next", 1, self )); } arg1 = reinterpret_cast< swig::ConstIterator * >(argp1); ecode2 = SWIG_AsVal_size_t(argv[0], &val2); if (!SWIG_IsOK(ecode2)) { SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "", "size_t","next", 2, argv[0] )); } arg2 = static_cast< size_t >(val2); result = (swig::ConstIterator *)(arg1)->next(arg2); vresult = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_swig__ConstIterator, 0 | 0 ); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_ConstIterator_next__SWIG_1(int argc, VALUE *argv, VALUE self) { swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; void *argp1 = 0 ; int res1 = 0 ; swig::ConstIterator *result = 0 ; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_swig__ConstIterator, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "swig::ConstIterator *","next", 1, self )); } arg1 = reinterpret_cast< swig::ConstIterator * >(argp1); try { result = (swig::ConstIterator *)(arg1)->next(); } catch(swig::stop_iteration &_e) { { (void)_e; SWIG_Ruby_ExceptionType(NULL, Qnil); SWIG_fail; } } vresult = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_swig__ConstIterator, 0 | 0 ); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_ConstIterator_next(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[3]; int ii; argc = nargs + 1; argv[0] = self; if (argc > 3) SWIG_fail; for (ii = 1; (ii < argc); ++ii) { argv[ii] = args[ii-1]; } if (argc == 1) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_swig__ConstIterator, 0); _v = SWIG_CheckState(res); if (_v) { return _wrap_ConstIterator_next__SWIG_1(nargs, args, self); } } if (argc == 2) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_swig__ConstIterator, 0); _v = SWIG_CheckState(res); if (_v) { { int res = SWIG_AsVal_size_t(argv[1], NULL); _v = SWIG_CheckState(res); } if (_v) { return _wrap_ConstIterator_next__SWIG_0(nargs, args, self); } } } fail: Ruby_Format_OverloadedError( argc, 3, "ConstIterator.next", " swig::ConstIterator * ConstIterator.next(size_t n)\n" " swig::ConstIterator * ConstIterator.next()\n"); return Qnil; } SWIGINTERN VALUE _wrap_ConstIterator_previous__SWIG_0(int argc, VALUE *argv, VALUE self) { swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; size_t arg2 ; void *argp1 = 0 ; int res1 = 0 ; size_t val2 ; int ecode2 = 0 ; swig::ConstIterator *result = 0 ; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_swig__ConstIterator, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "swig::ConstIterator *","previous", 1, self )); } arg1 = reinterpret_cast< swig::ConstIterator * >(argp1); ecode2 = SWIG_AsVal_size_t(argv[0], &val2); if (!SWIG_IsOK(ecode2)) { SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "", "size_t","previous", 2, argv[0] )); } arg2 = static_cast< size_t >(val2); result = (swig::ConstIterator *)(arg1)->previous(arg2); vresult = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_swig__ConstIterator, 0 | 0 ); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_ConstIterator_previous__SWIG_1(int argc, VALUE *argv, VALUE self) { swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; void *argp1 = 0 ; int res1 = 0 ; swig::ConstIterator *result = 0 ; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_swig__ConstIterator, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "swig::ConstIterator *","previous", 1, self )); } arg1 = reinterpret_cast< swig::ConstIterator * >(argp1); try { result = (swig::ConstIterator *)(arg1)->previous(); } catch(swig::stop_iteration &_e) { { (void)_e; SWIG_Ruby_ExceptionType(NULL, Qnil); SWIG_fail; } } vresult = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_swig__ConstIterator, 0 | 0 ); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_ConstIterator_previous(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[3]; int ii; argc = nargs + 1; argv[0] = self; if (argc > 3) SWIG_fail; for (ii = 1; (ii < argc); ++ii) { argv[ii] = args[ii-1]; } if (argc == 1) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_swig__ConstIterator, 0); _v = SWIG_CheckState(res); if (_v) { return _wrap_ConstIterator_previous__SWIG_1(nargs, args, self); } } if (argc == 2) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_swig__ConstIterator, 0); _v = SWIG_CheckState(res); if (_v) { { int res = SWIG_AsVal_size_t(argv[1], NULL); _v = SWIG_CheckState(res); } if (_v) { return _wrap_ConstIterator_previous__SWIG_0(nargs, args, self); } } } fail: Ruby_Format_OverloadedError( argc, 3, "ConstIterator.previous", " swig::ConstIterator * ConstIterator.previous(size_t n)\n" " swig::ConstIterator * ConstIterator.previous()\n"); return Qnil; } /* Document-method: APNG::ConstIterator.== call-seq: ==(x) -> bool Equality comparison operator. */ SWIGINTERN VALUE _wrap_ConstIterator___eq__(int argc, VALUE *argv, VALUE self) { swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; swig::ConstIterator *arg2 = 0 ; void *argp1 = 0 ; int res1 = 0 ; void *argp2 ; int res2 = 0 ; bool result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_swig__ConstIterator, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "swig::ConstIterator const *","operator ==", 1, self )); } arg1 = reinterpret_cast< swig::ConstIterator * >(argp1); res2 = SWIG_ConvertPtr(argv[0], &argp2, SWIGTYPE_p_swig__ConstIterator, 0 ); if (!SWIG_IsOK(res2)) { SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "", "swig::ConstIterator const &","operator ==", 2, argv[0] )); } if (!argp2) { SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid null reference ", "swig::ConstIterator const &","operator ==", 2, argv[0])); } arg2 = reinterpret_cast< swig::ConstIterator * >(argp2); result = (bool)((swig::ConstIterator const *)arg1)->operator ==((swig::ConstIterator const &)*arg2); vresult = SWIG_From_bool(static_cast< bool >(result)); return vresult; fail: return Qnil; } /* Document-method: APNG::ConstIterator.+ call-seq: +(n) -> ConstIterator Add operator. */ SWIGINTERN VALUE _wrap_ConstIterator___add__(int argc, VALUE *argv, VALUE self) { swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; ptrdiff_t arg2 ; void *argp1 = 0 ; int res1 = 0 ; ptrdiff_t val2 ; int ecode2 = 0 ; swig::ConstIterator *result = 0 ; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_swig__ConstIterator, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "swig::ConstIterator const *","operator +", 1, self )); } arg1 = reinterpret_cast< swig::ConstIterator * >(argp1); ecode2 = SWIG_AsVal_ptrdiff_t(argv[0], &val2); if (!SWIG_IsOK(ecode2)) { SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "", "ptrdiff_t","operator +", 2, argv[0] )); } arg2 = static_cast< ptrdiff_t >(val2); try { result = (swig::ConstIterator *)((swig::ConstIterator const *)arg1)->operator +(arg2); } catch(swig::stop_iteration &_e) { { (void)_e; SWIG_Ruby_ExceptionType(NULL, Qnil); SWIG_fail; } } vresult = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_swig__ConstIterator, SWIG_POINTER_OWN | 0 ); return vresult; fail: return Qnil; } /* Document-method: APNG::ConstIterator.- call-seq: -(n) -> ConstIterator -(x) -> ptrdiff_t Substraction operator. */ SWIGINTERN VALUE _wrap_ConstIterator___sub____SWIG_0(int argc, VALUE *argv, VALUE self) { swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; ptrdiff_t arg2 ; void *argp1 = 0 ; int res1 = 0 ; ptrdiff_t val2 ; int ecode2 = 0 ; swig::ConstIterator *result = 0 ; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_swig__ConstIterator, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "swig::ConstIterator const *","operator -", 1, self )); } arg1 = reinterpret_cast< swig::ConstIterator * >(argp1); ecode2 = SWIG_AsVal_ptrdiff_t(argv[0], &val2); if (!SWIG_IsOK(ecode2)) { SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "", "ptrdiff_t","operator -", 2, argv[0] )); } arg2 = static_cast< ptrdiff_t >(val2); try { result = (swig::ConstIterator *)((swig::ConstIterator const *)arg1)->operator -(arg2); } catch(swig::stop_iteration &_e) { { (void)_e; SWIG_Ruby_ExceptionType(NULL, Qnil); SWIG_fail; } } vresult = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_swig__ConstIterator, SWIG_POINTER_OWN | 0 ); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_ConstIterator___sub____SWIG_1(int argc, VALUE *argv, VALUE self) { swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; swig::ConstIterator *arg2 = 0 ; void *argp1 = 0 ; int res1 = 0 ; void *argp2 ; int res2 = 0 ; ptrdiff_t result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_swig__ConstIterator, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "swig::ConstIterator const *","operator -", 1, self )); } arg1 = reinterpret_cast< swig::ConstIterator * >(argp1); res2 = SWIG_ConvertPtr(argv[0], &argp2, SWIGTYPE_p_swig__ConstIterator, 0 ); if (!SWIG_IsOK(res2)) { SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "", "swig::ConstIterator const &","operator -", 2, argv[0] )); } if (!argp2) { SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid null reference ", "swig::ConstIterator const &","operator -", 2, argv[0])); } arg2 = reinterpret_cast< swig::ConstIterator * >(argp2); result = ((swig::ConstIterator const *)arg1)->operator -((swig::ConstIterator const &)*arg2); vresult = SWIG_From_ptrdiff_t(static_cast< ptrdiff_t >(result)); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_ConstIterator___sub__(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[3]; int ii; argc = nargs + 1; argv[0] = self; if (argc > 3) SWIG_fail; for (ii = 1; (ii < argc); ++ii) { argv[ii] = args[ii-1]; } if (argc == 2) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_swig__ConstIterator, 0); _v = SWIG_CheckState(res); if (_v) { void *vptr = 0; int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_swig__ConstIterator, 0); _v = SWIG_CheckState(res); if (_v) { return _wrap_ConstIterator___sub____SWIG_1(nargs, args, self); } } } if (argc == 2) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_swig__ConstIterator, 0); _v = SWIG_CheckState(res); if (_v) { { int res = SWIG_AsVal_ptrdiff_t(argv[1], NULL); _v = SWIG_CheckState(res); } if (_v) { return _wrap_ConstIterator___sub____SWIG_0(nargs, args, self); } } } fail: Ruby_Format_OverloadedError( argc, 3, "__sub__.new", " __sub__.new(ptrdiff_t n)\n" " __sub__.new(swig::ConstIterator const &x)\n"); return Qnil; } static swig_class SwigClassIterator; SWIGINTERN VALUE _wrap_Iterator_valuee___(int argc, VALUE *argv, VALUE self) { swig::Iterator *arg1 = (swig::Iterator *) 0 ; VALUE *arg2 = 0 ; void *argp1 = 0 ; int res1 = 0 ; VALUE temp2 ; VALUE result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_swig__Iterator, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "swig::Iterator *","setValue", 1, self )); } arg1 = reinterpret_cast< swig::Iterator * >(argp1); temp2 = static_cast< VALUE >(argv[0]); arg2 = &temp2; result = (VALUE)(arg1)->setValue((VALUE const &)*arg2); vresult = result; return vresult; fail: return Qnil; } /* Document-method: APNG::Iterator.dup call-seq: dup -> Iterator Create a duplicate of the class and unfreeze it if needed. */ SWIGINTERN VALUE _wrap_Iterator_dup(int argc, VALUE *argv, VALUE self) { swig::Iterator *arg1 = (swig::Iterator *) 0 ; void *argp1 = 0 ; int res1 = 0 ; swig::Iterator *result = 0 ; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_swig__Iterator, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "swig::Iterator const *","dup", 1, self )); } arg1 = reinterpret_cast< swig::Iterator * >(argp1); result = (swig::Iterator *)((swig::Iterator const *)arg1)->dup(); vresult = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_swig__Iterator, SWIG_POINTER_OWN | 0 ); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_Iterator_next__SWIG_0(int argc, VALUE *argv, VALUE self) { swig::Iterator *arg1 = (swig::Iterator *) 0 ; size_t arg2 ; void *argp1 = 0 ; int res1 = 0 ; size_t val2 ; int ecode2 = 0 ; swig::Iterator *result = 0 ; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_swig__Iterator, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "swig::Iterator *","next", 1, self )); } arg1 = reinterpret_cast< swig::Iterator * >(argp1); ecode2 = SWIG_AsVal_size_t(argv[0], &val2); if (!SWIG_IsOK(ecode2)) { SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "", "size_t","next", 2, argv[0] )); } arg2 = static_cast< size_t >(val2); result = (swig::Iterator *)(arg1)->next(arg2); vresult = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_swig__Iterator, 0 | 0 ); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_Iterator_next__SWIG_1(int argc, VALUE *argv, VALUE self) { swig::Iterator *arg1 = (swig::Iterator *) 0 ; void *argp1 = 0 ; int res1 = 0 ; swig::Iterator *result = 0 ; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_swig__Iterator, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "swig::Iterator *","next", 1, self )); } arg1 = reinterpret_cast< swig::Iterator * >(argp1); try { result = (swig::Iterator *)(arg1)->next(); } catch(swig::stop_iteration &_e) { { (void)_e; SWIG_Ruby_ExceptionType(NULL, Qnil); SWIG_fail; } } vresult = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_swig__Iterator, 0 | 0 ); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_Iterator_next(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[3]; int ii; argc = nargs + 1; argv[0] = self; if (argc > 3) SWIG_fail; for (ii = 1; (ii < argc); ++ii) { argv[ii] = args[ii-1]; } if (argc == 1) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_swig__Iterator, 0); _v = SWIG_CheckState(res); if (_v) { return _wrap_Iterator_next__SWIG_1(nargs, args, self); } } if (argc == 2) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_swig__Iterator, 0); _v = SWIG_CheckState(res); if (_v) { { int res = SWIG_AsVal_size_t(argv[1], NULL); _v = SWIG_CheckState(res); } if (_v) { return _wrap_Iterator_next__SWIG_0(nargs, args, self); } } } fail: Ruby_Format_OverloadedError( argc, 3, "Iterator.next", " swig::Iterator * Iterator.next(size_t n)\n" " swig::Iterator * Iterator.next()\n"); return Qnil; } SWIGINTERN VALUE _wrap_Iterator_previous__SWIG_0(int argc, VALUE *argv, VALUE self) { swig::Iterator *arg1 = (swig::Iterator *) 0 ; size_t arg2 ; void *argp1 = 0 ; int res1 = 0 ; size_t val2 ; int ecode2 = 0 ; swig::Iterator *result = 0 ; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_swig__Iterator, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "swig::Iterator *","previous", 1, self )); } arg1 = reinterpret_cast< swig::Iterator * >(argp1); ecode2 = SWIG_AsVal_size_t(argv[0], &val2); if (!SWIG_IsOK(ecode2)) { SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "", "size_t","previous", 2, argv[0] )); } arg2 = static_cast< size_t >(val2); result = (swig::Iterator *)(arg1)->previous(arg2); vresult = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_swig__Iterator, 0 | 0 ); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_Iterator_previous__SWIG_1(int argc, VALUE *argv, VALUE self) { swig::Iterator *arg1 = (swig::Iterator *) 0 ; void *argp1 = 0 ; int res1 = 0 ; swig::Iterator *result = 0 ; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_swig__Iterator, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "swig::Iterator *","previous", 1, self )); } arg1 = reinterpret_cast< swig::Iterator * >(argp1); try { result = (swig::Iterator *)(arg1)->previous(); } catch(swig::stop_iteration &_e) { { (void)_e; SWIG_Ruby_ExceptionType(NULL, Qnil); SWIG_fail; } } vresult = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_swig__Iterator, 0 | 0 ); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_Iterator_previous(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[3]; int ii; argc = nargs + 1; argv[0] = self; if (argc > 3) SWIG_fail; for (ii = 1; (ii < argc); ++ii) { argv[ii] = args[ii-1]; } if (argc == 1) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_swig__Iterator, 0); _v = SWIG_CheckState(res); if (_v) { return _wrap_Iterator_previous__SWIG_1(nargs, args, self); } } if (argc == 2) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_swig__Iterator, 0); _v = SWIG_CheckState(res); if (_v) { { int res = SWIG_AsVal_size_t(argv[1], NULL); _v = SWIG_CheckState(res); } if (_v) { return _wrap_Iterator_previous__SWIG_0(nargs, args, self); } } } fail: Ruby_Format_OverloadedError( argc, 3, "Iterator.previous", " swig::Iterator * Iterator.previous(size_t n)\n" " swig::Iterator * Iterator.previous()\n"); return Qnil; } /* Document-method: APNG::Iterator.inspect call-seq: inspect -> VALUE Inspect class and its contents. */ SWIGINTERN VALUE _wrap_Iterator_inspect(int argc, VALUE *argv, VALUE self) { swig::Iterator *arg1 = (swig::Iterator *) 0 ; void *argp1 = 0 ; int res1 = 0 ; VALUE result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_swig__Iterator, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "swig::Iterator const *","inspect", 1, self )); } arg1 = reinterpret_cast< swig::Iterator * >(argp1); result = (VALUE)((swig::Iterator const *)arg1)->inspect(); vresult = result; return vresult; fail: return Qnil; } /* Document-method: APNG::Iterator.to_s call-seq: to_s -> VALUE Convert class to a String representation. */ SWIGINTERN VALUE _wrap_Iterator_to_s(int argc, VALUE *argv, VALUE self) { swig::Iterator *arg1 = (swig::Iterator *) 0 ; void *argp1 = 0 ; int res1 = 0 ; VALUE result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_swig__Iterator, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "swig::Iterator const *","to_s", 1, self )); } arg1 = reinterpret_cast< swig::Iterator * >(argp1); result = (VALUE)((swig::Iterator const *)arg1)->to_s(); vresult = result; return vresult; fail: return Qnil; } /* Document-method: APNG::Iterator.== call-seq: ==(x) -> bool Equality comparison operator. */ SWIGINTERN VALUE _wrap_Iterator___eq__(int argc, VALUE *argv, VALUE self) { swig::Iterator *arg1 = (swig::Iterator *) 0 ; swig::Iterator *arg2 = 0 ; void *argp1 = 0 ; int res1 = 0 ; void *argp2 ; int res2 = 0 ; bool result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_swig__Iterator, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "swig::Iterator const *","operator ==", 1, self )); } arg1 = reinterpret_cast< swig::Iterator * >(argp1); res2 = SWIG_ConvertPtr(argv[0], &argp2, SWIGTYPE_p_swig__Iterator, 0 ); if (!SWIG_IsOK(res2)) { SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "", "swig::Iterator const &","operator ==", 2, argv[0] )); } if (!argp2) { SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid null reference ", "swig::Iterator const &","operator ==", 2, argv[0])); } arg2 = reinterpret_cast< swig::Iterator * >(argp2); result = (bool)((swig::Iterator const *)arg1)->operator ==((swig::Iterator const &)*arg2); vresult = SWIG_From_bool(static_cast< bool >(result)); return vresult; fail: return Qnil; } /* Document-method: APNG::Iterator.+ call-seq: +(n) -> Iterator Add operator. */ SWIGINTERN VALUE _wrap_Iterator___add__(int argc, VALUE *argv, VALUE self) { swig::Iterator *arg1 = (swig::Iterator *) 0 ; ptrdiff_t arg2 ; void *argp1 = 0 ; int res1 = 0 ; ptrdiff_t val2 ; int ecode2 = 0 ; swig::Iterator *result = 0 ; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_swig__Iterator, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "swig::Iterator const *","operator +", 1, self )); } arg1 = reinterpret_cast< swig::Iterator * >(argp1); ecode2 = SWIG_AsVal_ptrdiff_t(argv[0], &val2); if (!SWIG_IsOK(ecode2)) { SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "", "ptrdiff_t","operator +", 2, argv[0] )); } arg2 = static_cast< ptrdiff_t >(val2); try { result = (swig::Iterator *)((swig::Iterator const *)arg1)->operator +(arg2); } catch(swig::stop_iteration &_e) { { (void)_e; SWIG_Ruby_ExceptionType(NULL, Qnil); SWIG_fail; } } vresult = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_swig__Iterator, SWIG_POINTER_OWN | 0 ); return vresult; fail: return Qnil; } /* Document-method: APNG::Iterator.- call-seq: -(n) -> Iterator -(x) -> ptrdiff_t Substraction operator. */ SWIGINTERN VALUE _wrap_Iterator___sub____SWIG_0(int argc, VALUE *argv, VALUE self) { swig::Iterator *arg1 = (swig::Iterator *) 0 ; ptrdiff_t arg2 ; void *argp1 = 0 ; int res1 = 0 ; ptrdiff_t val2 ; int ecode2 = 0 ; swig::Iterator *result = 0 ; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_swig__Iterator, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "swig::Iterator const *","operator -", 1, self )); } arg1 = reinterpret_cast< swig::Iterator * >(argp1); ecode2 = SWIG_AsVal_ptrdiff_t(argv[0], &val2); if (!SWIG_IsOK(ecode2)) { SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "", "ptrdiff_t","operator -", 2, argv[0] )); } arg2 = static_cast< ptrdiff_t >(val2); try { result = (swig::Iterator *)((swig::Iterator const *)arg1)->operator -(arg2); } catch(swig::stop_iteration &_e) { { (void)_e; SWIG_Ruby_ExceptionType(NULL, Qnil); SWIG_fail; } } vresult = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_swig__Iterator, SWIG_POINTER_OWN | 0 ); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_Iterator___sub____SWIG_1(int argc, VALUE *argv, VALUE self) { swig::Iterator *arg1 = (swig::Iterator *) 0 ; swig::Iterator *arg2 = 0 ; void *argp1 = 0 ; int res1 = 0 ; void *argp2 ; int res2 = 0 ; ptrdiff_t result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_swig__Iterator, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "swig::Iterator const *","operator -", 1, self )); } arg1 = reinterpret_cast< swig::Iterator * >(argp1); res2 = SWIG_ConvertPtr(argv[0], &argp2, SWIGTYPE_p_swig__Iterator, 0 ); if (!SWIG_IsOK(res2)) { SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "", "swig::Iterator const &","operator -", 2, argv[0] )); } if (!argp2) { SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid null reference ", "swig::Iterator const &","operator -", 2, argv[0])); } arg2 = reinterpret_cast< swig::Iterator * >(argp2); result = ((swig::Iterator const *)arg1)->operator -((swig::Iterator const &)*arg2); vresult = SWIG_From_ptrdiff_t(static_cast< ptrdiff_t >(result)); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_Iterator___sub__(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[3]; int ii; argc = nargs + 1; argv[0] = self; if (argc > 3) SWIG_fail; for (ii = 1; (ii < argc); ++ii) { argv[ii] = args[ii-1]; } if (argc == 2) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_swig__Iterator, 0); _v = SWIG_CheckState(res); if (_v) { void *vptr = 0; int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_swig__Iterator, 0); _v = SWIG_CheckState(res); if (_v) { return _wrap_Iterator___sub____SWIG_1(nargs, args, self); } } } if (argc == 2) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_swig__Iterator, 0); _v = SWIG_CheckState(res); if (_v) { { int res = SWIG_AsVal_ptrdiff_t(argv[1], NULL); _v = SWIG_CheckState(res); } if (_v) { return _wrap_Iterator___sub____SWIG_0(nargs, args, self); } } } fail: Ruby_Format_OverloadedError( argc, 3, "__sub__.new", " __sub__.new(ptrdiff_t n)\n" " __sub__.new(swig::Iterator const &x)\n"); return Qnil; } SWIGINTERN void free_swig_Iterator(swig::Iterator *arg1) { delete arg1; } static swig_class SwigClassRgb; SWIGINTERN VALUE _wrap_Rgb_r_set(int argc, VALUE *argv, VALUE self) { apngasm::rgb *arg1 = (apngasm::rgb *) 0 ; unsigned char arg2 ; void *argp1 = 0 ; int res1 = 0 ; unsigned char val2 ; int ecode2 = 0 ; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__rgb, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::rgb *","r", 1, self )); } arg1 = reinterpret_cast< apngasm::rgb * >(argp1); ecode2 = SWIG_AsVal_unsigned_SS_char(argv[0], &val2); if (!SWIG_IsOK(ecode2)) { SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "", "unsigned char","r", 2, argv[0] )); } arg2 = static_cast< unsigned char >(val2); if (arg1) (arg1)->r = arg2; return Qnil; fail: return Qnil; } SWIGINTERN VALUE _wrap_Rgb_r_get(int argc, VALUE *argv, VALUE self) { apngasm::rgb *arg1 = (apngasm::rgb *) 0 ; void *argp1 = 0 ; int res1 = 0 ; unsigned char result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__rgb, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::rgb *","r", 1, self )); } arg1 = reinterpret_cast< apngasm::rgb * >(argp1); result = (unsigned char) ((arg1)->r); vresult = SWIG_From_unsigned_SS_char(static_cast< unsigned char >(result)); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_Rgb_g_set(int argc, VALUE *argv, VALUE self) { apngasm::rgb *arg1 = (apngasm::rgb *) 0 ; unsigned char arg2 ; void *argp1 = 0 ; int res1 = 0 ; unsigned char val2 ; int ecode2 = 0 ; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__rgb, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::rgb *","g", 1, self )); } arg1 = reinterpret_cast< apngasm::rgb * >(argp1); ecode2 = SWIG_AsVal_unsigned_SS_char(argv[0], &val2); if (!SWIG_IsOK(ecode2)) { SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "", "unsigned char","g", 2, argv[0] )); } arg2 = static_cast< unsigned char >(val2); if (arg1) (arg1)->g = arg2; return Qnil; fail: return Qnil; } SWIGINTERN VALUE _wrap_Rgb_g_get(int argc, VALUE *argv, VALUE self) { apngasm::rgb *arg1 = (apngasm::rgb *) 0 ; void *argp1 = 0 ; int res1 = 0 ; unsigned char result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__rgb, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::rgb *","g", 1, self )); } arg1 = reinterpret_cast< apngasm::rgb * >(argp1); result = (unsigned char) ((arg1)->g); vresult = SWIG_From_unsigned_SS_char(static_cast< unsigned char >(result)); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_Rgb_b_set(int argc, VALUE *argv, VALUE self) { apngasm::rgb *arg1 = (apngasm::rgb *) 0 ; unsigned char arg2 ; void *argp1 = 0 ; int res1 = 0 ; unsigned char val2 ; int ecode2 = 0 ; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__rgb, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::rgb *","b", 1, self )); } arg1 = reinterpret_cast< apngasm::rgb * >(argp1); ecode2 = SWIG_AsVal_unsigned_SS_char(argv[0], &val2); if (!SWIG_IsOK(ecode2)) { SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "", "unsigned char","b", 2, argv[0] )); } arg2 = static_cast< unsigned char >(val2); if (arg1) (arg1)->b = arg2; return Qnil; fail: return Qnil; } SWIGINTERN VALUE _wrap_Rgb_b_get(int argc, VALUE *argv, VALUE self) { apngasm::rgb *arg1 = (apngasm::rgb *) 0 ; void *argp1 = 0 ; int res1 = 0 ; unsigned char result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__rgb, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::rgb *","b", 1, self )); } arg1 = reinterpret_cast< apngasm::rgb * >(argp1); result = (unsigned char) ((arg1)->b); vresult = SWIG_From_unsigned_SS_char(static_cast< unsigned char >(result)); return vresult; fail: return Qnil; } #ifdef HAVE_RB_DEFINE_ALLOC_FUNC SWIGINTERN VALUE _wrap_Rgb_allocate(VALUE self) { #else SWIGINTERN VALUE _wrap_Rgb_allocate(int argc, VALUE *argv, VALUE self) { #endif VALUE vresult = SWIG_NewClassInstance(self, SWIGTYPE_p_apngasm__rgb); #ifndef HAVE_RB_DEFINE_ALLOC_FUNC rb_obj_call_init(vresult, argc, argv); #endif return vresult; } SWIGINTERN VALUE _wrap_new_Rgb(int argc, VALUE *argv, VALUE self) { apngasm::rgb *result = 0 ; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } result = (apngasm::rgb *)new apngasm::rgb(); DATA_PTR(self) = result; return self; fail: return Qnil; } SWIGINTERN void free_apngasm_rgb(apngasm::rgb *arg1) { delete arg1; } static swig_class SwigClassRgba; SWIGINTERN VALUE _wrap_Rgba_r_set(int argc, VALUE *argv, VALUE self) { apngasm::rgba *arg1 = (apngasm::rgba *) 0 ; unsigned char arg2 ; void *argp1 = 0 ; int res1 = 0 ; unsigned char val2 ; int ecode2 = 0 ; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__rgba, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::rgba *","r", 1, self )); } arg1 = reinterpret_cast< apngasm::rgba * >(argp1); ecode2 = SWIG_AsVal_unsigned_SS_char(argv[0], &val2); if (!SWIG_IsOK(ecode2)) { SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "", "unsigned char","r", 2, argv[0] )); } arg2 = static_cast< unsigned char >(val2); if (arg1) (arg1)->r = arg2; return Qnil; fail: return Qnil; } SWIGINTERN VALUE _wrap_Rgba_r_get(int argc, VALUE *argv, VALUE self) { apngasm::rgba *arg1 = (apngasm::rgba *) 0 ; void *argp1 = 0 ; int res1 = 0 ; unsigned char result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__rgba, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::rgba *","r", 1, self )); } arg1 = reinterpret_cast< apngasm::rgba * >(argp1); result = (unsigned char) ((arg1)->r); vresult = SWIG_From_unsigned_SS_char(static_cast< unsigned char >(result)); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_Rgba_g_set(int argc, VALUE *argv, VALUE self) { apngasm::rgba *arg1 = (apngasm::rgba *) 0 ; unsigned char arg2 ; void *argp1 = 0 ; int res1 = 0 ; unsigned char val2 ; int ecode2 = 0 ; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__rgba, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::rgba *","g", 1, self )); } arg1 = reinterpret_cast< apngasm::rgba * >(argp1); ecode2 = SWIG_AsVal_unsigned_SS_char(argv[0], &val2); if (!SWIG_IsOK(ecode2)) { SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "", "unsigned char","g", 2, argv[0] )); } arg2 = static_cast< unsigned char >(val2); if (arg1) (arg1)->g = arg2; return Qnil; fail: return Qnil; } SWIGINTERN VALUE _wrap_Rgba_g_get(int argc, VALUE *argv, VALUE self) { apngasm::rgba *arg1 = (apngasm::rgba *) 0 ; void *argp1 = 0 ; int res1 = 0 ; unsigned char result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__rgba, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::rgba *","g", 1, self )); } arg1 = reinterpret_cast< apngasm::rgba * >(argp1); result = (unsigned char) ((arg1)->g); vresult = SWIG_From_unsigned_SS_char(static_cast< unsigned char >(result)); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_Rgba_b_set(int argc, VALUE *argv, VALUE self) { apngasm::rgba *arg1 = (apngasm::rgba *) 0 ; unsigned char arg2 ; void *argp1 = 0 ; int res1 = 0 ; unsigned char val2 ; int ecode2 = 0 ; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__rgba, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::rgba *","b", 1, self )); } arg1 = reinterpret_cast< apngasm::rgba * >(argp1); ecode2 = SWIG_AsVal_unsigned_SS_char(argv[0], &val2); if (!SWIG_IsOK(ecode2)) { SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "", "unsigned char","b", 2, argv[0] )); } arg2 = static_cast< unsigned char >(val2); if (arg1) (arg1)->b = arg2; return Qnil; fail: return Qnil; } SWIGINTERN VALUE _wrap_Rgba_b_get(int argc, VALUE *argv, VALUE self) { apngasm::rgba *arg1 = (apngasm::rgba *) 0 ; void *argp1 = 0 ; int res1 = 0 ; unsigned char result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__rgba, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::rgba *","b", 1, self )); } arg1 = reinterpret_cast< apngasm::rgba * >(argp1); result = (unsigned char) ((arg1)->b); vresult = SWIG_From_unsigned_SS_char(static_cast< unsigned char >(result)); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_Rgba_a_set(int argc, VALUE *argv, VALUE self) { apngasm::rgba *arg1 = (apngasm::rgba *) 0 ; unsigned char arg2 ; void *argp1 = 0 ; int res1 = 0 ; unsigned char val2 ; int ecode2 = 0 ; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__rgba, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::rgba *","a", 1, self )); } arg1 = reinterpret_cast< apngasm::rgba * >(argp1); ecode2 = SWIG_AsVal_unsigned_SS_char(argv[0], &val2); if (!SWIG_IsOK(ecode2)) { SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "", "unsigned char","a", 2, argv[0] )); } arg2 = static_cast< unsigned char >(val2); if (arg1) (arg1)->a = arg2; return Qnil; fail: return Qnil; } SWIGINTERN VALUE _wrap_Rgba_a_get(int argc, VALUE *argv, VALUE self) { apngasm::rgba *arg1 = (apngasm::rgba *) 0 ; void *argp1 = 0 ; int res1 = 0 ; unsigned char result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__rgba, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::rgba *","a", 1, self )); } arg1 = reinterpret_cast< apngasm::rgba * >(argp1); result = (unsigned char) ((arg1)->a); vresult = SWIG_From_unsigned_SS_char(static_cast< unsigned char >(result)); return vresult; fail: return Qnil; } #ifdef HAVE_RB_DEFINE_ALLOC_FUNC SWIGINTERN VALUE _wrap_Rgba_allocate(VALUE self) { #else SWIGINTERN VALUE _wrap_Rgba_allocate(int argc, VALUE *argv, VALUE self) { #endif VALUE vresult = SWIG_NewClassInstance(self, SWIGTYPE_p_apngasm__rgba); #ifndef HAVE_RB_DEFINE_ALLOC_FUNC rb_obj_call_init(vresult, argc, argv); #endif return vresult; } SWIGINTERN VALUE _wrap_new_Rgba(int argc, VALUE *argv, VALUE self) { apngasm::rgba *result = 0 ; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } result = (apngasm::rgba *)new apngasm::rgba(); DATA_PTR(self) = result; return self; fail: return Qnil; } SWIGINTERN void free_apngasm_rgba(apngasm::rgba *arg1) { delete arg1; } static swig_class SwigClassAPNGFrame; SWIGINTERN VALUE _wrap_new_APNGFrame__SWIG_0(int argc, VALUE *argv, VALUE self) { apngasm::APNGFrame *result = 0 ; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } result = (apngasm::APNGFrame *)new apngasm::APNGFrame(); DATA_PTR(self) = result; return self; fail: return Qnil; } SWIGINTERN VALUE _wrap_new_APNGFrame__SWIG_1(int argc, VALUE *argv, VALUE self) { std::string *arg1 = 0 ; unsigned int arg2 ; unsigned int arg3 ; int res1 = SWIG_OLDOBJ ; unsigned int val2 ; int ecode2 = 0 ; unsigned int val3 ; int ecode3 = 0 ; apngasm::APNGFrame *result = 0 ; if ((argc < 3) || (argc > 3)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc); SWIG_fail; } { std::string *ptr = (std::string *)0; res1 = SWIG_AsPtr_std_string(argv[0], &ptr); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::string const &","APNGFrame", 1, argv[0] )); } if (!ptr) { SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid null reference ", "std::string const &","APNGFrame", 1, argv[0])); } arg1 = ptr; } ecode2 = SWIG_AsVal_unsigned_SS_int(argv[1], &val2); if (!SWIG_IsOK(ecode2)) { SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "", "unsigned int","APNGFrame", 2, argv[1] )); } arg2 = static_cast< unsigned int >(val2); ecode3 = SWIG_AsVal_unsigned_SS_int(argv[2], &val3); if (!SWIG_IsOK(ecode3)) { SWIG_exception_fail(SWIG_ArgError(ecode3), Ruby_Format_TypeError( "", "unsigned int","APNGFrame", 3, argv[2] )); } arg3 = static_cast< unsigned int >(val3); result = (apngasm::APNGFrame *)new apngasm::APNGFrame((std::string const &)*arg1,arg2,arg3); DATA_PTR(self) = result; if (SWIG_IsNewObj(res1)) delete arg1; return self; fail: if (SWIG_IsNewObj(res1)) delete arg1; return Qnil; } SWIGINTERN VALUE _wrap_new_APNGFrame__SWIG_2(int argc, VALUE *argv, VALUE self) { std::string *arg1 = 0 ; unsigned int arg2 ; int res1 = SWIG_OLDOBJ ; unsigned int val2 ; int ecode2 = 0 ; apngasm::APNGFrame *result = 0 ; if ((argc < 2) || (argc > 2)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc); SWIG_fail; } { std::string *ptr = (std::string *)0; res1 = SWIG_AsPtr_std_string(argv[0], &ptr); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::string const &","APNGFrame", 1, argv[0] )); } if (!ptr) { SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid null reference ", "std::string const &","APNGFrame", 1, argv[0])); } arg1 = ptr; } ecode2 = SWIG_AsVal_unsigned_SS_int(argv[1], &val2); if (!SWIG_IsOK(ecode2)) { SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "", "unsigned int","APNGFrame", 2, argv[1] )); } arg2 = static_cast< unsigned int >(val2); result = (apngasm::APNGFrame *)new apngasm::APNGFrame((std::string const &)*arg1,arg2); DATA_PTR(self) = result; if (SWIG_IsNewObj(res1)) delete arg1; return self; fail: if (SWIG_IsNewObj(res1)) delete arg1; return Qnil; } SWIGINTERN VALUE _wrap_new_APNGFrame__SWIG_3(int argc, VALUE *argv, VALUE self) { std::string *arg1 = 0 ; int res1 = SWIG_OLDOBJ ; apngasm::APNGFrame *result = 0 ; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } { std::string *ptr = (std::string *)0; res1 = SWIG_AsPtr_std_string(argv[0], &ptr); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::string const &","APNGFrame", 1, argv[0] )); } if (!ptr) { SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid null reference ", "std::string const &","APNGFrame", 1, argv[0])); } arg1 = ptr; } result = (apngasm::APNGFrame *)new apngasm::APNGFrame((std::string const &)*arg1); DATA_PTR(self) = result; if (SWIG_IsNewObj(res1)) delete arg1; return self; fail: if (SWIG_IsNewObj(res1)) delete arg1; return Qnil; } SWIGINTERN VALUE _wrap_new_APNGFrame__SWIG_4(int argc, VALUE *argv, VALUE self) { apngasm::rgba *arg1 = (apngasm::rgba *) 0 ; unsigned int arg2 ; unsigned int arg3 ; unsigned int arg4 ; unsigned int arg5 ; unsigned int val2 ; int ecode2 = 0 ; unsigned int val3 ; int ecode3 = 0 ; unsigned int val4 ; int ecode4 = 0 ; unsigned int val5 ; int ecode5 = 0 ; apngasm::APNGFrame *result = 0 ; if ((argc < 5) || (argc > 5)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 5)",argc); SWIG_fail; } { Check_Type(argv[0], T_ARRAY); int size = RARRAY_LEN(argv[0]); arg1 = (apngasm::rgba *)malloc(size*sizeof(apngasm::rgba)); for(int i = 0; i < size; ++i) { VALUE inst = rb_ary_entry(argv[0], i); Check_Type(inst, T_DATA); apngasm::rgba * element = NULL; Data_Get_Struct(inst, apngasm::rgba, element); arg1[i] = *element; } } ecode2 = SWIG_AsVal_unsigned_SS_int(argv[1], &val2); if (!SWIG_IsOK(ecode2)) { SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "", "unsigned int","APNGFrame", 2, argv[1] )); } arg2 = static_cast< unsigned int >(val2); ecode3 = SWIG_AsVal_unsigned_SS_int(argv[2], &val3); if (!SWIG_IsOK(ecode3)) { SWIG_exception_fail(SWIG_ArgError(ecode3), Ruby_Format_TypeError( "", "unsigned int","APNGFrame", 3, argv[2] )); } arg3 = static_cast< unsigned int >(val3); ecode4 = SWIG_AsVal_unsigned_SS_int(argv[3], &val4); if (!SWIG_IsOK(ecode4)) { SWIG_exception_fail(SWIG_ArgError(ecode4), Ruby_Format_TypeError( "", "unsigned int","APNGFrame", 4, argv[3] )); } arg4 = static_cast< unsigned int >(val4); ecode5 = SWIG_AsVal_unsigned_SS_int(argv[4], &val5); if (!SWIG_IsOK(ecode5)) { SWIG_exception_fail(SWIG_ArgError(ecode5), Ruby_Format_TypeError( "", "unsigned int","APNGFrame", 5, argv[4] )); } arg5 = static_cast< unsigned int >(val5); result = (apngasm::APNGFrame *)new apngasm::APNGFrame(arg1,arg2,arg3,arg4,arg5); DATA_PTR(self) = result; { if(arg1) free(arg1); } return self; fail: { if(arg1) free(arg1); } return Qnil; } SWIGINTERN VALUE _wrap_new_APNGFrame__SWIG_5(int argc, VALUE *argv, VALUE self) { apngasm::rgba *arg1 = (apngasm::rgba *) 0 ; unsigned int arg2 ; unsigned int arg3 ; unsigned int arg4 ; unsigned int val2 ; int ecode2 = 0 ; unsigned int val3 ; int ecode3 = 0 ; unsigned int val4 ; int ecode4 = 0 ; apngasm::APNGFrame *result = 0 ; if ((argc < 4) || (argc > 4)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 4)",argc); SWIG_fail; } { Check_Type(argv[0], T_ARRAY); int size = RARRAY_LEN(argv[0]); arg1 = (apngasm::rgba *)malloc(size*sizeof(apngasm::rgba)); for(int i = 0; i < size; ++i) { VALUE inst = rb_ary_entry(argv[0], i); Check_Type(inst, T_DATA); apngasm::rgba * element = NULL; Data_Get_Struct(inst, apngasm::rgba, element); arg1[i] = *element; } } ecode2 = SWIG_AsVal_unsigned_SS_int(argv[1], &val2); if (!SWIG_IsOK(ecode2)) { SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "", "unsigned int","APNGFrame", 2, argv[1] )); } arg2 = static_cast< unsigned int >(val2); ecode3 = SWIG_AsVal_unsigned_SS_int(argv[2], &val3); if (!SWIG_IsOK(ecode3)) { SWIG_exception_fail(SWIG_ArgError(ecode3), Ruby_Format_TypeError( "", "unsigned int","APNGFrame", 3, argv[2] )); } arg3 = static_cast< unsigned int >(val3); ecode4 = SWIG_AsVal_unsigned_SS_int(argv[3], &val4); if (!SWIG_IsOK(ecode4)) { SWIG_exception_fail(SWIG_ArgError(ecode4), Ruby_Format_TypeError( "", "unsigned int","APNGFrame", 4, argv[3] )); } arg4 = static_cast< unsigned int >(val4); result = (apngasm::APNGFrame *)new apngasm::APNGFrame(arg1,arg2,arg3,arg4); DATA_PTR(self) = result; { if(arg1) free(arg1); } return self; fail: { if(arg1) free(arg1); } return Qnil; } #ifdef HAVE_RB_DEFINE_ALLOC_FUNC SWIGINTERN VALUE _wrap_APNGFrame_allocate(VALUE self) { #else SWIGINTERN VALUE _wrap_APNGFrame_allocate(int argc, VALUE *argv, VALUE self) { #endif VALUE vresult = SWIG_NewClassInstance(self, SWIGTYPE_p_apngasm__APNGFrame); #ifndef HAVE_RB_DEFINE_ALLOC_FUNC rb_obj_call_init(vresult, argc, argv); #endif return vresult; } SWIGINTERN VALUE _wrap_new_APNGFrame__SWIG_6(int argc, VALUE *argv, VALUE self) { apngasm::rgba *arg1 = (apngasm::rgba *) 0 ; unsigned int arg2 ; unsigned int arg3 ; unsigned int val2 ; int ecode2 = 0 ; unsigned int val3 ; int ecode3 = 0 ; apngasm::APNGFrame *result = 0 ; if ((argc < 3) || (argc > 3)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc); SWIG_fail; } { Check_Type(argv[0], T_ARRAY); int size = RARRAY_LEN(argv[0]); arg1 = (apngasm::rgba *)malloc(size*sizeof(apngasm::rgba)); for(int i = 0; i < size; ++i) { VALUE inst = rb_ary_entry(argv[0], i); Check_Type(inst, T_DATA); apngasm::rgba * element = NULL; Data_Get_Struct(inst, apngasm::rgba, element); arg1[i] = *element; } } ecode2 = SWIG_AsVal_unsigned_SS_int(argv[1], &val2); if (!SWIG_IsOK(ecode2)) { SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "", "unsigned int","APNGFrame", 2, argv[1] )); } arg2 = static_cast< unsigned int >(val2); ecode3 = SWIG_AsVal_unsigned_SS_int(argv[2], &val3); if (!SWIG_IsOK(ecode3)) { SWIG_exception_fail(SWIG_ArgError(ecode3), Ruby_Format_TypeError( "", "unsigned int","APNGFrame", 3, argv[2] )); } arg3 = static_cast< unsigned int >(val3); result = (apngasm::APNGFrame *)new apngasm::APNGFrame(arg1,arg2,arg3); DATA_PTR(self) = result; { if(arg1) free(arg1); } return self; fail: { if(arg1) free(arg1); } return Qnil; } SWIGINTERN VALUE _wrap_new_APNGFrame(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[5]; int ii; argc = nargs; if (argc > 5) SWIG_fail; for (ii = 0; (ii < argc); ++ii) { argv[ii] = args[ii]; } if (argc == 0) { return _wrap_new_APNGFrame__SWIG_0(nargs, args, self); } if (argc == 1) { int _v; int res = SWIG_AsPtr_std_string(argv[0], (std::string**)(0)); _v = SWIG_CheckState(res); if (_v) { return _wrap_new_APNGFrame__SWIG_3(nargs, args, self); } } if (argc == 2) { int _v; int res = SWIG_AsPtr_std_string(argv[0], (std::string**)(0)); _v = SWIG_CheckState(res); if (_v) { { int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL); _v = SWIG_CheckState(res); } if (_v) { return _wrap_new_APNGFrame__SWIG_2(nargs, args, self); } } } if (argc == 3) { int _v; { _v = ( (TYPE(argv[0]) == T_ARRAY) && (TYPE(rb_ary_entry(argv[0], 0)) == T_DATA) ) ? 1 : 0; } if (_v) { { int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL); _v = SWIG_CheckState(res); } if (_v) { { int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL); _v = SWIG_CheckState(res); } if (_v) { return _wrap_new_APNGFrame__SWIG_6(nargs, args, self); } } } } if (argc == 3) { int _v; int res = SWIG_AsPtr_std_string(argv[0], (std::string**)(0)); _v = SWIG_CheckState(res); if (_v) { { int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL); _v = SWIG_CheckState(res); } if (_v) { { int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL); _v = SWIG_CheckState(res); } if (_v) { return _wrap_new_APNGFrame__SWIG_1(nargs, args, self); } } } } if (argc == 4) { int _v; { _v = ( (TYPE(argv[0]) == T_ARRAY) && (TYPE(rb_ary_entry(argv[0], 0)) == T_DATA) ) ? 1 : 0; } if (_v) { { int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL); _v = SWIG_CheckState(res); } if (_v) { { int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL); _v = SWIG_CheckState(res); } if (_v) { { int res = SWIG_AsVal_unsigned_SS_int(argv[3], NULL); _v = SWIG_CheckState(res); } if (_v) { return _wrap_new_APNGFrame__SWIG_5(nargs, args, self); } } } } } if (argc == 5) { int _v; { _v = ( (TYPE(argv[0]) == T_ARRAY) && (TYPE(rb_ary_entry(argv[0], 0)) == T_DATA) ) ? 1 : 0; } if (_v) { { int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL); _v = SWIG_CheckState(res); } if (_v) { { int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL); _v = SWIG_CheckState(res); } if (_v) { { int res = SWIG_AsVal_unsigned_SS_int(argv[3], NULL); _v = SWIG_CheckState(res); } if (_v) { { int res = SWIG_AsVal_unsigned_SS_int(argv[4], NULL); _v = SWIG_CheckState(res); } if (_v) { return _wrap_new_APNGFrame__SWIG_4(nargs, args, self); } } } } } } fail: Ruby_Format_OverloadedError( argc, 5, "APNGFrame.new", " APNGFrame.new()\n" " APNGFrame.new(std::string const &filePath, unsigned int delayNum, unsigned int delayDen)\n" " APNGFrame.new(std::string const &filePath, unsigned int delayNum)\n" " APNGFrame.new(std::string const &filePath)\n" " APNGFrame.new(apngasm::rgba *pixels, unsigned int width, unsigned int height, unsigned int delayNum, unsigned int delayDen)\n" " APNGFrame.new(apngasm::rgba *pixels, unsigned int width, unsigned int height, unsigned int delayNum)\n" " APNGFrame.new(apngasm::rgba *pixels, unsigned int width, unsigned int height)\n"); return Qnil; } SWIGINTERN VALUE _wrap_APNGFrame_pixels__SWIG_0(int argc, VALUE *argv, VALUE self) { apngasm::APNGFrame *arg1 = (apngasm::APNGFrame *) 0 ; unsigned char *arg2 = (unsigned char *) 0 ; void *argp1 = 0 ; int res1 = 0 ; void *argp2 = 0 ; int res2 = 0 ; unsigned char *result = 0 ; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGFrame, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGFrame *","pixels", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGFrame * >(argp1); res2 = SWIG_ConvertPtr(argv[0], &argp2,SWIGTYPE_p_unsigned_char, 0 | 0 ); if (!SWIG_IsOK(res2)) { SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "", "unsigned char *","pixels", 2, argv[0] )); } arg2 = reinterpret_cast< unsigned char * >(argp2); result = (unsigned char *)(arg1)->pixels(arg2); vresult = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_unsigned_char, 0 | 0 ); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGFrame_pixels__SWIG_1(int argc, VALUE *argv, VALUE self) { apngasm::APNGFrame *arg1 = (apngasm::APNGFrame *) 0 ; void *argp1 = 0 ; int res1 = 0 ; unsigned char *result = 0 ; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGFrame, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGFrame *","pixels", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGFrame * >(argp1); result = (unsigned char *)(arg1)->pixels(); vresult = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_unsigned_char, 0 | 0 ); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGFrame_pixels(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[3]; int ii; argc = nargs + 1; argv[0] = self; if (argc > 3) SWIG_fail; for (ii = 1; (ii < argc); ++ii) { argv[ii] = args[ii-1]; } if (argc == 1) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_apngasm__APNGFrame, 0); _v = SWIG_CheckState(res); if (_v) { return _wrap_APNGFrame_pixels__SWIG_1(nargs, args, self); } } if (argc == 2) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_apngasm__APNGFrame, 0); _v = SWIG_CheckState(res); if (_v) { void *vptr = 0; int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_unsigned_char, 0); _v = SWIG_CheckState(res); if (_v) { return _wrap_APNGFrame_pixels__SWIG_0(nargs, args, self); } } } fail: Ruby_Format_OverloadedError( argc, 3, "APNGFrame.pixels", " unsigned char * APNGFrame.pixels(unsigned char *setPixels)\n" " unsigned char * APNGFrame.pixels()\n"); return Qnil; } SWIGINTERN VALUE _wrap_APNGFrame_width__SWIG_0(int argc, VALUE *argv, VALUE self) { apngasm::APNGFrame *arg1 = (apngasm::APNGFrame *) 0 ; unsigned int arg2 ; void *argp1 = 0 ; int res1 = 0 ; unsigned int val2 ; int ecode2 = 0 ; unsigned int result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGFrame, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGFrame *","width", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGFrame * >(argp1); ecode2 = SWIG_AsVal_unsigned_SS_int(argv[0], &val2); if (!SWIG_IsOK(ecode2)) { SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "", "unsigned int","width", 2, argv[0] )); } arg2 = static_cast< unsigned int >(val2); result = (unsigned int)(arg1)->width(arg2); vresult = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result)); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGFrame_width__SWIG_1(int argc, VALUE *argv, VALUE self) { apngasm::APNGFrame *arg1 = (apngasm::APNGFrame *) 0 ; void *argp1 = 0 ; int res1 = 0 ; unsigned int result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGFrame, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGFrame *","width", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGFrame * >(argp1); result = (unsigned int)(arg1)->width(); vresult = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result)); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGFrame_width(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[3]; int ii; argc = nargs + 1; argv[0] = self; if (argc > 3) SWIG_fail; for (ii = 1; (ii < argc); ++ii) { argv[ii] = args[ii-1]; } if (argc == 1) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_apngasm__APNGFrame, 0); _v = SWIG_CheckState(res); if (_v) { return _wrap_APNGFrame_width__SWIG_1(nargs, args, self); } } if (argc == 2) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_apngasm__APNGFrame, 0); _v = SWIG_CheckState(res); if (_v) { { int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL); _v = SWIG_CheckState(res); } if (_v) { return _wrap_APNGFrame_width__SWIG_0(nargs, args, self); } } } fail: Ruby_Format_OverloadedError( argc, 3, "APNGFrame.width", " unsigned int APNGFrame.width(unsigned int setWidth)\n" " unsigned int APNGFrame.width()\n"); return Qnil; } SWIGINTERN VALUE _wrap_APNGFrame_height__SWIG_0(int argc, VALUE *argv, VALUE self) { apngasm::APNGFrame *arg1 = (apngasm::APNGFrame *) 0 ; unsigned int arg2 ; void *argp1 = 0 ; int res1 = 0 ; unsigned int val2 ; int ecode2 = 0 ; unsigned int result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGFrame, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGFrame *","height", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGFrame * >(argp1); ecode2 = SWIG_AsVal_unsigned_SS_int(argv[0], &val2); if (!SWIG_IsOK(ecode2)) { SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "", "unsigned int","height", 2, argv[0] )); } arg2 = static_cast< unsigned int >(val2); result = (unsigned int)(arg1)->height(arg2); vresult = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result)); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGFrame_height__SWIG_1(int argc, VALUE *argv, VALUE self) { apngasm::APNGFrame *arg1 = (apngasm::APNGFrame *) 0 ; void *argp1 = 0 ; int res1 = 0 ; unsigned int result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGFrame, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGFrame *","height", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGFrame * >(argp1); result = (unsigned int)(arg1)->height(); vresult = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result)); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGFrame_height(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[3]; int ii; argc = nargs + 1; argv[0] = self; if (argc > 3) SWIG_fail; for (ii = 1; (ii < argc); ++ii) { argv[ii] = args[ii-1]; } if (argc == 1) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_apngasm__APNGFrame, 0); _v = SWIG_CheckState(res); if (_v) { return _wrap_APNGFrame_height__SWIG_1(nargs, args, self); } } if (argc == 2) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_apngasm__APNGFrame, 0); _v = SWIG_CheckState(res); if (_v) { { int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL); _v = SWIG_CheckState(res); } if (_v) { return _wrap_APNGFrame_height__SWIG_0(nargs, args, self); } } } fail: Ruby_Format_OverloadedError( argc, 3, "APNGFrame.height", " unsigned int APNGFrame.height(unsigned int setHeight)\n" " unsigned int APNGFrame.height()\n"); return Qnil; } SWIGINTERN VALUE _wrap_APNGFrame_color_type__SWIG_0(int argc, VALUE *argv, VALUE self) { apngasm::APNGFrame *arg1 = (apngasm::APNGFrame *) 0 ; unsigned char arg2 ; void *argp1 = 0 ; int res1 = 0 ; unsigned char val2 ; int ecode2 = 0 ; unsigned char result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGFrame, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGFrame *","colorType", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGFrame * >(argp1); ecode2 = SWIG_AsVal_unsigned_SS_char(argv[0], &val2); if (!SWIG_IsOK(ecode2)) { SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "", "unsigned char","colorType", 2, argv[0] )); } arg2 = static_cast< unsigned char >(val2); result = (unsigned char)(arg1)->colorType(arg2); vresult = SWIG_From_unsigned_SS_char(static_cast< unsigned char >(result)); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGFrame_color_type__SWIG_1(int argc, VALUE *argv, VALUE self) { apngasm::APNGFrame *arg1 = (apngasm::APNGFrame *) 0 ; void *argp1 = 0 ; int res1 = 0 ; unsigned char result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGFrame, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGFrame *","colorType", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGFrame * >(argp1); result = (unsigned char)(arg1)->colorType(); vresult = SWIG_From_unsigned_SS_char(static_cast< unsigned char >(result)); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGFrame_color_type(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[3]; int ii; argc = nargs + 1; argv[0] = self; if (argc > 3) SWIG_fail; for (ii = 1; (ii < argc); ++ii) { argv[ii] = args[ii-1]; } if (argc == 1) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_apngasm__APNGFrame, 0); _v = SWIG_CheckState(res); if (_v) { return _wrap_APNGFrame_color_type__SWIG_1(nargs, args, self); } } if (argc == 2) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_apngasm__APNGFrame, 0); _v = SWIG_CheckState(res); if (_v) { { int res = SWIG_AsVal_unsigned_SS_char(argv[1], NULL); _v = SWIG_CheckState(res); } if (_v) { return _wrap_APNGFrame_color_type__SWIG_0(nargs, args, self); } } } fail: Ruby_Format_OverloadedError( argc, 3, "APNGFrame.color_type", " unsigned char APNGFrame.color_type(unsigned char setColorType)\n" " unsigned char APNGFrame.color_type()\n"); return Qnil; } SWIGINTERN VALUE _wrap_APNGFrame_palette__SWIG_0(int argc, VALUE *argv, VALUE self) { apngasm::APNGFrame *arg1 = (apngasm::APNGFrame *) 0 ; apngasm::rgb *arg2 = (apngasm::rgb *) 0 ; void *argp1 = 0 ; int res1 = 0 ; void *argp2 = 0 ; int res2 = 0 ; apngasm::rgb *result = 0 ; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGFrame, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGFrame *","palette", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGFrame * >(argp1); res2 = SWIG_ConvertPtr(argv[0], &argp2,SWIGTYPE_p_apngasm__rgb, 0 | 0 ); if (!SWIG_IsOK(res2)) { SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "", "apngasm::rgb *","palette", 2, argv[0] )); } arg2 = reinterpret_cast< apngasm::rgb * >(argp2); result = (apngasm::rgb *)(arg1)->palette(arg2); vresult = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_apngasm__rgb, 0 | 0 ); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGFrame_palette__SWIG_1(int argc, VALUE *argv, VALUE self) { apngasm::APNGFrame *arg1 = (apngasm::APNGFrame *) 0 ; void *argp1 = 0 ; int res1 = 0 ; apngasm::rgb *result = 0 ; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGFrame, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGFrame *","palette", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGFrame * >(argp1); result = (apngasm::rgb *)(arg1)->palette(); vresult = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_apngasm__rgb, 0 | 0 ); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGFrame_palette(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[3]; int ii; argc = nargs + 1; argv[0] = self; if (argc > 3) SWIG_fail; for (ii = 1; (ii < argc); ++ii) { argv[ii] = args[ii-1]; } if (argc == 1) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_apngasm__APNGFrame, 0); _v = SWIG_CheckState(res); if (_v) { return _wrap_APNGFrame_palette__SWIG_1(nargs, args, self); } } if (argc == 2) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_apngasm__APNGFrame, 0); _v = SWIG_CheckState(res); if (_v) { void *vptr = 0; int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_apngasm__rgb, 0); _v = SWIG_CheckState(res); if (_v) { return _wrap_APNGFrame_palette__SWIG_0(nargs, args, self); } } } fail: Ruby_Format_OverloadedError( argc, 3, "APNGFrame.palette", " apngasm::rgb * APNGFrame.palette(apngasm::rgb *setPalette)\n" " apngasm::rgb * APNGFrame.palette()\n"); return Qnil; } SWIGINTERN VALUE _wrap_APNGFrame_transparency__SWIG_0(int argc, VALUE *argv, VALUE self) { apngasm::APNGFrame *arg1 = (apngasm::APNGFrame *) 0 ; unsigned char *arg2 = (unsigned char *) 0 ; void *argp1 = 0 ; int res1 = 0 ; void *argp2 = 0 ; int res2 = 0 ; unsigned char *result = 0 ; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGFrame, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGFrame *","transparency", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGFrame * >(argp1); res2 = SWIG_ConvertPtr(argv[0], &argp2,SWIGTYPE_p_unsigned_char, 0 | 0 ); if (!SWIG_IsOK(res2)) { SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "", "unsigned char *","transparency", 2, argv[0] )); } arg2 = reinterpret_cast< unsigned char * >(argp2); result = (unsigned char *)(arg1)->transparency(arg2); vresult = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_unsigned_char, 0 | 0 ); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGFrame_transparency__SWIG_1(int argc, VALUE *argv, VALUE self) { apngasm::APNGFrame *arg1 = (apngasm::APNGFrame *) 0 ; void *argp1 = 0 ; int res1 = 0 ; unsigned char *result = 0 ; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGFrame, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGFrame *","transparency", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGFrame * >(argp1); result = (unsigned char *)(arg1)->transparency(); vresult = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_unsigned_char, 0 | 0 ); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGFrame_transparency(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[3]; int ii; argc = nargs + 1; argv[0] = self; if (argc > 3) SWIG_fail; for (ii = 1; (ii < argc); ++ii) { argv[ii] = args[ii-1]; } if (argc == 1) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_apngasm__APNGFrame, 0); _v = SWIG_CheckState(res); if (_v) { return _wrap_APNGFrame_transparency__SWIG_1(nargs, args, self); } } if (argc == 2) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_apngasm__APNGFrame, 0); _v = SWIG_CheckState(res); if (_v) { void *vptr = 0; int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_unsigned_char, 0); _v = SWIG_CheckState(res); if (_v) { return _wrap_APNGFrame_transparency__SWIG_0(nargs, args, self); } } } fail: Ruby_Format_OverloadedError( argc, 3, "APNGFrame.transparency", " unsigned char * APNGFrame.transparency(unsigned char *setTransparency)\n" " unsigned char * APNGFrame.transparency()\n"); return Qnil; } SWIGINTERN VALUE _wrap_APNGFrame_palette_size__SWIG_0(int argc, VALUE *argv, VALUE self) { apngasm::APNGFrame *arg1 = (apngasm::APNGFrame *) 0 ; int arg2 ; void *argp1 = 0 ; int res1 = 0 ; int val2 ; int ecode2 = 0 ; int result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGFrame, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGFrame *","paletteSize", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGFrame * >(argp1); ecode2 = SWIG_AsVal_int(argv[0], &val2); if (!SWIG_IsOK(ecode2)) { SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "", "int","paletteSize", 2, argv[0] )); } arg2 = static_cast< int >(val2); result = (int)(arg1)->paletteSize(arg2); vresult = SWIG_From_int(static_cast< int >(result)); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGFrame_palette_size__SWIG_1(int argc, VALUE *argv, VALUE self) { apngasm::APNGFrame *arg1 = (apngasm::APNGFrame *) 0 ; void *argp1 = 0 ; int res1 = 0 ; int result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGFrame, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGFrame *","paletteSize", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGFrame * >(argp1); result = (int)(arg1)->paletteSize(); vresult = SWIG_From_int(static_cast< int >(result)); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGFrame_palette_size(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[3]; int ii; argc = nargs + 1; argv[0] = self; if (argc > 3) SWIG_fail; for (ii = 1; (ii < argc); ++ii) { argv[ii] = args[ii-1]; } if (argc == 1) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_apngasm__APNGFrame, 0); _v = SWIG_CheckState(res); if (_v) { return _wrap_APNGFrame_palette_size__SWIG_1(nargs, args, self); } } if (argc == 2) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_apngasm__APNGFrame, 0); _v = SWIG_CheckState(res); if (_v) { { int res = SWIG_AsVal_int(argv[1], NULL); _v = SWIG_CheckState(res); } if (_v) { return _wrap_APNGFrame_palette_size__SWIG_0(nargs, args, self); } } } fail: Ruby_Format_OverloadedError( argc, 3, "APNGFrame.palette_size", " int APNGFrame.palette_size(int setPaletteSize)\n" " int APNGFrame.palette_size()\n"); return Qnil; } SWIGINTERN VALUE _wrap_APNGFrame_transparency_size__SWIG_0(int argc, VALUE *argv, VALUE self) { apngasm::APNGFrame *arg1 = (apngasm::APNGFrame *) 0 ; int arg2 ; void *argp1 = 0 ; int res1 = 0 ; int val2 ; int ecode2 = 0 ; int result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGFrame, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGFrame *","transparencySize", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGFrame * >(argp1); ecode2 = SWIG_AsVal_int(argv[0], &val2); if (!SWIG_IsOK(ecode2)) { SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "", "int","transparencySize", 2, argv[0] )); } arg2 = static_cast< int >(val2); result = (int)(arg1)->transparencySize(arg2); vresult = SWIG_From_int(static_cast< int >(result)); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGFrame_transparency_size__SWIG_1(int argc, VALUE *argv, VALUE self) { apngasm::APNGFrame *arg1 = (apngasm::APNGFrame *) 0 ; void *argp1 = 0 ; int res1 = 0 ; int result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGFrame, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGFrame *","transparencySize", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGFrame * >(argp1); result = (int)(arg1)->transparencySize(); vresult = SWIG_From_int(static_cast< int >(result)); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGFrame_transparency_size(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[3]; int ii; argc = nargs + 1; argv[0] = self; if (argc > 3) SWIG_fail; for (ii = 1; (ii < argc); ++ii) { argv[ii] = args[ii-1]; } if (argc == 1) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_apngasm__APNGFrame, 0); _v = SWIG_CheckState(res); if (_v) { return _wrap_APNGFrame_transparency_size__SWIG_1(nargs, args, self); } } if (argc == 2) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_apngasm__APNGFrame, 0); _v = SWIG_CheckState(res); if (_v) { { int res = SWIG_AsVal_int(argv[1], NULL); _v = SWIG_CheckState(res); } if (_v) { return _wrap_APNGFrame_transparency_size__SWIG_0(nargs, args, self); } } } fail: Ruby_Format_OverloadedError( argc, 3, "APNGFrame.transparency_size", " int APNGFrame.transparency_size(int setTransparencySize)\n" " int APNGFrame.transparency_size()\n"); return Qnil; } SWIGINTERN VALUE _wrap_APNGFrame_delay_numerator__SWIG_0(int argc, VALUE *argv, VALUE self) { apngasm::APNGFrame *arg1 = (apngasm::APNGFrame *) 0 ; unsigned int arg2 ; void *argp1 = 0 ; int res1 = 0 ; unsigned int val2 ; int ecode2 = 0 ; unsigned int result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGFrame, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGFrame *","delayNum", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGFrame * >(argp1); ecode2 = SWIG_AsVal_unsigned_SS_int(argv[0], &val2); if (!SWIG_IsOK(ecode2)) { SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "", "unsigned int","delayNum", 2, argv[0] )); } arg2 = static_cast< unsigned int >(val2); result = (unsigned int)(arg1)->delayNum(arg2); vresult = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result)); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGFrame_delay_numerator__SWIG_1(int argc, VALUE *argv, VALUE self) { apngasm::APNGFrame *arg1 = (apngasm::APNGFrame *) 0 ; void *argp1 = 0 ; int res1 = 0 ; unsigned int result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGFrame, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGFrame *","delayNum", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGFrame * >(argp1); result = (unsigned int)(arg1)->delayNum(); vresult = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result)); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGFrame_delay_numerator(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[3]; int ii; argc = nargs + 1; argv[0] = self; if (argc > 3) SWIG_fail; for (ii = 1; (ii < argc); ++ii) { argv[ii] = args[ii-1]; } if (argc == 1) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_apngasm__APNGFrame, 0); _v = SWIG_CheckState(res); if (_v) { return _wrap_APNGFrame_delay_numerator__SWIG_1(nargs, args, self); } } if (argc == 2) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_apngasm__APNGFrame, 0); _v = SWIG_CheckState(res); if (_v) { { int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL); _v = SWIG_CheckState(res); } if (_v) { return _wrap_APNGFrame_delay_numerator__SWIG_0(nargs, args, self); } } } fail: Ruby_Format_OverloadedError( argc, 3, "APNGFrame.delay_numerator", " unsigned int APNGFrame.delay_numerator(unsigned int setDelayNum)\n" " unsigned int APNGFrame.delay_numerator()\n"); return Qnil; } SWIGINTERN VALUE _wrap_APNGFrame_delay_denominator__SWIG_0(int argc, VALUE *argv, VALUE self) { apngasm::APNGFrame *arg1 = (apngasm::APNGFrame *) 0 ; unsigned int arg2 ; void *argp1 = 0 ; int res1 = 0 ; unsigned int val2 ; int ecode2 = 0 ; unsigned int result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGFrame, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGFrame *","delayDen", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGFrame * >(argp1); ecode2 = SWIG_AsVal_unsigned_SS_int(argv[0], &val2); if (!SWIG_IsOK(ecode2)) { SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "", "unsigned int","delayDen", 2, argv[0] )); } arg2 = static_cast< unsigned int >(val2); result = (unsigned int)(arg1)->delayDen(arg2); vresult = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result)); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGFrame_delay_denominator__SWIG_1(int argc, VALUE *argv, VALUE self) { apngasm::APNGFrame *arg1 = (apngasm::APNGFrame *) 0 ; void *argp1 = 0 ; int res1 = 0 ; unsigned int result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGFrame, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGFrame *","delayDen", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGFrame * >(argp1); result = (unsigned int)(arg1)->delayDen(); vresult = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result)); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGFrame_delay_denominator(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[3]; int ii; argc = nargs + 1; argv[0] = self; if (argc > 3) SWIG_fail; for (ii = 1; (ii < argc); ++ii) { argv[ii] = args[ii-1]; } if (argc == 1) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_apngasm__APNGFrame, 0); _v = SWIG_CheckState(res); if (_v) { return _wrap_APNGFrame_delay_denominator__SWIG_1(nargs, args, self); } } if (argc == 2) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_apngasm__APNGFrame, 0); _v = SWIG_CheckState(res); if (_v) { { int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL); _v = SWIG_CheckState(res); } if (_v) { return _wrap_APNGFrame_delay_denominator__SWIG_0(nargs, args, self); } } } fail: Ruby_Format_OverloadedError( argc, 3, "APNGFrame.delay_denominator", " unsigned int APNGFrame.delay_denominator(unsigned int setDelayDen)\n" " unsigned int APNGFrame.delay_denominator()\n"); return Qnil; } SWIGINTERN VALUE _wrap_APNGFrame_rows__SWIG_0(int argc, VALUE *argv, VALUE self) { apngasm::APNGFrame *arg1 = (apngasm::APNGFrame *) 0 ; unsigned char **arg2 = (unsigned char **) 0 ; void *argp1 = 0 ; int res1 = 0 ; void *argp2 = 0 ; int res2 = 0 ; unsigned char **result = 0 ; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGFrame, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGFrame *","rows", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGFrame * >(argp1); res2 = SWIG_ConvertPtr(argv[0], &argp2,SWIGTYPE_p_p_unsigned_char, 0 | 0 ); if (!SWIG_IsOK(res2)) { SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "", "unsigned char **","rows", 2, argv[0] )); } arg2 = reinterpret_cast< unsigned char ** >(argp2); result = (unsigned char **)(arg1)->rows(arg2); vresult = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_p_unsigned_char, 0 | 0 ); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGFrame_rows__SWIG_1(int argc, VALUE *argv, VALUE self) { apngasm::APNGFrame *arg1 = (apngasm::APNGFrame *) 0 ; void *argp1 = 0 ; int res1 = 0 ; unsigned char **result = 0 ; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGFrame, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGFrame *","rows", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGFrame * >(argp1); result = (unsigned char **)(arg1)->rows(); vresult = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_p_unsigned_char, 0 | 0 ); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGFrame_rows(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[3]; int ii; argc = nargs + 1; argv[0] = self; if (argc > 3) SWIG_fail; for (ii = 1; (ii < argc); ++ii) { argv[ii] = args[ii-1]; } if (argc == 1) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_apngasm__APNGFrame, 0); _v = SWIG_CheckState(res); if (_v) { return _wrap_APNGFrame_rows__SWIG_1(nargs, args, self); } } if (argc == 2) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_apngasm__APNGFrame, 0); _v = SWIG_CheckState(res); if (_v) { void *vptr = 0; int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_p_unsigned_char, 0); _v = SWIG_CheckState(res); if (_v) { return _wrap_APNGFrame_rows__SWIG_0(nargs, args, self); } } } fail: Ruby_Format_OverloadedError( argc, 3, "APNGFrame.rows", " unsigned char ** APNGFrame.rows(unsigned char **setRows)\n" " unsigned char ** APNGFrame.rows()\n"); return Qnil; } SWIGINTERN VALUE _wrap_APNGFrame_save(int argc, VALUE *argv, VALUE self) { apngasm::APNGFrame *arg1 = (apngasm::APNGFrame *) 0 ; std::string *arg2 = 0 ; void *argp1 = 0 ; int res1 = 0 ; int res2 = SWIG_OLDOBJ ; bool result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGFrame, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGFrame const *","save", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGFrame * >(argp1); { std::string *ptr = (std::string *)0; res2 = SWIG_AsPtr_std_string(argv[0], &ptr); if (!SWIG_IsOK(res2)) { SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "", "std::string const &","save", 2, argv[0] )); } if (!ptr) { SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid null reference ", "std::string const &","save", 2, argv[0])); } arg2 = ptr; } result = (bool)((apngasm::APNGFrame const *)arg1)->save((std::string const &)*arg2); vresult = SWIG_From_bool(static_cast< bool >(result)); if (SWIG_IsNewObj(res2)) delete arg2; return vresult; fail: if (SWIG_IsNewObj(res2)) delete arg2; return Qnil; } SWIGINTERN void free_apngasm_APNGFrame(apngasm::APNGFrame *arg1) { delete arg1; } static swig_class SwigClassAPNGAsm; SWIGINTERN VALUE _wrap_new_APNGAsm__SWIG_0(int argc, VALUE *argv, VALUE self) { apngasm::APNGAsm *result = 0 ; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } result = (apngasm::APNGAsm *)new apngasm::APNGAsm(); DATA_PTR(self) = result; return self; fail: return Qnil; } #ifdef HAVE_RB_DEFINE_ALLOC_FUNC SWIGINTERN VALUE _wrap_APNGAsm_allocate(VALUE self) { #else SWIGINTERN VALUE _wrap_APNGAsm_allocate(int argc, VALUE *argv, VALUE self) { #endif VALUE vresult = SWIG_NewClassInstance(self, SWIGTYPE_p_apngasm__APNGAsm); #ifndef HAVE_RB_DEFINE_ALLOC_FUNC rb_obj_call_init(vresult, argc, argv); #endif return vresult; } SWIGINTERN VALUE _wrap_new_APNGAsm__SWIG_1(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame,std::allocator< apngasm::APNGFrame > > *arg1 = 0 ; void *argp1 ; int res1 = 0 ; apngasm::APNGAsm *result = 0 ; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(argv[0], &argp1, SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame,std::allocator< apngasm::APNGFrame > > const &","APNGAsm", 1, argv[0] )); } if (!argp1) { SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid null reference ", "std::vector< apngasm::APNGFrame,std::allocator< apngasm::APNGFrame > > const &","APNGAsm", 1, argv[0])); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame,std::allocator< apngasm::APNGFrame > > * >(argp1); result = (apngasm::APNGAsm *)new apngasm::APNGAsm((std::vector< apngasm::APNGFrame,std::allocator< apngasm::APNGFrame > > const &)*arg1); DATA_PTR(self) = result; return self; fail: return Qnil; } SWIGINTERN VALUE _wrap_new_APNGAsm(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[1]; int ii; argc = nargs; if (argc > 1) SWIG_fail; for (ii = 0; (ii < argc); ++ii) { argv[ii] = args[ii]; } if (argc == 0) { return _wrap_new_APNGAsm__SWIG_0(nargs, args, self); } if (argc == 1) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0); _v = SWIG_CheckState(res); if (_v) { return _wrap_new_APNGAsm__SWIG_1(nargs, args, self); } } fail: Ruby_Format_OverloadedError( argc, 1, "APNGAsm.new", " APNGAsm.new()\n" " APNGAsm.new(std::vector< apngasm::APNGFrame,std::allocator< apngasm::APNGFrame > > const &frames)\n"); return Qnil; } SWIGINTERN void free_apngasm_APNGAsm(apngasm::APNGAsm *arg1) { delete arg1; } SWIGINTERN VALUE _wrap_APNGAsm_add_frame_file__SWIG_0(int argc, VALUE *argv, VALUE self) { apngasm::APNGAsm *arg1 = (apngasm::APNGAsm *) 0 ; std::string *arg2 = 0 ; unsigned int arg3 ; unsigned int arg4 ; void *argp1 = 0 ; int res1 = 0 ; int res2 = SWIG_OLDOBJ ; unsigned int val3 ; int ecode3 = 0 ; unsigned int val4 ; int ecode4 = 0 ; size_t result; VALUE vresult = Qnil; if ((argc < 3) || (argc > 3)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGAsm, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGAsm *","addFrame", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGAsm * >(argp1); { std::string *ptr = (std::string *)0; res2 = SWIG_AsPtr_std_string(argv[0], &ptr); if (!SWIG_IsOK(res2)) { SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "", "std::string const &","addFrame", 2, argv[0] )); } if (!ptr) { SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid null reference ", "std::string const &","addFrame", 2, argv[0])); } arg2 = ptr; } ecode3 = SWIG_AsVal_unsigned_SS_int(argv[1], &val3); if (!SWIG_IsOK(ecode3)) { SWIG_exception_fail(SWIG_ArgError(ecode3), Ruby_Format_TypeError( "", "unsigned int","addFrame", 3, argv[1] )); } arg3 = static_cast< unsigned int >(val3); ecode4 = SWIG_AsVal_unsigned_SS_int(argv[2], &val4); if (!SWIG_IsOK(ecode4)) { SWIG_exception_fail(SWIG_ArgError(ecode4), Ruby_Format_TypeError( "", "unsigned int","addFrame", 4, argv[2] )); } arg4 = static_cast< unsigned int >(val4); result = (arg1)->addFrame((std::string const &)*arg2,arg3,arg4); vresult = SWIG_From_size_t(static_cast< size_t >(result)); if (SWIG_IsNewObj(res2)) delete arg2; return vresult; fail: if (SWIG_IsNewObj(res2)) delete arg2; return Qnil; } SWIGINTERN VALUE _wrap_APNGAsm_add_frame_file__SWIG_1(int argc, VALUE *argv, VALUE self) { apngasm::APNGAsm *arg1 = (apngasm::APNGAsm *) 0 ; std::string *arg2 = 0 ; unsigned int arg3 ; void *argp1 = 0 ; int res1 = 0 ; int res2 = SWIG_OLDOBJ ; unsigned int val3 ; int ecode3 = 0 ; size_t result; VALUE vresult = Qnil; if ((argc < 2) || (argc > 2)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGAsm, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGAsm *","addFrame", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGAsm * >(argp1); { std::string *ptr = (std::string *)0; res2 = SWIG_AsPtr_std_string(argv[0], &ptr); if (!SWIG_IsOK(res2)) { SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "", "std::string const &","addFrame", 2, argv[0] )); } if (!ptr) { SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid null reference ", "std::string const &","addFrame", 2, argv[0])); } arg2 = ptr; } ecode3 = SWIG_AsVal_unsigned_SS_int(argv[1], &val3); if (!SWIG_IsOK(ecode3)) { SWIG_exception_fail(SWIG_ArgError(ecode3), Ruby_Format_TypeError( "", "unsigned int","addFrame", 3, argv[1] )); } arg3 = static_cast< unsigned int >(val3); result = (arg1)->addFrame((std::string const &)*arg2,arg3); vresult = SWIG_From_size_t(static_cast< size_t >(result)); if (SWIG_IsNewObj(res2)) delete arg2; return vresult; fail: if (SWIG_IsNewObj(res2)) delete arg2; return Qnil; } SWIGINTERN VALUE _wrap_APNGAsm_add_frame_file__SWIG_2(int argc, VALUE *argv, VALUE self) { apngasm::APNGAsm *arg1 = (apngasm::APNGAsm *) 0 ; std::string *arg2 = 0 ; void *argp1 = 0 ; int res1 = 0 ; int res2 = SWIG_OLDOBJ ; size_t result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGAsm, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGAsm *","addFrame", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGAsm * >(argp1); { std::string *ptr = (std::string *)0; res2 = SWIG_AsPtr_std_string(argv[0], &ptr); if (!SWIG_IsOK(res2)) { SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "", "std::string const &","addFrame", 2, argv[0] )); } if (!ptr) { SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid null reference ", "std::string const &","addFrame", 2, argv[0])); } arg2 = ptr; } result = (arg1)->addFrame((std::string const &)*arg2); vresult = SWIG_From_size_t(static_cast< size_t >(result)); if (SWIG_IsNewObj(res2)) delete arg2; return vresult; fail: if (SWIG_IsNewObj(res2)) delete arg2; return Qnil; } SWIGINTERN VALUE _wrap_APNGAsm_add_frame_file(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[5]; int ii; argc = nargs + 1; argv[0] = self; if (argc > 5) SWIG_fail; for (ii = 1; (ii < argc); ++ii) { argv[ii] = args[ii-1]; } if (argc == 2) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_apngasm__APNGAsm, 0); _v = SWIG_CheckState(res); if (_v) { int res = SWIG_AsPtr_std_string(argv[1], (std::string**)(0)); _v = SWIG_CheckState(res); if (_v) { return _wrap_APNGAsm_add_frame_file__SWIG_2(nargs, args, self); } } } if (argc == 3) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_apngasm__APNGAsm, 0); _v = SWIG_CheckState(res); if (_v) { int res = SWIG_AsPtr_std_string(argv[1], (std::string**)(0)); _v = SWIG_CheckState(res); if (_v) { { int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL); _v = SWIG_CheckState(res); } if (_v) { return _wrap_APNGAsm_add_frame_file__SWIG_1(nargs, args, self); } } } } if (argc == 4) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_apngasm__APNGAsm, 0); _v = SWIG_CheckState(res); if (_v) { int res = SWIG_AsPtr_std_string(argv[1], (std::string**)(0)); _v = SWIG_CheckState(res); if (_v) { { int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL); _v = SWIG_CheckState(res); } if (_v) { { int res = SWIG_AsVal_unsigned_SS_int(argv[3], NULL); _v = SWIG_CheckState(res); } if (_v) { return _wrap_APNGAsm_add_frame_file__SWIG_0(nargs, args, self); } } } } } fail: Ruby_Format_OverloadedError( argc, 5, "APNGAsm.add_frame_file", " size_t APNGAsm.add_frame_file(std::string const &filePath, unsigned int delayNum, unsigned int delayDen)\n" " size_t APNGAsm.add_frame_file(std::string const &filePath, unsigned int delayNum)\n" " size_t APNGAsm.add_frame_file(std::string const &filePath)\n"); return Qnil; } SWIGINTERN VALUE _wrap_APNGAsm_add_frame(int argc, VALUE *argv, VALUE self) { apngasm::APNGAsm *arg1 = (apngasm::APNGAsm *) 0 ; apngasm::APNGFrame *arg2 = 0 ; void *argp1 = 0 ; int res1 = 0 ; void *argp2 ; int res2 = 0 ; size_t result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGAsm, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGAsm *","addFrame", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGAsm * >(argp1); res2 = SWIG_ConvertPtr(argv[0], &argp2, SWIGTYPE_p_apngasm__APNGFrame, 0 ); if (!SWIG_IsOK(res2)) { SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "", "apngasm::APNGFrame const &","addFrame", 2, argv[0] )); } if (!argp2) { SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid null reference ", "apngasm::APNGFrame const &","addFrame", 2, argv[0])); } arg2 = reinterpret_cast< apngasm::APNGFrame * >(argp2); result = (arg1)->addFrame((apngasm::APNGFrame const &)*arg2); vresult = SWIG_From_size_t(static_cast< size_t >(result)); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGAsm_add_frame_rgb__SWIG_0(int argc, VALUE *argv, VALUE self) { apngasm::APNGAsm *arg1 = (apngasm::APNGAsm *) 0 ; apngasm::rgb *arg2 = (apngasm::rgb *) 0 ; unsigned int arg3 ; unsigned int arg4 ; apngasm::rgb *arg5 = (apngasm::rgb *) 0 ; unsigned int arg6 ; unsigned int arg7 ; void *argp1 = 0 ; int res1 = 0 ; unsigned int val3 ; int ecode3 = 0 ; unsigned int val4 ; int ecode4 = 0 ; unsigned int val6 ; int ecode6 = 0 ; unsigned int val7 ; int ecode7 = 0 ; size_t result; VALUE vresult = Qnil; if ((argc < 6) || (argc > 6)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 6)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGAsm, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGAsm *","addFrame", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGAsm * >(argp1); { Check_Type(argv[0], T_ARRAY); int size = RARRAY_LEN(argv[0]); arg2 = (apngasm::rgb *)malloc(size*sizeof(apngasm::rgb)); for(int i = 0; i < size; ++i) { VALUE inst = rb_ary_entry(argv[0], i); Check_Type(inst, T_DATA); apngasm::rgb * element = NULL; Data_Get_Struct(inst, apngasm::rgb, element); arg2[i] = *element; } } ecode3 = SWIG_AsVal_unsigned_SS_int(argv[1], &val3); if (!SWIG_IsOK(ecode3)) { SWIG_exception_fail(SWIG_ArgError(ecode3), Ruby_Format_TypeError( "", "unsigned int","addFrame", 3, argv[1] )); } arg3 = static_cast< unsigned int >(val3); ecode4 = SWIG_AsVal_unsigned_SS_int(argv[2], &val4); if (!SWIG_IsOK(ecode4)) { SWIG_exception_fail(SWIG_ArgError(ecode4), Ruby_Format_TypeError( "", "unsigned int","addFrame", 4, argv[2] )); } arg4 = static_cast< unsigned int >(val4); { Check_Type(argv[3], T_ARRAY); int size = RARRAY_LEN(argv[3]); arg5 = (apngasm::rgb *)malloc(size*sizeof(apngasm::rgb)); for(int i = 0; i < size; ++i) { VALUE inst = rb_ary_entry(argv[3], i); Check_Type(inst, T_DATA); apngasm::rgb * element = NULL; Data_Get_Struct(inst, apngasm::rgb, element); arg5[i] = *element; } } ecode6 = SWIG_AsVal_unsigned_SS_int(argv[4], &val6); if (!SWIG_IsOK(ecode6)) { SWIG_exception_fail(SWIG_ArgError(ecode6), Ruby_Format_TypeError( "", "unsigned int","addFrame", 6, argv[4] )); } arg6 = static_cast< unsigned int >(val6); ecode7 = SWIG_AsVal_unsigned_SS_int(argv[5], &val7); if (!SWIG_IsOK(ecode7)) { SWIG_exception_fail(SWIG_ArgError(ecode7), Ruby_Format_TypeError( "", "unsigned int","addFrame", 7, argv[5] )); } arg7 = static_cast< unsigned int >(val7); result = (arg1)->addFrame(arg2,arg3,arg4,arg5,arg6,arg7); vresult = SWIG_From_size_t(static_cast< size_t >(result)); { if(arg2) free(arg2); } { if(arg5) free(arg5); } return vresult; fail: { if(arg2) free(arg2); } { if(arg5) free(arg5); } return Qnil; } SWIGINTERN VALUE _wrap_APNGAsm_add_frame_rgb__SWIG_1(int argc, VALUE *argv, VALUE self) { apngasm::APNGAsm *arg1 = (apngasm::APNGAsm *) 0 ; apngasm::rgb *arg2 = (apngasm::rgb *) 0 ; unsigned int arg3 ; unsigned int arg4 ; apngasm::rgb *arg5 = (apngasm::rgb *) 0 ; unsigned int arg6 ; void *argp1 = 0 ; int res1 = 0 ; unsigned int val3 ; int ecode3 = 0 ; unsigned int val4 ; int ecode4 = 0 ; unsigned int val6 ; int ecode6 = 0 ; size_t result; VALUE vresult = Qnil; if ((argc < 5) || (argc > 5)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 5)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGAsm, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGAsm *","addFrame", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGAsm * >(argp1); { Check_Type(argv[0], T_ARRAY); int size = RARRAY_LEN(argv[0]); arg2 = (apngasm::rgb *)malloc(size*sizeof(apngasm::rgb)); for(int i = 0; i < size; ++i) { VALUE inst = rb_ary_entry(argv[0], i); Check_Type(inst, T_DATA); apngasm::rgb * element = NULL; Data_Get_Struct(inst, apngasm::rgb, element); arg2[i] = *element; } } ecode3 = SWIG_AsVal_unsigned_SS_int(argv[1], &val3); if (!SWIG_IsOK(ecode3)) { SWIG_exception_fail(SWIG_ArgError(ecode3), Ruby_Format_TypeError( "", "unsigned int","addFrame", 3, argv[1] )); } arg3 = static_cast< unsigned int >(val3); ecode4 = SWIG_AsVal_unsigned_SS_int(argv[2], &val4); if (!SWIG_IsOK(ecode4)) { SWIG_exception_fail(SWIG_ArgError(ecode4), Ruby_Format_TypeError( "", "unsigned int","addFrame", 4, argv[2] )); } arg4 = static_cast< unsigned int >(val4); { Check_Type(argv[3], T_ARRAY); int size = RARRAY_LEN(argv[3]); arg5 = (apngasm::rgb *)malloc(size*sizeof(apngasm::rgb)); for(int i = 0; i < size; ++i) { VALUE inst = rb_ary_entry(argv[3], i); Check_Type(inst, T_DATA); apngasm::rgb * element = NULL; Data_Get_Struct(inst, apngasm::rgb, element); arg5[i] = *element; } } ecode6 = SWIG_AsVal_unsigned_SS_int(argv[4], &val6); if (!SWIG_IsOK(ecode6)) { SWIG_exception_fail(SWIG_ArgError(ecode6), Ruby_Format_TypeError( "", "unsigned int","addFrame", 6, argv[4] )); } arg6 = static_cast< unsigned int >(val6); result = (arg1)->addFrame(arg2,arg3,arg4,arg5,arg6); vresult = SWIG_From_size_t(static_cast< size_t >(result)); { if(arg2) free(arg2); } { if(arg5) free(arg5); } return vresult; fail: { if(arg2) free(arg2); } { if(arg5) free(arg5); } return Qnil; } SWIGINTERN VALUE _wrap_APNGAsm_add_frame_rgb__SWIG_2(int argc, VALUE *argv, VALUE self) { apngasm::APNGAsm *arg1 = (apngasm::APNGAsm *) 0 ; apngasm::rgb *arg2 = (apngasm::rgb *) 0 ; unsigned int arg3 ; unsigned int arg4 ; apngasm::rgb *arg5 = (apngasm::rgb *) 0 ; void *argp1 = 0 ; int res1 = 0 ; unsigned int val3 ; int ecode3 = 0 ; unsigned int val4 ; int ecode4 = 0 ; size_t result; VALUE vresult = Qnil; if ((argc < 4) || (argc > 4)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 4)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGAsm, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGAsm *","addFrame", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGAsm * >(argp1); { Check_Type(argv[0], T_ARRAY); int size = RARRAY_LEN(argv[0]); arg2 = (apngasm::rgb *)malloc(size*sizeof(apngasm::rgb)); for(int i = 0; i < size; ++i) { VALUE inst = rb_ary_entry(argv[0], i); Check_Type(inst, T_DATA); apngasm::rgb * element = NULL; Data_Get_Struct(inst, apngasm::rgb, element); arg2[i] = *element; } } ecode3 = SWIG_AsVal_unsigned_SS_int(argv[1], &val3); if (!SWIG_IsOK(ecode3)) { SWIG_exception_fail(SWIG_ArgError(ecode3), Ruby_Format_TypeError( "", "unsigned int","addFrame", 3, argv[1] )); } arg3 = static_cast< unsigned int >(val3); ecode4 = SWIG_AsVal_unsigned_SS_int(argv[2], &val4); if (!SWIG_IsOK(ecode4)) { SWIG_exception_fail(SWIG_ArgError(ecode4), Ruby_Format_TypeError( "", "unsigned int","addFrame", 4, argv[2] )); } arg4 = static_cast< unsigned int >(val4); { Check_Type(argv[3], T_ARRAY); int size = RARRAY_LEN(argv[3]); arg5 = (apngasm::rgb *)malloc(size*sizeof(apngasm::rgb)); for(int i = 0; i < size; ++i) { VALUE inst = rb_ary_entry(argv[3], i); Check_Type(inst, T_DATA); apngasm::rgb * element = NULL; Data_Get_Struct(inst, apngasm::rgb, element); arg5[i] = *element; } } result = (arg1)->addFrame(arg2,arg3,arg4,arg5); vresult = SWIG_From_size_t(static_cast< size_t >(result)); { if(arg2) free(arg2); } { if(arg5) free(arg5); } return vresult; fail: { if(arg2) free(arg2); } { if(arg5) free(arg5); } return Qnil; } SWIGINTERN VALUE _wrap_APNGAsm_add_frame_rgb__SWIG_3(int argc, VALUE *argv, VALUE self) { apngasm::APNGAsm *arg1 = (apngasm::APNGAsm *) 0 ; apngasm::rgb *arg2 = (apngasm::rgb *) 0 ; unsigned int arg3 ; unsigned int arg4 ; void *argp1 = 0 ; int res1 = 0 ; unsigned int val3 ; int ecode3 = 0 ; unsigned int val4 ; int ecode4 = 0 ; size_t result; VALUE vresult = Qnil; if ((argc < 3) || (argc > 3)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGAsm, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGAsm *","addFrame", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGAsm * >(argp1); { Check_Type(argv[0], T_ARRAY); int size = RARRAY_LEN(argv[0]); arg2 = (apngasm::rgb *)malloc(size*sizeof(apngasm::rgb)); for(int i = 0; i < size; ++i) { VALUE inst = rb_ary_entry(argv[0], i); Check_Type(inst, T_DATA); apngasm::rgb * element = NULL; Data_Get_Struct(inst, apngasm::rgb, element); arg2[i] = *element; } } ecode3 = SWIG_AsVal_unsigned_SS_int(argv[1], &val3); if (!SWIG_IsOK(ecode3)) { SWIG_exception_fail(SWIG_ArgError(ecode3), Ruby_Format_TypeError( "", "unsigned int","addFrame", 3, argv[1] )); } arg3 = static_cast< unsigned int >(val3); ecode4 = SWIG_AsVal_unsigned_SS_int(argv[2], &val4); if (!SWIG_IsOK(ecode4)) { SWIG_exception_fail(SWIG_ArgError(ecode4), Ruby_Format_TypeError( "", "unsigned int","addFrame", 4, argv[2] )); } arg4 = static_cast< unsigned int >(val4); result = (arg1)->addFrame(arg2,arg3,arg4); vresult = SWIG_From_size_t(static_cast< size_t >(result)); { if(arg2) free(arg2); } return vresult; fail: { if(arg2) free(arg2); } return Qnil; } SWIGINTERN VALUE _wrap_APNGAsm_add_frame_rgb(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[8]; int ii; argc = nargs + 1; argv[0] = self; if (argc > 8) SWIG_fail; for (ii = 1; (ii < argc); ++ii) { argv[ii] = args[ii-1]; } if (argc == 4) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_apngasm__APNGAsm, 0); _v = SWIG_CheckState(res); if (_v) { { _v = ( (TYPE(argv[1]) == T_ARRAY) && (TYPE(rb_ary_entry(argv[1], 0)) == T_DATA) ) ? 1 : 0; } if (_v) { { int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL); _v = SWIG_CheckState(res); } if (_v) { { int res = SWIG_AsVal_unsigned_SS_int(argv[3], NULL); _v = SWIG_CheckState(res); } if (_v) { return _wrap_APNGAsm_add_frame_rgb__SWIG_3(nargs, args, self); } } } } } if (argc == 5) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_apngasm__APNGAsm, 0); _v = SWIG_CheckState(res); if (_v) { { _v = ( (TYPE(argv[1]) == T_ARRAY) && (TYPE(rb_ary_entry(argv[1], 0)) == T_DATA) ) ? 1 : 0; } if (_v) { { int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL); _v = SWIG_CheckState(res); } if (_v) { { int res = SWIG_AsVal_unsigned_SS_int(argv[3], NULL); _v = SWIG_CheckState(res); } if (_v) { { _v = ( (TYPE(argv[4]) == T_ARRAY) && (TYPE(rb_ary_entry(argv[4], 0)) == T_DATA) ) ? 1 : 0; } if (_v) { return _wrap_APNGAsm_add_frame_rgb__SWIG_2(nargs, args, self); } } } } } } if (argc == 6) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_apngasm__APNGAsm, 0); _v = SWIG_CheckState(res); if (_v) { { _v = ( (TYPE(argv[1]) == T_ARRAY) && (TYPE(rb_ary_entry(argv[1], 0)) == T_DATA) ) ? 1 : 0; } if (_v) { { int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL); _v = SWIG_CheckState(res); } if (_v) { { int res = SWIG_AsVal_unsigned_SS_int(argv[3], NULL); _v = SWIG_CheckState(res); } if (_v) { { _v = ( (TYPE(argv[4]) == T_ARRAY) && (TYPE(rb_ary_entry(argv[4], 0)) == T_DATA) ) ? 1 : 0; } if (_v) { { int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL); _v = SWIG_CheckState(res); } if (_v) { return _wrap_APNGAsm_add_frame_rgb__SWIG_1(nargs, args, self); } } } } } } } if (argc == 7) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_apngasm__APNGAsm, 0); _v = SWIG_CheckState(res); if (_v) { { _v = ( (TYPE(argv[1]) == T_ARRAY) && (TYPE(rb_ary_entry(argv[1], 0)) == T_DATA) ) ? 1 : 0; } if (_v) { { int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL); _v = SWIG_CheckState(res); } if (_v) { { int res = SWIG_AsVal_unsigned_SS_int(argv[3], NULL); _v = SWIG_CheckState(res); } if (_v) { { _v = ( (TYPE(argv[4]) == T_ARRAY) && (TYPE(rb_ary_entry(argv[4], 0)) == T_DATA) ) ? 1 : 0; } if (_v) { { int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL); _v = SWIG_CheckState(res); } if (_v) { { int res = SWIG_AsVal_unsigned_SS_int(argv[6], NULL); _v = SWIG_CheckState(res); } if (_v) { return _wrap_APNGAsm_add_frame_rgb__SWIG_0(nargs, args, self); } } } } } } } } fail: Ruby_Format_OverloadedError( argc, 8, "APNGAsm.add_frame_rgb", " size_t APNGAsm.add_frame_rgb(apngasm::rgb *pixels, unsigned int width, unsigned int height, apngasm::rgb *trns_color, unsigned int delayNum, unsigned int delayDen)\n" " size_t APNGAsm.add_frame_rgb(apngasm::rgb *pixels, unsigned int width, unsigned int height, apngasm::rgb *trns_color, unsigned int delayNum)\n" " size_t APNGAsm.add_frame_rgb(apngasm::rgb *pixels, unsigned int width, unsigned int height, apngasm::rgb *trns_color)\n" " size_t APNGAsm.add_frame_rgb(apngasm::rgb *pixels, unsigned int width, unsigned int height)\n"); return Qnil; } SWIGINTERN VALUE _wrap_APNGAsm_add_frame_rgba__SWIG_0(int argc, VALUE *argv, VALUE self) { apngasm::APNGAsm *arg1 = (apngasm::APNGAsm *) 0 ; apngasm::rgba *arg2 = (apngasm::rgba *) 0 ; unsigned int arg3 ; unsigned int arg4 ; unsigned int arg5 ; unsigned int arg6 ; void *argp1 = 0 ; int res1 = 0 ; unsigned int val3 ; int ecode3 = 0 ; unsigned int val4 ; int ecode4 = 0 ; unsigned int val5 ; int ecode5 = 0 ; unsigned int val6 ; int ecode6 = 0 ; size_t result; VALUE vresult = Qnil; if ((argc < 5) || (argc > 5)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 5)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGAsm, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGAsm *","addFrame", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGAsm * >(argp1); { Check_Type(argv[0], T_ARRAY); int size = RARRAY_LEN(argv[0]); arg2 = (apngasm::rgba *)malloc(size*sizeof(apngasm::rgba)); for(int i = 0; i < size; ++i) { VALUE inst = rb_ary_entry(argv[0], i); Check_Type(inst, T_DATA); apngasm::rgba * element = NULL; Data_Get_Struct(inst, apngasm::rgba, element); arg2[i] = *element; } } ecode3 = SWIG_AsVal_unsigned_SS_int(argv[1], &val3); if (!SWIG_IsOK(ecode3)) { SWIG_exception_fail(SWIG_ArgError(ecode3), Ruby_Format_TypeError( "", "unsigned int","addFrame", 3, argv[1] )); } arg3 = static_cast< unsigned int >(val3); ecode4 = SWIG_AsVal_unsigned_SS_int(argv[2], &val4); if (!SWIG_IsOK(ecode4)) { SWIG_exception_fail(SWIG_ArgError(ecode4), Ruby_Format_TypeError( "", "unsigned int","addFrame", 4, argv[2] )); } arg4 = static_cast< unsigned int >(val4); ecode5 = SWIG_AsVal_unsigned_SS_int(argv[3], &val5); if (!SWIG_IsOK(ecode5)) { SWIG_exception_fail(SWIG_ArgError(ecode5), Ruby_Format_TypeError( "", "unsigned int","addFrame", 5, argv[3] )); } arg5 = static_cast< unsigned int >(val5); ecode6 = SWIG_AsVal_unsigned_SS_int(argv[4], &val6); if (!SWIG_IsOK(ecode6)) { SWIG_exception_fail(SWIG_ArgError(ecode6), Ruby_Format_TypeError( "", "unsigned int","addFrame", 6, argv[4] )); } arg6 = static_cast< unsigned int >(val6); result = (arg1)->addFrame(arg2,arg3,arg4,arg5,arg6); vresult = SWIG_From_size_t(static_cast< size_t >(result)); { if(arg2) free(arg2); } return vresult; fail: { if(arg2) free(arg2); } return Qnil; } SWIGINTERN VALUE _wrap_APNGAsm_add_frame_rgba__SWIG_1(int argc, VALUE *argv, VALUE self) { apngasm::APNGAsm *arg1 = (apngasm::APNGAsm *) 0 ; apngasm::rgba *arg2 = (apngasm::rgba *) 0 ; unsigned int arg3 ; unsigned int arg4 ; unsigned int arg5 ; void *argp1 = 0 ; int res1 = 0 ; unsigned int val3 ; int ecode3 = 0 ; unsigned int val4 ; int ecode4 = 0 ; unsigned int val5 ; int ecode5 = 0 ; size_t result; VALUE vresult = Qnil; if ((argc < 4) || (argc > 4)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 4)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGAsm, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGAsm *","addFrame", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGAsm * >(argp1); { Check_Type(argv[0], T_ARRAY); int size = RARRAY_LEN(argv[0]); arg2 = (apngasm::rgba *)malloc(size*sizeof(apngasm::rgba)); for(int i = 0; i < size; ++i) { VALUE inst = rb_ary_entry(argv[0], i); Check_Type(inst, T_DATA); apngasm::rgba * element = NULL; Data_Get_Struct(inst, apngasm::rgba, element); arg2[i] = *element; } } ecode3 = SWIG_AsVal_unsigned_SS_int(argv[1], &val3); if (!SWIG_IsOK(ecode3)) { SWIG_exception_fail(SWIG_ArgError(ecode3), Ruby_Format_TypeError( "", "unsigned int","addFrame", 3, argv[1] )); } arg3 = static_cast< unsigned int >(val3); ecode4 = SWIG_AsVal_unsigned_SS_int(argv[2], &val4); if (!SWIG_IsOK(ecode4)) { SWIG_exception_fail(SWIG_ArgError(ecode4), Ruby_Format_TypeError( "", "unsigned int","addFrame", 4, argv[2] )); } arg4 = static_cast< unsigned int >(val4); ecode5 = SWIG_AsVal_unsigned_SS_int(argv[3], &val5); if (!SWIG_IsOK(ecode5)) { SWIG_exception_fail(SWIG_ArgError(ecode5), Ruby_Format_TypeError( "", "unsigned int","addFrame", 5, argv[3] )); } arg5 = static_cast< unsigned int >(val5); result = (arg1)->addFrame(arg2,arg3,arg4,arg5); vresult = SWIG_From_size_t(static_cast< size_t >(result)); { if(arg2) free(arg2); } return vresult; fail: { if(arg2) free(arg2); } return Qnil; } SWIGINTERN VALUE _wrap_APNGAsm_add_frame_rgba__SWIG_2(int argc, VALUE *argv, VALUE self) { apngasm::APNGAsm *arg1 = (apngasm::APNGAsm *) 0 ; apngasm::rgba *arg2 = (apngasm::rgba *) 0 ; unsigned int arg3 ; unsigned int arg4 ; void *argp1 = 0 ; int res1 = 0 ; unsigned int val3 ; int ecode3 = 0 ; unsigned int val4 ; int ecode4 = 0 ; size_t result; VALUE vresult = Qnil; if ((argc < 3) || (argc > 3)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGAsm, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGAsm *","addFrame", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGAsm * >(argp1); { Check_Type(argv[0], T_ARRAY); int size = RARRAY_LEN(argv[0]); arg2 = (apngasm::rgba *)malloc(size*sizeof(apngasm::rgba)); for(int i = 0; i < size; ++i) { VALUE inst = rb_ary_entry(argv[0], i); Check_Type(inst, T_DATA); apngasm::rgba * element = NULL; Data_Get_Struct(inst, apngasm::rgba, element); arg2[i] = *element; } } ecode3 = SWIG_AsVal_unsigned_SS_int(argv[1], &val3); if (!SWIG_IsOK(ecode3)) { SWIG_exception_fail(SWIG_ArgError(ecode3), Ruby_Format_TypeError( "", "unsigned int","addFrame", 3, argv[1] )); } arg3 = static_cast< unsigned int >(val3); ecode4 = SWIG_AsVal_unsigned_SS_int(argv[2], &val4); if (!SWIG_IsOK(ecode4)) { SWIG_exception_fail(SWIG_ArgError(ecode4), Ruby_Format_TypeError( "", "unsigned int","addFrame", 4, argv[2] )); } arg4 = static_cast< unsigned int >(val4); result = (arg1)->addFrame(arg2,arg3,arg4); vresult = SWIG_From_size_t(static_cast< size_t >(result)); { if(arg2) free(arg2); } return vresult; fail: { if(arg2) free(arg2); } return Qnil; } SWIGINTERN VALUE _wrap_APNGAsm_add_frame_rgba(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[7]; int ii; argc = nargs + 1; argv[0] = self; if (argc > 7) SWIG_fail; for (ii = 1; (ii < argc); ++ii) { argv[ii] = args[ii-1]; } if (argc == 4) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_apngasm__APNGAsm, 0); _v = SWIG_CheckState(res); if (_v) { { _v = ( (TYPE(argv[1]) == T_ARRAY) && (TYPE(rb_ary_entry(argv[1], 0)) == T_DATA) ) ? 1 : 0; } if (_v) { { int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL); _v = SWIG_CheckState(res); } if (_v) { { int res = SWIG_AsVal_unsigned_SS_int(argv[3], NULL); _v = SWIG_CheckState(res); } if (_v) { return _wrap_APNGAsm_add_frame_rgba__SWIG_2(nargs, args, self); } } } } } if (argc == 5) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_apngasm__APNGAsm, 0); _v = SWIG_CheckState(res); if (_v) { { _v = ( (TYPE(argv[1]) == T_ARRAY) && (TYPE(rb_ary_entry(argv[1], 0)) == T_DATA) ) ? 1 : 0; } if (_v) { { int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL); _v = SWIG_CheckState(res); } if (_v) { { int res = SWIG_AsVal_unsigned_SS_int(argv[3], NULL); _v = SWIG_CheckState(res); } if (_v) { { int res = SWIG_AsVal_unsigned_SS_int(argv[4], NULL); _v = SWIG_CheckState(res); } if (_v) { return _wrap_APNGAsm_add_frame_rgba__SWIG_1(nargs, args, self); } } } } } } if (argc == 6) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_apngasm__APNGAsm, 0); _v = SWIG_CheckState(res); if (_v) { { _v = ( (TYPE(argv[1]) == T_ARRAY) && (TYPE(rb_ary_entry(argv[1], 0)) == T_DATA) ) ? 1 : 0; } if (_v) { { int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL); _v = SWIG_CheckState(res); } if (_v) { { int res = SWIG_AsVal_unsigned_SS_int(argv[3], NULL); _v = SWIG_CheckState(res); } if (_v) { { int res = SWIG_AsVal_unsigned_SS_int(argv[4], NULL); _v = SWIG_CheckState(res); } if (_v) { { int res = SWIG_AsVal_unsigned_SS_int(argv[5], NULL); _v = SWIG_CheckState(res); } if (_v) { return _wrap_APNGAsm_add_frame_rgba__SWIG_0(nargs, args, self); } } } } } } } fail: Ruby_Format_OverloadedError( argc, 7, "APNGAsm.add_frame_rgba", " size_t APNGAsm.add_frame_rgba(apngasm::rgba *pixels, unsigned int width, unsigned int height, unsigned int delayNum, unsigned int delayDen)\n" " size_t APNGAsm.add_frame_rgba(apngasm::rgba *pixels, unsigned int width, unsigned int height, unsigned int delayNum)\n" " size_t APNGAsm.add_frame_rgba(apngasm::rgba *pixels, unsigned int width, unsigned int height)\n"); return Qnil; } SWIGINTERN VALUE _wrap_APNGAsm_assemble(int argc, VALUE *argv, VALUE self) { apngasm::APNGAsm *arg1 = (apngasm::APNGAsm *) 0 ; std::string *arg2 = 0 ; void *argp1 = 0 ; int res1 = 0 ; int res2 = SWIG_OLDOBJ ; bool result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGAsm, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGAsm *","assemble", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGAsm * >(argp1); { std::string *ptr = (std::string *)0; res2 = SWIG_AsPtr_std_string(argv[0], &ptr); if (!SWIG_IsOK(res2)) { SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "", "std::string const &","assemble", 2, argv[0] )); } if (!ptr) { SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid null reference ", "std::string const &","assemble", 2, argv[0])); } arg2 = ptr; } result = (bool)(arg1)->assemble((std::string const &)*arg2); vresult = SWIG_From_bool(static_cast< bool >(result)); if (SWIG_IsNewObj(res2)) delete arg2; return vresult; fail: if (SWIG_IsNewObj(res2)) delete arg2; return Qnil; } SWIGINTERN VALUE _wrap_APNGAsm_disassemble(int argc, VALUE *argv, VALUE self) { apngasm::APNGAsm *arg1 = (apngasm::APNGAsm *) 0 ; std::string *arg2 = 0 ; void *argp1 = 0 ; int res1 = 0 ; int res2 = SWIG_OLDOBJ ; std::vector< apngasm::APNGFrame,std::allocator< apngasm::APNGFrame > > *result = 0 ; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGAsm, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGAsm *","disassemble", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGAsm * >(argp1); { std::string *ptr = (std::string *)0; res2 = SWIG_AsPtr_std_string(argv[0], &ptr); if (!SWIG_IsOK(res2)) { SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "", "std::string const &","disassemble", 2, argv[0] )); } if (!ptr) { SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid null reference ", "std::string const &","disassemble", 2, argv[0])); } arg2 = ptr; } result = (std::vector< apngasm::APNGFrame,std::allocator< apngasm::APNGFrame > > *) &(arg1)->disassemble((std::string const &)*arg2); vresult = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (SWIG_IsNewObj(res2)) delete arg2; return vresult; fail: if (SWIG_IsNewObj(res2)) delete arg2; return Qnil; } SWIGINTERN VALUE _wrap_APNGAsm_save_pngs(int argc, VALUE *argv, VALUE self) { apngasm::APNGAsm *arg1 = (apngasm::APNGAsm *) 0 ; std::string *arg2 = 0 ; void *argp1 = 0 ; int res1 = 0 ; int res2 = SWIG_OLDOBJ ; bool result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGAsm, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGAsm const *","savePNGs", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGAsm * >(argp1); { std::string *ptr = (std::string *)0; res2 = SWIG_AsPtr_std_string(argv[0], &ptr); if (!SWIG_IsOK(res2)) { SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "", "std::string const &","savePNGs", 2, argv[0] )); } if (!ptr) { SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid null reference ", "std::string const &","savePNGs", 2, argv[0])); } arg2 = ptr; } result = (bool)((apngasm::APNGAsm const *)arg1)->savePNGs((std::string const &)*arg2); vresult = SWIG_From_bool(static_cast< bool >(result)); if (SWIG_IsNewObj(res2)) delete arg2; return vresult; fail: if (SWIG_IsNewObj(res2)) delete arg2; return Qnil; } SWIGINTERN VALUE _wrap_APNGAsm_load_animation_spec(int argc, VALUE *argv, VALUE self) { apngasm::APNGAsm *arg1 = (apngasm::APNGAsm *) 0 ; std::string *arg2 = 0 ; void *argp1 = 0 ; int res1 = 0 ; int res2 = SWIG_OLDOBJ ; std::vector< apngasm::APNGFrame,std::allocator< apngasm::APNGFrame > > *result = 0 ; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGAsm, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGAsm *","loadAnimationSpec", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGAsm * >(argp1); { std::string *ptr = (std::string *)0; res2 = SWIG_AsPtr_std_string(argv[0], &ptr); if (!SWIG_IsOK(res2)) { SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "", "std::string const &","loadAnimationSpec", 2, argv[0] )); } if (!ptr) { SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid null reference ", "std::string const &","loadAnimationSpec", 2, argv[0])); } arg2 = ptr; } result = (std::vector< apngasm::APNGFrame,std::allocator< apngasm::APNGFrame > > *) &(arg1)->loadAnimationSpec((std::string const &)*arg2); vresult = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (SWIG_IsNewObj(res2)) delete arg2; return vresult; fail: if (SWIG_IsNewObj(res2)) delete arg2; return Qnil; } SWIGINTERN VALUE _wrap_APNGAsm_save_json__SWIG_0(int argc, VALUE *argv, VALUE self) { apngasm::APNGAsm *arg1 = (apngasm::APNGAsm *) 0 ; std::string *arg2 = 0 ; std::string *arg3 = 0 ; void *argp1 = 0 ; int res1 = 0 ; int res2 = SWIG_OLDOBJ ; int res3 = SWIG_OLDOBJ ; bool result; VALUE vresult = Qnil; if ((argc < 2) || (argc > 2)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGAsm, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGAsm const *","saveJSON", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGAsm * >(argp1); { std::string *ptr = (std::string *)0; res2 = SWIG_AsPtr_std_string(argv[0], &ptr); if (!SWIG_IsOK(res2)) { SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "", "std::string const &","saveJSON", 2, argv[0] )); } if (!ptr) { SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid null reference ", "std::string const &","saveJSON", 2, argv[0])); } arg2 = ptr; } { std::string *ptr = (std::string *)0; res3 = SWIG_AsPtr_std_string(argv[1], &ptr); if (!SWIG_IsOK(res3)) { SWIG_exception_fail(SWIG_ArgError(res3), Ruby_Format_TypeError( "", "std::string const &","saveJSON", 3, argv[1] )); } if (!ptr) { SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid null reference ", "std::string const &","saveJSON", 3, argv[1])); } arg3 = ptr; } result = (bool)((apngasm::APNGAsm const *)arg1)->saveJSON((std::string const &)*arg2,(std::string const &)*arg3); vresult = SWIG_From_bool(static_cast< bool >(result)); if (SWIG_IsNewObj(res2)) delete arg2; if (SWIG_IsNewObj(res3)) delete arg3; return vresult; fail: if (SWIG_IsNewObj(res2)) delete arg2; if (SWIG_IsNewObj(res3)) delete arg3; return Qnil; } SWIGINTERN VALUE _wrap_APNGAsm_save_json__SWIG_1(int argc, VALUE *argv, VALUE self) { apngasm::APNGAsm *arg1 = (apngasm::APNGAsm *) 0 ; std::string *arg2 = 0 ; void *argp1 = 0 ; int res1 = 0 ; int res2 = SWIG_OLDOBJ ; bool result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGAsm, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGAsm const *","saveJSON", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGAsm * >(argp1); { std::string *ptr = (std::string *)0; res2 = SWIG_AsPtr_std_string(argv[0], &ptr); if (!SWIG_IsOK(res2)) { SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "", "std::string const &","saveJSON", 2, argv[0] )); } if (!ptr) { SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid null reference ", "std::string const &","saveJSON", 2, argv[0])); } arg2 = ptr; } result = (bool)((apngasm::APNGAsm const *)arg1)->saveJSON((std::string const &)*arg2); vresult = SWIG_From_bool(static_cast< bool >(result)); if (SWIG_IsNewObj(res2)) delete arg2; return vresult; fail: if (SWIG_IsNewObj(res2)) delete arg2; return Qnil; } SWIGINTERN VALUE _wrap_APNGAsm_save_json(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[4]; int ii; argc = nargs + 1; argv[0] = self; if (argc > 4) SWIG_fail; for (ii = 1; (ii < argc); ++ii) { argv[ii] = args[ii-1]; } if (argc == 2) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_apngasm__APNGAsm, 0); _v = SWIG_CheckState(res); if (_v) { int res = SWIG_AsPtr_std_string(argv[1], (std::string**)(0)); _v = SWIG_CheckState(res); if (_v) { return _wrap_APNGAsm_save_json__SWIG_1(nargs, args, self); } } } if (argc == 3) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_apngasm__APNGAsm, 0); _v = SWIG_CheckState(res); if (_v) { int res = SWIG_AsPtr_std_string(argv[1], (std::string**)(0)); _v = SWIG_CheckState(res); if (_v) { int res = SWIG_AsPtr_std_string(argv[2], (std::string**)(0)); _v = SWIG_CheckState(res); if (_v) { return _wrap_APNGAsm_save_json__SWIG_0(nargs, args, self); } } } } fail: Ruby_Format_OverloadedError( argc, 4, "APNGAsm.save_json", " bool APNGAsm.save_json(std::string const &outputPath, std::string const &imageDir)\n" " bool APNGAsm.save_json(std::string const &outputPath)\n"); return Qnil; } SWIGINTERN VALUE _wrap_APNGAsm_save_xml__SWIG_0(int argc, VALUE *argv, VALUE self) { apngasm::APNGAsm *arg1 = (apngasm::APNGAsm *) 0 ; std::string *arg2 = 0 ; std::string *arg3 = 0 ; void *argp1 = 0 ; int res1 = 0 ; int res2 = SWIG_OLDOBJ ; int res3 = SWIG_OLDOBJ ; bool result; VALUE vresult = Qnil; if ((argc < 2) || (argc > 2)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGAsm, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGAsm const *","saveXML", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGAsm * >(argp1); { std::string *ptr = (std::string *)0; res2 = SWIG_AsPtr_std_string(argv[0], &ptr); if (!SWIG_IsOK(res2)) { SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "", "std::string const &","saveXML", 2, argv[0] )); } if (!ptr) { SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid null reference ", "std::string const &","saveXML", 2, argv[0])); } arg2 = ptr; } { std::string *ptr = (std::string *)0; res3 = SWIG_AsPtr_std_string(argv[1], &ptr); if (!SWIG_IsOK(res3)) { SWIG_exception_fail(SWIG_ArgError(res3), Ruby_Format_TypeError( "", "std::string const &","saveXML", 3, argv[1] )); } if (!ptr) { SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid null reference ", "std::string const &","saveXML", 3, argv[1])); } arg3 = ptr; } result = (bool)((apngasm::APNGAsm const *)arg1)->saveXML((std::string const &)*arg2,(std::string const &)*arg3); vresult = SWIG_From_bool(static_cast< bool >(result)); if (SWIG_IsNewObj(res2)) delete arg2; if (SWIG_IsNewObj(res3)) delete arg3; return vresult; fail: if (SWIG_IsNewObj(res2)) delete arg2; if (SWIG_IsNewObj(res3)) delete arg3; return Qnil; } SWIGINTERN VALUE _wrap_APNGAsm_save_xml__SWIG_1(int argc, VALUE *argv, VALUE self) { apngasm::APNGAsm *arg1 = (apngasm::APNGAsm *) 0 ; std::string *arg2 = 0 ; void *argp1 = 0 ; int res1 = 0 ; int res2 = SWIG_OLDOBJ ; bool result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGAsm, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGAsm const *","saveXML", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGAsm * >(argp1); { std::string *ptr = (std::string *)0; res2 = SWIG_AsPtr_std_string(argv[0], &ptr); if (!SWIG_IsOK(res2)) { SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "", "std::string const &","saveXML", 2, argv[0] )); } if (!ptr) { SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid null reference ", "std::string const &","saveXML", 2, argv[0])); } arg2 = ptr; } result = (bool)((apngasm::APNGAsm const *)arg1)->saveXML((std::string const &)*arg2); vresult = SWIG_From_bool(static_cast< bool >(result)); if (SWIG_IsNewObj(res2)) delete arg2; return vresult; fail: if (SWIG_IsNewObj(res2)) delete arg2; return Qnil; } SWIGINTERN VALUE _wrap_APNGAsm_save_xml(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[4]; int ii; argc = nargs + 1; argv[0] = self; if (argc > 4) SWIG_fail; for (ii = 1; (ii < argc); ++ii) { argv[ii] = args[ii-1]; } if (argc == 2) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_apngasm__APNGAsm, 0); _v = SWIG_CheckState(res); if (_v) { int res = SWIG_AsPtr_std_string(argv[1], (std::string**)(0)); _v = SWIG_CheckState(res); if (_v) { return _wrap_APNGAsm_save_xml__SWIG_1(nargs, args, self); } } } if (argc == 3) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_apngasm__APNGAsm, 0); _v = SWIG_CheckState(res); if (_v) { int res = SWIG_AsPtr_std_string(argv[1], (std::string**)(0)); _v = SWIG_CheckState(res); if (_v) { int res = SWIG_AsPtr_std_string(argv[2], (std::string**)(0)); _v = SWIG_CheckState(res); if (_v) { return _wrap_APNGAsm_save_xml__SWIG_0(nargs, args, self); } } } } fail: Ruby_Format_OverloadedError( argc, 4, "APNGAsm.save_xml", " bool APNGAsm.save_xml(std::string const &outputPath, std::string const &imageDir)\n" " bool APNGAsm.save_xml(std::string const &outputPath)\n"); return Qnil; } SWIGINTERN VALUE _wrap_APNGAsm_set_loops__SWIG_0(int argc, VALUE *argv, VALUE self) { apngasm::APNGAsm *arg1 = (apngasm::APNGAsm *) 0 ; unsigned int arg2 ; void *argp1 = 0 ; int res1 = 0 ; unsigned int val2 ; int ecode2 = 0 ; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGAsm, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGAsm *","setLoops", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGAsm * >(argp1); ecode2 = SWIG_AsVal_unsigned_SS_int(argv[0], &val2); if (!SWIG_IsOK(ecode2)) { SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "", "unsigned int","setLoops", 2, argv[0] )); } arg2 = static_cast< unsigned int >(val2); (arg1)->setLoops(arg2); return Qnil; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGAsm_set_loops__SWIG_1(int argc, VALUE *argv, VALUE self) { apngasm::APNGAsm *arg1 = (apngasm::APNGAsm *) 0 ; void *argp1 = 0 ; int res1 = 0 ; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGAsm, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGAsm *","setLoops", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGAsm * >(argp1); (arg1)->setLoops(); return Qnil; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGAsm_set_loops(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[3]; int ii; argc = nargs + 1; argv[0] = self; if (argc > 3) SWIG_fail; for (ii = 1; (ii < argc); ++ii) { argv[ii] = args[ii-1]; } if (argc == 1) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_apngasm__APNGAsm, 0); _v = SWIG_CheckState(res); if (_v) { return _wrap_APNGAsm_set_loops__SWIG_1(nargs, args, self); } } if (argc == 2) { int _v; void *vptr = 0; int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_apngasm__APNGAsm, 0); _v = SWIG_CheckState(res); if (_v) { { int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL); _v = SWIG_CheckState(res); } if (_v) { return _wrap_APNGAsm_set_loops__SWIG_0(nargs, args, self); } } } fail: Ruby_Format_OverloadedError( argc, 3, "APNGAsm.set_loops", " void APNGAsm.set_loops(unsigned int loops)\n" " void APNGAsm.set_loops()\n"); return Qnil; } SWIGINTERN VALUE _wrap_APNGAsm_set_skip_first(int argc, VALUE *argv, VALUE self) { apngasm::APNGAsm *arg1 = (apngasm::APNGAsm *) 0 ; bool arg2 ; void *argp1 = 0 ; int res1 = 0 ; bool val2 ; int ecode2 = 0 ; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGAsm, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGAsm *","setSkipFirst", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGAsm * >(argp1); ecode2 = SWIG_AsVal_bool(argv[0], &val2); if (!SWIG_IsOK(ecode2)) { SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "", "bool","setSkipFirst", 2, argv[0] )); } arg2 = static_cast< bool >(val2); (arg1)->setSkipFirst(arg2); return Qnil; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGAsm_get_frames(int argc, VALUE *argv, VALUE self) { apngasm::APNGAsm *arg1 = (apngasm::APNGAsm *) 0 ; void *argp1 = 0 ; int res1 = 0 ; std::vector< apngasm::APNGFrame,std::allocator< apngasm::APNGFrame > > *result = 0 ; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGAsm, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGAsm const *","getFrames", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGAsm * >(argp1); result = (std::vector< apngasm::APNGFrame,std::allocator< apngasm::APNGFrame > > *) &((apngasm::APNGAsm const *)arg1)->getFrames(); vresult = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGAsm_get_loops(int argc, VALUE *argv, VALUE self) { apngasm::APNGAsm *arg1 = (apngasm::APNGAsm *) 0 ; void *argp1 = 0 ; int res1 = 0 ; unsigned int result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGAsm, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGAsm const *","getLoops", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGAsm * >(argp1); result = (unsigned int)((apngasm::APNGAsm const *)arg1)->getLoops(); vresult = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result)); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGAsm_is_skip_first(int argc, VALUE *argv, VALUE self) { apngasm::APNGAsm *arg1 = (apngasm::APNGAsm *) 0 ; void *argp1 = 0 ; int res1 = 0 ; bool result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGAsm, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGAsm const *","isSkipFirst", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGAsm * >(argp1); result = (bool)((apngasm::APNGAsm const *)arg1)->isSkipFirst(); vresult = SWIG_From_bool(static_cast< bool >(result)); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGAsm_frame_count(int argc, VALUE *argv, VALUE self) { apngasm::APNGAsm *arg1 = (apngasm::APNGAsm *) 0 ; void *argp1 = 0 ; int res1 = 0 ; size_t result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGAsm, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGAsm *","frameCount", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGAsm * >(argp1); result = (arg1)->frameCount(); vresult = SWIG_From_size_t(static_cast< size_t >(result)); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGAsm_reset(int argc, VALUE *argv, VALUE self) { apngasm::APNGAsm *arg1 = (apngasm::APNGAsm *) 0 ; void *argp1 = 0 ; int res1 = 0 ; size_t result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGAsm, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGAsm *","reset", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGAsm * >(argp1); result = (arg1)->reset(); vresult = SWIG_From_size_t(static_cast< size_t >(result)); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGAsm_version(int argc, VALUE *argv, VALUE self) { apngasm::APNGAsm *arg1 = (apngasm::APNGAsm *) 0 ; void *argp1 = 0 ; int res1 = 0 ; char *result = 0 ; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_apngasm__APNGAsm, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "apngasm::APNGAsm const *","version", 1, self )); } arg1 = reinterpret_cast< apngasm::APNGAsm * >(argp1); result = (char *)((apngasm::APNGAsm const *)arg1)->version(); vresult = SWIG_FromCharPtr((const char *)result); return vresult; fail: return Qnil; } static swig_class SwigClassAPNGFrameVector; /* Document-method: APNG::APNGFrameVector.dup call-seq: dup -> APNGFrameVector Create a duplicate of the class and unfreeze it if needed. */ SWIGINTERN VALUE _wrap_APNGFrameVector_dup(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = (std::vector< apngasm::APNGFrame > *) 0 ; void *argp1 = 0 ; int res1 = 0 ; std::vector< apngasm::APNGFrame,std::allocator< apngasm::APNGFrame > > *result = 0 ; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > *","dup", 1, self )); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp1); result = (std::vector< apngasm::APNGFrame,std::allocator< apngasm::APNGFrame > > *)std_vector_Sl_apngasm_APNGFrame_Sg__dup(arg1); vresult = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, SWIG_POINTER_OWN | 0 ); return vresult; fail: return Qnil; } /* Document-method: APNG::APNGFrameVector.inspect call-seq: inspect -> VALUE Inspect class and its contents. */ SWIGINTERN VALUE _wrap_APNGFrameVector_inspect(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = (std::vector< apngasm::APNGFrame > *) 0 ; void *argp1 = 0 ; int res1 = 0 ; VALUE result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > *","inspect", 1, self )); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp1); result = (VALUE)std_vector_Sl_apngasm_APNGFrame_Sg__inspect(arg1); vresult = result; return vresult; fail: return Qnil; } /* Document-method: APNG::APNGFrameVector.to_a call-seq: to_a -> VALUE Convert APNGFrameVector to an Array. */ SWIGINTERN VALUE _wrap_APNGFrameVector_to_a(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = (std::vector< apngasm::APNGFrame > *) 0 ; void *argp1 = 0 ; int res1 = 0 ; VALUE result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > *","to_a", 1, self )); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp1); result = (VALUE)std_vector_Sl_apngasm_APNGFrame_Sg__to_a(arg1); vresult = result; return vresult; fail: return Qnil; } /* Document-method: APNG::APNGFrameVector.to_s call-seq: to_s -> VALUE Convert class to a String representation. */ SWIGINTERN VALUE _wrap_APNGFrameVector_to_s(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = (std::vector< apngasm::APNGFrame > *) 0 ; void *argp1 = 0 ; int res1 = 0 ; VALUE result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > *","to_s", 1, self )); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp1); result = (VALUE)std_vector_Sl_apngasm_APNGFrame_Sg__to_s(arg1); vresult = result; return vresult; fail: return Qnil; } /* Document-method: APNG::APNGFrameVector.slice call-seq: slice(i, j) -> VALUE Return a slice (portion of) the APNGFrameVector. */ SWIGINTERN VALUE _wrap_APNGFrameVector_slice(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = (std::vector< apngasm::APNGFrame > *) 0 ; std::vector< apngasm::APNGFrame >::difference_type arg2 ; std::vector< apngasm::APNGFrame >::difference_type arg3 ; void *argp1 = 0 ; int res1 = 0 ; ptrdiff_t val2 ; int ecode2 = 0 ; ptrdiff_t val3 ; int ecode3 = 0 ; VALUE result; VALUE vresult = Qnil; if ((argc < 2) || (argc > 2)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > *","slice", 1, self )); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp1); ecode2 = SWIG_AsVal_ptrdiff_t(argv[0], &val2); if (!SWIG_IsOK(ecode2)) { SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame >::difference_type","slice", 2, argv[0] )); } arg2 = static_cast< std::vector< apngasm::APNGFrame >::difference_type >(val2); ecode3 = SWIG_AsVal_ptrdiff_t(argv[1], &val3); if (!SWIG_IsOK(ecode3)) { SWIG_exception_fail(SWIG_ArgError(ecode3), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame >::difference_type","slice", 3, argv[1] )); } arg3 = static_cast< std::vector< apngasm::APNGFrame >::difference_type >(val3); result = (VALUE)std_vector_Sl_apngasm_APNGFrame_Sg__slice(arg1,arg2,arg3); vresult = result; return vresult; fail: return Qnil; } /* Document-method: APNG::APNGFrameVector.each call-seq: each -> APNGFrameVector Iterate thru each element in the APNGFrameVector. A block must be provided. */ SWIGINTERN VALUE _wrap_APNGFrameVector_each(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = (std::vector< apngasm::APNGFrame > *) 0 ; void *argp1 = 0 ; int res1 = 0 ; std::vector< apngasm::APNGFrame,std::allocator< apngasm::APNGFrame > > *result = 0 ; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > *","each", 1, self )); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp1); result = (std::vector< apngasm::APNGFrame,std::allocator< apngasm::APNGFrame > > *)std_vector_Sl_apngasm_APNGFrame_Sg__each(arg1); vresult = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); return vresult; fail: return Qnil; } /* Document-method: APNG::APNGFrameVector.select call-seq: select -> APNGFrameVector Iterate thru each element in the APNGFrameVector and select those that match a condition. A block must be provided. */ SWIGINTERN VALUE _wrap_APNGFrameVector_select(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = (std::vector< apngasm::APNGFrame > *) 0 ; void *argp1 = 0 ; int res1 = 0 ; std::vector< apngasm::APNGFrame,std::allocator< apngasm::APNGFrame > > *result = 0 ; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > *","select", 1, self )); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp1); result = (std::vector< apngasm::APNGFrame,std::allocator< apngasm::APNGFrame > > *)std_vector_Sl_apngasm_APNGFrame_Sg__select(arg1); vresult = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, SWIG_POINTER_OWN | 0 ); return vresult; fail: return Qnil; } /* Document-method: APNG::APNGFrameVector.delete_at call-seq: delete_at(i) -> VALUE Delete an element at a certain index. */ SWIGINTERN VALUE _wrap_APNGFrameVector_delete_at(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = (std::vector< apngasm::APNGFrame > *) 0 ; std::vector< apngasm::APNGFrame >::difference_type arg2 ; void *argp1 = 0 ; int res1 = 0 ; ptrdiff_t val2 ; int ecode2 = 0 ; VALUE result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > *","delete_at", 1, self )); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp1); ecode2 = SWIG_AsVal_ptrdiff_t(argv[0], &val2); if (!SWIG_IsOK(ecode2)) { SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame >::difference_type","delete_at", 2, argv[0] )); } arg2 = static_cast< std::vector< apngasm::APNGFrame >::difference_type >(val2); result = (VALUE)std_vector_Sl_apngasm_APNGFrame_Sg__delete_at(arg1,arg2); vresult = result; return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGFrameVector___delete2__(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = (std::vector< apngasm::APNGFrame > *) 0 ; std::vector< apngasm::APNGFrame >::value_type *arg2 = 0 ; void *argp1 = 0 ; int res1 = 0 ; void *argp2 ; int res2 = 0 ; VALUE result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > *","__delete2__", 1, self )); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp1); res2 = SWIG_ConvertPtr(argv[0], &argp2, SWIGTYPE_p_apngasm__APNGFrame, 0 ); if (!SWIG_IsOK(res2)) { SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame >::value_type const &","__delete2__", 2, argv[0] )); } if (!argp2) { SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid null reference ", "std::vector< apngasm::APNGFrame >::value_type const &","__delete2__", 2, argv[0])); } arg2 = reinterpret_cast< std::vector< apngasm::APNGFrame >::value_type * >(argp2); result = (VALUE)std_vector_Sl_apngasm_APNGFrame_Sg____delete2__(arg1,(apngasm::APNGFrame const &)*arg2); vresult = result; return vresult; fail: return Qnil; } /* Document-method: APNG::APNGFrameVector.reject! call-seq: reject! -> APNGFrameVector Iterate thru each element in the APNGFrameVector and reject those that fail a condition. A block must be provided. APNGFrameVector is modified in place. */ SWIGINTERN VALUE _wrap_APNGFrameVector_rejectN___(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = (std::vector< apngasm::APNGFrame > *) 0 ; void *argp1 = 0 ; int res1 = 0 ; std::vector< apngasm::APNGFrame,std::allocator< apngasm::APNGFrame > > *result = 0 ; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > *","reject_bang", 1, self )); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp1); result = (std::vector< apngasm::APNGFrame,std::allocator< apngasm::APNGFrame > > *)std_vector_Sl_apngasm_APNGFrame_Sg__reject_bang(arg1); vresult = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); return vresult; fail: return Qnil; } /* Document-method: APNG::APNGFrameVector.pop call-seq: pop -> VALUE Remove and return element at the end of the APNGFrameVector. */ SWIGINTERN VALUE _wrap_APNGFrameVector_pop(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = (std::vector< apngasm::APNGFrame > *) 0 ; void *argp1 = 0 ; int res1 = 0 ; VALUE result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > *","pop", 1, self )); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp1); result = (VALUE)std_vector_Sl_apngasm_APNGFrame_Sg__pop(arg1); vresult = result; return vresult; fail: return Qnil; } /* Document-method: APNG::APNGFrameVector.push call-seq: push(e) -> APNGFrame Add an element at the end of the APNGFrameVector. */ SWIGINTERN VALUE _wrap_APNGFrameVector_push(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = (std::vector< apngasm::APNGFrame > *) 0 ; std::vector< apngasm::APNGFrame >::value_type *arg2 = 0 ; void *argp1 = 0 ; int res1 = 0 ; void *argp2 ; int res2 = 0 ; std::vector< apngasm::APNGFrame >::value_type result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > *","push", 1, self )); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp1); res2 = SWIG_ConvertPtr(argv[0], &argp2, SWIGTYPE_p_apngasm__APNGFrame, 0 ); if (!SWIG_IsOK(res2)) { SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame >::value_type const &","push", 2, argv[0] )); } if (!argp2) { SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid null reference ", "std::vector< apngasm::APNGFrame >::value_type const &","push", 2, argv[0])); } arg2 = reinterpret_cast< std::vector< apngasm::APNGFrame >::value_type * >(argp2); result = std_vector_Sl_apngasm_APNGFrame_Sg__push(arg1,(apngasm::APNGFrame const &)*arg2); vresult = SWIG_NewPointerObj((new std::vector< apngasm::APNGFrame >::value_type(static_cast< const std::vector< apngasm::APNGFrame >::value_type& >(result))), SWIGTYPE_p_apngasm__APNGFrame, SWIG_POINTER_OWN | 0 ); return vresult; fail: return Qnil; } /* Document-method: APNG::APNGFrameVector.reject call-seq: reject -> APNGFrameVector Iterate thru each element in the APNGFrameVector and reject those that fail a condition returning a new APNGFrameVector. A block must be provided. */ SWIGINTERN VALUE _wrap_APNGFrameVector_reject(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = (std::vector< apngasm::APNGFrame > *) 0 ; void *argp1 = 0 ; int res1 = 0 ; std::vector< apngasm::APNGFrame,std::allocator< apngasm::APNGFrame > > *result = 0 ; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > *","reject", 1, self )); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp1); result = (std::vector< apngasm::APNGFrame,std::allocator< apngasm::APNGFrame > > *)std_vector_Sl_apngasm_APNGFrame_Sg__reject(arg1); vresult = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, SWIG_POINTER_OWN | 0 ); return vresult; fail: return Qnil; } /* Document-method: APNG::APNGFrameVector.at call-seq: at(i) -> VALUE Return element at a certain index. */ SWIGINTERN VALUE _wrap_APNGFrameVector_at(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = (std::vector< apngasm::APNGFrame > *) 0 ; std::vector< apngasm::APNGFrame >::difference_type arg2 ; void *argp1 = 0 ; int res1 = 0 ; ptrdiff_t val2 ; int ecode2 = 0 ; VALUE result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > const *","at", 1, self )); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp1); ecode2 = SWIG_AsVal_ptrdiff_t(argv[0], &val2); if (!SWIG_IsOK(ecode2)) { SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame >::difference_type","at", 2, argv[0] )); } arg2 = static_cast< std::vector< apngasm::APNGFrame >::difference_type >(val2); result = (VALUE)std_vector_Sl_apngasm_APNGFrame_Sg__at((std::vector< apngasm::APNGFrame > const *)arg1,arg2); vresult = result; return vresult; fail: return Qnil; } /* Document-method: APNG::APNGFrameVector.[] call-seq: [](i, j) -> VALUE [](i) -> VALUE [](i) -> VALUE Element accessor/slicing. */ SWIGINTERN VALUE _wrap_APNGFrameVector___getitem____SWIG_0(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = (std::vector< apngasm::APNGFrame > *) 0 ; std::vector< apngasm::APNGFrame >::difference_type arg2 ; std::vector< apngasm::APNGFrame >::difference_type arg3 ; void *argp1 = 0 ; int res1 = 0 ; ptrdiff_t val2 ; int ecode2 = 0 ; ptrdiff_t val3 ; int ecode3 = 0 ; VALUE result; VALUE vresult = Qnil; if ((argc < 2) || (argc > 2)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > const *","__getitem__", 1, self )); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp1); ecode2 = SWIG_AsVal_ptrdiff_t(argv[0], &val2); if (!SWIG_IsOK(ecode2)) { SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame >::difference_type","__getitem__", 2, argv[0] )); } arg2 = static_cast< std::vector< apngasm::APNGFrame >::difference_type >(val2); ecode3 = SWIG_AsVal_ptrdiff_t(argv[1], &val3); if (!SWIG_IsOK(ecode3)) { SWIG_exception_fail(SWIG_ArgError(ecode3), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame >::difference_type","__getitem__", 3, argv[1] )); } arg3 = static_cast< std::vector< apngasm::APNGFrame >::difference_type >(val3); result = (VALUE)std_vector_Sl_apngasm_APNGFrame_Sg____getitem____SWIG_0((std::vector< apngasm::APNGFrame > const *)arg1,arg2,arg3); vresult = result; return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGFrameVector___getitem____SWIG_1(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = (std::vector< apngasm::APNGFrame > *) 0 ; std::vector< apngasm::APNGFrame >::difference_type arg2 ; void *argp1 = 0 ; int res1 = 0 ; ptrdiff_t val2 ; int ecode2 = 0 ; VALUE result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > const *","__getitem__", 1, self )); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp1); ecode2 = SWIG_AsVal_ptrdiff_t(argv[0], &val2); if (!SWIG_IsOK(ecode2)) { SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame >::difference_type","__getitem__", 2, argv[0] )); } arg2 = static_cast< std::vector< apngasm::APNGFrame >::difference_type >(val2); result = (VALUE)std_vector_Sl_apngasm_APNGFrame_Sg____getitem____SWIG_1((std::vector< apngasm::APNGFrame > const *)arg1,arg2); vresult = result; return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGFrameVector___getitem____SWIG_2(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = (std::vector< apngasm::APNGFrame > *) 0 ; VALUE arg2 = (VALUE) 0 ; void *argp1 = 0 ; int res1 = 0 ; VALUE result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > const *","__getitem__", 1, self )); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp1); arg2 = argv[0]; result = (VALUE)std_vector_Sl_apngasm_APNGFrame_Sg____getitem____SWIG_2((std::vector< apngasm::APNGFrame > const *)arg1,arg2); vresult = result; return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGFrameVector___getitem__(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[4]; int ii; argc = nargs + 1; argv[0] = self; if (argc > 4) SWIG_fail; for (ii = 1; (ii < argc); ++ii) { argv[ii] = args[ii-1]; } if (argc == 2) { int _v; int res = swig::asptr(argv[0], (std::vector >**)(0)); _v = SWIG_CheckState(res); if (_v) { { int res = SWIG_AsVal_ptrdiff_t(argv[1], NULL); _v = SWIG_CheckState(res); } if (_v) { return _wrap_APNGFrameVector___getitem____SWIG_1(nargs, args, self); } } } if (argc == 2) { int _v; int res = swig::asptr(argv[0], (std::vector >**)(0)); _v = SWIG_CheckState(res); if (_v) { _v = (argv[1] != 0); if (_v) { return _wrap_APNGFrameVector___getitem____SWIG_2(nargs, args, self); } } } if (argc == 3) { int _v; int res = swig::asptr(argv[0], (std::vector >**)(0)); _v = SWIG_CheckState(res); if (_v) { { int res = SWIG_AsVal_ptrdiff_t(argv[1], NULL); _v = SWIG_CheckState(res); } if (_v) { { int res = SWIG_AsVal_ptrdiff_t(argv[2], NULL); _v = SWIG_CheckState(res); } if (_v) { return _wrap_APNGFrameVector___getitem____SWIG_0(nargs, args, self); } } } } fail: Ruby_Format_OverloadedError( argc, 4, "__getitem__", " VALUE __getitem__(std::vector< apngasm::APNGFrame >::difference_type i, std::vector< apngasm::APNGFrame >::difference_type j)\n" " VALUE __getitem__(std::vector< apngasm::APNGFrame >::difference_type i)\n" " VALUE __getitem__(VALUE i)\n"); return Qnil; } /* Document-method: APNG::APNGFrameVector.[]= call-seq: []=(i, x) -> VALUE []=(i, j, v) -> VALUE Element setter/slicing. */ SWIGINTERN VALUE _wrap_APNGFrameVector___setitem____SWIG_0(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = (std::vector< apngasm::APNGFrame > *) 0 ; std::vector< apngasm::APNGFrame >::difference_type arg2 ; std::vector< apngasm::APNGFrame >::value_type *arg3 = 0 ; void *argp1 = 0 ; int res1 = 0 ; ptrdiff_t val2 ; int ecode2 = 0 ; void *argp3 ; int res3 = 0 ; VALUE result; VALUE vresult = Qnil; if ((argc < 2) || (argc > 2)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > *","__setitem__", 1, self )); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp1); ecode2 = SWIG_AsVal_ptrdiff_t(argv[0], &val2); if (!SWIG_IsOK(ecode2)) { SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame >::difference_type","__setitem__", 2, argv[0] )); } arg2 = static_cast< std::vector< apngasm::APNGFrame >::difference_type >(val2); res3 = SWIG_ConvertPtr(argv[1], &argp3, SWIGTYPE_p_apngasm__APNGFrame, 0 ); if (!SWIG_IsOK(res3)) { SWIG_exception_fail(SWIG_ArgError(res3), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame >::value_type const &","__setitem__", 3, argv[1] )); } if (!argp3) { SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid null reference ", "std::vector< apngasm::APNGFrame >::value_type const &","__setitem__", 3, argv[1])); } arg3 = reinterpret_cast< std::vector< apngasm::APNGFrame >::value_type * >(argp3); result = (VALUE)std_vector_Sl_apngasm_APNGFrame_Sg____setitem____SWIG_0(arg1,arg2,(apngasm::APNGFrame const &)*arg3); vresult = result; return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGFrameVector___setitem____SWIG_1(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = (std::vector< apngasm::APNGFrame > *) 0 ; std::vector< apngasm::APNGFrame >::difference_type arg2 ; std::vector< apngasm::APNGFrame >::difference_type arg3 ; std::vector< apngasm::APNGFrame,std::allocator< apngasm::APNGFrame > > *arg4 = 0 ; void *argp1 = 0 ; int res1 = 0 ; ptrdiff_t val2 ; int ecode2 = 0 ; ptrdiff_t val3 ; int ecode3 = 0 ; int res4 = SWIG_OLDOBJ ; VALUE result; VALUE vresult = Qnil; if ((argc < 3) || (argc > 3)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > *","__setitem__", 1, self )); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp1); ecode2 = SWIG_AsVal_ptrdiff_t(argv[0], &val2); if (!SWIG_IsOK(ecode2)) { SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame >::difference_type","__setitem__", 2, argv[0] )); } arg2 = static_cast< std::vector< apngasm::APNGFrame >::difference_type >(val2); ecode3 = SWIG_AsVal_ptrdiff_t(argv[1], &val3); if (!SWIG_IsOK(ecode3)) { SWIG_exception_fail(SWIG_ArgError(ecode3), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame >::difference_type","__setitem__", 3, argv[1] )); } arg3 = static_cast< std::vector< apngasm::APNGFrame >::difference_type >(val3); { std::vector > *ptr = (std::vector > *)0; res4 = swig::asptr(argv[2], &ptr); if (!SWIG_IsOK(res4)) { SWIG_exception_fail(SWIG_ArgError(res4), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame,std::allocator< apngasm::APNGFrame > > const &","__setitem__", 4, argv[2] )); } if (!ptr) { SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid null reference ", "std::vector< apngasm::APNGFrame,std::allocator< apngasm::APNGFrame > > const &","__setitem__", 4, argv[2])); } arg4 = ptr; } try { result = (VALUE)std_vector_Sl_apngasm_APNGFrame_Sg____setitem____SWIG_1(arg1,arg2,arg3,(std::vector< apngasm::APNGFrame,std::allocator< apngasm::APNGFrame > > const &)*arg4); } catch(std::invalid_argument &_e) { SWIG_exception_fail(SWIG_ValueError, (&_e)->what()); } vresult = result; if (SWIG_IsNewObj(res4)) delete arg4; return vresult; fail: if (SWIG_IsNewObj(res4)) delete arg4; return Qnil; } SWIGINTERN VALUE _wrap_APNGFrameVector___setitem__(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[5]; int ii; argc = nargs + 1; argv[0] = self; if (argc > 5) SWIG_fail; for (ii = 1; (ii < argc); ++ii) { argv[ii] = args[ii-1]; } if (argc == 3) { int _v; int res = swig::asptr(argv[0], (std::vector >**)(0)); _v = SWIG_CheckState(res); if (_v) { { int res = SWIG_AsVal_ptrdiff_t(argv[1], NULL); _v = SWIG_CheckState(res); } if (_v) { void *vptr = 0; int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_apngasm__APNGFrame, 0); _v = SWIG_CheckState(res); if (_v) { return _wrap_APNGFrameVector___setitem____SWIG_0(nargs, args, self); } } } } if (argc == 4) { int _v; int res = swig::asptr(argv[0], (std::vector >**)(0)); _v = SWIG_CheckState(res); if (_v) { { int res = SWIG_AsVal_ptrdiff_t(argv[1], NULL); _v = SWIG_CheckState(res); } if (_v) { { int res = SWIG_AsVal_ptrdiff_t(argv[2], NULL); _v = SWIG_CheckState(res); } if (_v) { int res = swig::asptr(argv[3], (std::vector >**)(0)); _v = SWIG_CheckState(res); if (_v) { return _wrap_APNGFrameVector___setitem____SWIG_1(nargs, args, self); } } } } } fail: Ruby_Format_OverloadedError( argc, 5, "__setitem__", " VALUE __setitem__(std::vector< apngasm::APNGFrame >::difference_type i, std::vector< apngasm::APNGFrame >::value_type const &x)\n" " VALUE __setitem__(std::vector< apngasm::APNGFrame >::difference_type i, std::vector< apngasm::APNGFrame >::difference_type j, std::vector< apngasm::APNGFrame,std::allocator< apngasm::APNGFrame > > const &v)\n"); return Qnil; } /* Document-method: APNG::APNGFrameVector.shift call-seq: shift -> VALUE Remove and return element at the beginning of the APNGFrameVector. */ SWIGINTERN VALUE _wrap_APNGFrameVector_shift(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = (std::vector< apngasm::APNGFrame > *) 0 ; void *argp1 = 0 ; int res1 = 0 ; VALUE result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > *","shift", 1, self )); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp1); result = (VALUE)std_vector_Sl_apngasm_APNGFrame_Sg__shift(arg1); vresult = result; return vresult; fail: return Qnil; } /* Document-method: APNG::APNGFrameVector.insert call-seq: insert(pos, argc) -> APNGFrameVector insert(pos, x) -> std::vector< apngasm::APNGFrame >::iterator insert(pos, n, x) Insert one or more new elements in the APNGFrameVector. */ SWIGINTERN VALUE _wrap_APNGFrameVector_insert__SWIG_0(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = (std::vector< apngasm::APNGFrame > *) 0 ; std::vector< apngasm::APNGFrame >::difference_type arg2 ; int arg3 ; VALUE *arg4 = (VALUE *) 0 ; void *arg5 = 0 ; void *argp1 = 0 ; int res1 = 0 ; ptrdiff_t val2 ; int ecode2 = 0 ; std::vector< apngasm::APNGFrame,std::allocator< apngasm::APNGFrame > > *result = 0 ; VALUE vresult = Qnil; if (argc < 2) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > *","insert", 1, self )); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp1); ecode2 = SWIG_AsVal_ptrdiff_t(argv[0], &val2); if (!SWIG_IsOK(ecode2)) { SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame >::difference_type","insert", 2, argv[0] )); } arg2 = static_cast< std::vector< apngasm::APNGFrame >::difference_type >(val2); { arg3 = argc - 1; arg4 = argv + 1; } result = (std::vector< apngasm::APNGFrame,std::allocator< apngasm::APNGFrame > > *)std_vector_Sl_apngasm_APNGFrame_Sg__insert__SWIG_0(arg1,arg2,arg3,arg4,arg5); vresult = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); return vresult; fail: return Qnil; } /* Document-method: APNG::APNGFrameVector.unshift call-seq: unshift(argc) -> APNGFrameVector Add one or more elements at the beginning of the APNGFrameVector. */ SWIGINTERN VALUE _wrap_APNGFrameVector_unshift(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = (std::vector< apngasm::APNGFrame > *) 0 ; int arg2 ; VALUE *arg3 = (VALUE *) 0 ; void *arg4 = 0 ; void *argp1 = 0 ; int res1 = 0 ; std::vector< apngasm::APNGFrame,std::allocator< apngasm::APNGFrame > > *result = 0 ; VALUE vresult = Qnil; if (argc < 1) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > *","unshift", 1, self )); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp1); { arg2 = argc; arg3 = argv; } result = (std::vector< apngasm::APNGFrame,std::allocator< apngasm::APNGFrame > > *)std_vector_Sl_apngasm_APNGFrame_Sg__unshift(arg1,arg2,arg3,arg4); vresult = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_new_APNGFrameVector__SWIG_0(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *result = 0 ; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } result = (std::vector< apngasm::APNGFrame > *)new std::vector< apngasm::APNGFrame >(); DATA_PTR(self) = result; return self; fail: return Qnil; } SWIGINTERN VALUE _wrap_new_APNGFrameVector__SWIG_1(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = 0 ; int res1 = SWIG_OLDOBJ ; std::vector< apngasm::APNGFrame > *result = 0 ; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } { std::vector > *ptr = (std::vector > *)0; res1 = swig::asptr(argv[0], &ptr); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > const &","vector<(apngasm::APNGFrame)>", 1, argv[0] )); } if (!ptr) { SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid null reference ", "std::vector< apngasm::APNGFrame > const &","vector<(apngasm::APNGFrame)>", 1, argv[0])); } arg1 = ptr; } result = (std::vector< apngasm::APNGFrame > *)new std::vector< apngasm::APNGFrame >((std::vector< apngasm::APNGFrame > const &)*arg1); DATA_PTR(self) = result; if (SWIG_IsNewObj(res1)) delete arg1; return self; fail: if (SWIG_IsNewObj(res1)) delete arg1; return Qnil; } /* Document-method: APNG::APNGFrameVector.empty? call-seq: empty? -> bool Check if the APNGFrameVector is empty or not. */ SWIGINTERN VALUE _wrap_APNGFrameVector_emptyq___(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = (std::vector< apngasm::APNGFrame > *) 0 ; void *argp1 = 0 ; int res1 = 0 ; bool result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > const *","empty", 1, self )); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp1); result = (bool)((std::vector< apngasm::APNGFrame > const *)arg1)->empty(); vresult = SWIG_From_bool(static_cast< bool >(result)); return vresult; fail: return Qnil; } /* Document-method: APNG::APNGFrameVector.size call-seq: size -> std::vector< apngasm::APNGFrame >::size_type Size or Length of the APNGFrameVector. */ SWIGINTERN VALUE _wrap_APNGFrameVector_size(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = (std::vector< apngasm::APNGFrame > *) 0 ; void *argp1 = 0 ; int res1 = 0 ; std::vector< apngasm::APNGFrame >::size_type result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > const *","size", 1, self )); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp1); result = ((std::vector< apngasm::APNGFrame > const *)arg1)->size(); vresult = SWIG_From_size_t(static_cast< size_t >(result)); return vresult; fail: return Qnil; } /* Document-method: APNG::APNGFrameVector.clear call-seq: clear Clear APNGFrameVector contents. */ SWIGINTERN VALUE _wrap_APNGFrameVector_clear(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = (std::vector< apngasm::APNGFrame > *) 0 ; void *argp1 = 0 ; int res1 = 0 ; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > *","clear", 1, self )); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp1); (arg1)->clear(); return Qnil; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGFrameVector_swap(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = (std::vector< apngasm::APNGFrame > *) 0 ; std::vector< apngasm::APNGFrame > *arg2 = 0 ; void *argp1 = 0 ; int res1 = 0 ; void *argp2 = 0 ; int res2 = 0 ; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > *","swap", 1, self )); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp1); res2 = SWIG_ConvertPtr(argv[0], &argp2, SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 ); if (!SWIG_IsOK(res2)) { SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > &","swap", 2, argv[0] )); } if (!argp2) { SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid null reference ", "std::vector< apngasm::APNGFrame > &","swap", 2, argv[0])); } arg2 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp2); (arg1)->swap(*arg2); return Qnil; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGFrameVector_get_allocator(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = (std::vector< apngasm::APNGFrame > *) 0 ; void *argp1 = 0 ; int res1 = 0 ; SwigValueWrapper< std::allocator< apngasm::APNGFrame > > result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > const *","get_allocator", 1, self )); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp1); result = ((std::vector< apngasm::APNGFrame > const *)arg1)->get_allocator(); vresult = SWIG_NewPointerObj((new std::vector< apngasm::APNGFrame >::allocator_type(static_cast< const std::vector< apngasm::APNGFrame >::allocator_type& >(result))), SWIGTYPE_p_std__allocatorT_apngasm__APNGFrame_t, SWIG_POINTER_OWN | 0 ); return vresult; fail: return Qnil; } /* Document-method: APNG::APNGFrameVector.begin call-seq: begin -> std::vector< apngasm::APNGFrame >::iterator Return an iterator to the beginning of the APNGFrameVector. */ SWIGINTERN VALUE _wrap_APNGFrameVector_begin(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = (std::vector< apngasm::APNGFrame > *) 0 ; void *argp1 = 0 ; int res1 = 0 ; std::vector< apngasm::APNGFrame >::iterator result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > *","begin", 1, self )); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp1); result = (arg1)->begin(); vresult = SWIG_NewPointerObj(swig::make_nonconst_iterator(static_cast< const std::vector< apngasm::APNGFrame >::iterator & >(result), self), swig::Iterator::descriptor(),SWIG_POINTER_OWN); return vresult; fail: return Qnil; } /* Document-method: APNG::APNGFrameVector.end call-seq: end -> std::vector< apngasm::APNGFrame >::iterator Return an iterator to past the end of the APNGFrameVector. */ SWIGINTERN VALUE _wrap_APNGFrameVector_end(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = (std::vector< apngasm::APNGFrame > *) 0 ; void *argp1 = 0 ; int res1 = 0 ; std::vector< apngasm::APNGFrame >::iterator result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > *","end", 1, self )); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp1); result = (arg1)->end(); vresult = SWIG_NewPointerObj(swig::make_nonconst_iterator(static_cast< const std::vector< apngasm::APNGFrame >::iterator & >(result), self), swig::Iterator::descriptor(),SWIG_POINTER_OWN); return vresult; fail: return Qnil; } /* Document-method: APNG::APNGFrameVector.rbegin call-seq: rbegin -> std::vector< apngasm::APNGFrame >::reverse_iterator Return a reverse iterator to the beginning (the end) of the APNGFrameVector. */ SWIGINTERN VALUE _wrap_APNGFrameVector_rbegin(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = (std::vector< apngasm::APNGFrame > *) 0 ; void *argp1 = 0 ; int res1 = 0 ; std::vector< apngasm::APNGFrame >::reverse_iterator result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > *","rbegin", 1, self )); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp1); result = (arg1)->rbegin(); vresult = SWIG_NewPointerObj(swig::make_nonconst_iterator(static_cast< const std::vector< apngasm::APNGFrame >::reverse_iterator & >(result), self), swig::Iterator::descriptor(),SWIG_POINTER_OWN); return vresult; fail: return Qnil; } /* Document-method: APNG::APNGFrameVector.rend call-seq: rend -> std::vector< apngasm::APNGFrame >::reverse_iterator Return a reverse iterator to past the end (past the beginning) of the APNGFrameVector. */ SWIGINTERN VALUE _wrap_APNGFrameVector_rend(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = (std::vector< apngasm::APNGFrame > *) 0 ; void *argp1 = 0 ; int res1 = 0 ; std::vector< apngasm::APNGFrame >::reverse_iterator result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > *","rend", 1, self )); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp1); result = (arg1)->rend(); vresult = SWIG_NewPointerObj(swig::make_nonconst_iterator(static_cast< const std::vector< apngasm::APNGFrame >::reverse_iterator & >(result), self), swig::Iterator::descriptor(),SWIG_POINTER_OWN); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_new_APNGFrameVector__SWIG_2(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame >::size_type arg1 ; size_t val1 ; int ecode1 = 0 ; std::vector< apngasm::APNGFrame > *result = 0 ; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } ecode1 = SWIG_AsVal_size_t(argv[0], &val1); if (!SWIG_IsOK(ecode1)) { SWIG_exception_fail(SWIG_ArgError(ecode1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame >::size_type","vector<(apngasm::APNGFrame)>", 1, argv[0] )); } arg1 = static_cast< std::vector< apngasm::APNGFrame >::size_type >(val1); result = (std::vector< apngasm::APNGFrame > *)new std::vector< apngasm::APNGFrame >(arg1); DATA_PTR(self) = result; return self; fail: return Qnil; } /* Document-method: APNG::APNGFrameVector.resize call-seq: resize(new_size) resize(new_size, x) Resize the size of the APNGFrameVector. */ SWIGINTERN VALUE _wrap_APNGFrameVector_resize__SWIG_0(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = (std::vector< apngasm::APNGFrame > *) 0 ; std::vector< apngasm::APNGFrame >::size_type arg2 ; void *argp1 = 0 ; int res1 = 0 ; size_t val2 ; int ecode2 = 0 ; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > *","resize", 1, self )); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp1); ecode2 = SWIG_AsVal_size_t(argv[0], &val2); if (!SWIG_IsOK(ecode2)) { SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame >::size_type","resize", 2, argv[0] )); } arg2 = static_cast< std::vector< apngasm::APNGFrame >::size_type >(val2); (arg1)->resize(arg2); return Qnil; fail: return Qnil; } /* Document-method: APNG::APNGFrameVector.erase call-seq: erase(pos) -> std::vector< apngasm::APNGFrame >::iterator erase(first, last) -> std::vector< apngasm::APNGFrame >::iterator Delete a portion of the APNGFrameVector. */ SWIGINTERN VALUE _wrap_APNGFrameVector_erase__SWIG_0(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = (std::vector< apngasm::APNGFrame > *) 0 ; std::vector< apngasm::APNGFrame >::iterator arg2 ; void *argp1 = 0 ; int res1 = 0 ; swig::Iterator *iter2 = 0 ; int res2 ; std::vector< apngasm::APNGFrame >::iterator result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > *","erase", 1, self )); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp1); res2 = SWIG_ConvertPtr(argv[0], SWIG_as_voidptrptr(&iter2), swig::Iterator::descriptor(), 0); if (!SWIG_IsOK(res2) || !iter2) { SWIG_exception_fail(SWIG_ArgError(SWIG_TypeError), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame >::iterator","erase", 2, argv[0] )); } else { swig::Iterator_T::iterator > *iter_t = dynamic_cast::iterator > *>(iter2); if (iter_t) { arg2 = iter_t->get_current(); } else { SWIG_exception_fail(SWIG_ArgError(SWIG_TypeError), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame >::iterator","erase", 2, argv[0] )); } } result = std_vector_Sl_apngasm_APNGFrame_Sg__erase__SWIG_0(arg1,arg2); vresult = SWIG_NewPointerObj(swig::make_nonconst_iterator(static_cast< const std::vector< apngasm::APNGFrame >::iterator & >(result), self), swig::Iterator::descriptor(),SWIG_POINTER_OWN); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGFrameVector_erase__SWIG_1(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = (std::vector< apngasm::APNGFrame > *) 0 ; std::vector< apngasm::APNGFrame >::iterator arg2 ; std::vector< apngasm::APNGFrame >::iterator arg3 ; void *argp1 = 0 ; int res1 = 0 ; swig::Iterator *iter2 = 0 ; int res2 ; swig::Iterator *iter3 = 0 ; int res3 ; std::vector< apngasm::APNGFrame >::iterator result; VALUE vresult = Qnil; if ((argc < 2) || (argc > 2)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > *","erase", 1, self )); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp1); res2 = SWIG_ConvertPtr(argv[0], SWIG_as_voidptrptr(&iter2), swig::Iterator::descriptor(), 0); if (!SWIG_IsOK(res2) || !iter2) { SWIG_exception_fail(SWIG_ArgError(SWIG_TypeError), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame >::iterator","erase", 2, argv[0] )); } else { swig::Iterator_T::iterator > *iter_t = dynamic_cast::iterator > *>(iter2); if (iter_t) { arg2 = iter_t->get_current(); } else { SWIG_exception_fail(SWIG_ArgError(SWIG_TypeError), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame >::iterator","erase", 2, argv[0] )); } } res3 = SWIG_ConvertPtr(argv[1], SWIG_as_voidptrptr(&iter3), swig::Iterator::descriptor(), 0); if (!SWIG_IsOK(res3) || !iter3) { SWIG_exception_fail(SWIG_ArgError(SWIG_TypeError), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame >::iterator","erase", 3, argv[1] )); } else { swig::Iterator_T::iterator > *iter_t = dynamic_cast::iterator > *>(iter3); if (iter_t) { arg3 = iter_t->get_current(); } else { SWIG_exception_fail(SWIG_ArgError(SWIG_TypeError), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame >::iterator","erase", 3, argv[1] )); } } result = std_vector_Sl_apngasm_APNGFrame_Sg__erase__SWIG_1(arg1,arg2,arg3); vresult = SWIG_NewPointerObj(swig::make_nonconst_iterator(static_cast< const std::vector< apngasm::APNGFrame >::iterator & >(result), self), swig::Iterator::descriptor(),SWIG_POINTER_OWN); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGFrameVector_erase(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[4]; int ii; argc = nargs + 1; argv[0] = self; if (argc > 4) SWIG_fail; for (ii = 1; (ii < argc); ++ii) { argv[ii] = args[ii-1]; } if (argc == 2) { int _v; int res = swig::asptr(argv[0], (std::vector >**)(0)); _v = SWIG_CheckState(res); if (_v) { swig::ConstIterator *iter = 0; int res = SWIG_ConvertPtr(argv[1], SWIG_as_voidptrptr(&iter), swig::Iterator::descriptor(), 0); _v = (SWIG_IsOK(res) && iter && (dynamic_cast::iterator > *>(iter) != 0)); if (_v) { return _wrap_APNGFrameVector_erase__SWIG_0(nargs, args, self); } } } if (argc == 3) { int _v; int res = swig::asptr(argv[0], (std::vector >**)(0)); _v = SWIG_CheckState(res); if (_v) { swig::ConstIterator *iter = 0; int res = SWIG_ConvertPtr(argv[1], SWIG_as_voidptrptr(&iter), swig::Iterator::descriptor(), 0); _v = (SWIG_IsOK(res) && iter && (dynamic_cast::iterator > *>(iter) != 0)); if (_v) { swig::ConstIterator *iter = 0; int res = SWIG_ConvertPtr(argv[2], SWIG_as_voidptrptr(&iter), swig::Iterator::descriptor(), 0); _v = (SWIG_IsOK(res) && iter && (dynamic_cast::iterator > *>(iter) != 0)); if (_v) { return _wrap_APNGFrameVector_erase__SWIG_1(nargs, args, self); } } } } fail: Ruby_Format_OverloadedError( argc, 4, "erase", " std::vector< apngasm::APNGFrame >::iterator erase(std::vector< apngasm::APNGFrame >::iterator pos)\n" " std::vector< apngasm::APNGFrame >::iterator erase(std::vector< apngasm::APNGFrame >::iterator first, std::vector< apngasm::APNGFrame >::iterator last)\n"); return Qnil; } #ifdef HAVE_RB_DEFINE_ALLOC_FUNC SWIGINTERN VALUE _wrap_APNGFrameVector_allocate(VALUE self) { #else SWIGINTERN VALUE _wrap_APNGFrameVector_allocate(int argc, VALUE *argv, VALUE self) { #endif VALUE vresult = SWIG_NewClassInstance(self, SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t); #ifndef HAVE_RB_DEFINE_ALLOC_FUNC rb_obj_call_init(vresult, argc, argv); #endif return vresult; } SWIGINTERN VALUE _wrap_new_APNGFrameVector__SWIG_3(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame >::size_type arg1 ; std::vector< apngasm::APNGFrame >::value_type *arg2 = 0 ; size_t val1 ; int ecode1 = 0 ; void *argp2 ; int res2 = 0 ; std::vector< apngasm::APNGFrame > *result = 0 ; if ((argc < 2) || (argc > 2)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc); SWIG_fail; } ecode1 = SWIG_AsVal_size_t(argv[0], &val1); if (!SWIG_IsOK(ecode1)) { SWIG_exception_fail(SWIG_ArgError(ecode1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame >::size_type","vector<(apngasm::APNGFrame)>", 1, argv[0] )); } arg1 = static_cast< std::vector< apngasm::APNGFrame >::size_type >(val1); res2 = SWIG_ConvertPtr(argv[1], &argp2, SWIGTYPE_p_apngasm__APNGFrame, 0 ); if (!SWIG_IsOK(res2)) { SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame >::value_type const &","vector<(apngasm::APNGFrame)>", 2, argv[1] )); } if (!argp2) { SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid null reference ", "std::vector< apngasm::APNGFrame >::value_type const &","vector<(apngasm::APNGFrame)>", 2, argv[1])); } arg2 = reinterpret_cast< std::vector< apngasm::APNGFrame >::value_type * >(argp2); result = (std::vector< apngasm::APNGFrame > *)new std::vector< apngasm::APNGFrame >(arg1,(std::vector< apngasm::APNGFrame >::value_type const &)*arg2); DATA_PTR(self) = result; return self; fail: return Qnil; } SWIGINTERN VALUE _wrap_new_APNGFrameVector(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[2]; int ii; argc = nargs; if (argc > 2) SWIG_fail; for (ii = 0; (ii < argc); ++ii) { argv[ii] = args[ii]; } if (argc == 0) { return _wrap_new_APNGFrameVector__SWIG_0(nargs, args, self); } if (argc == 1) { int _v; { int res = SWIG_AsVal_size_t(argv[0], NULL); _v = SWIG_CheckState(res); } if (_v) { return _wrap_new_APNGFrameVector__SWIG_2(nargs, args, self); } } if (argc == 1) { int _v; int res = swig::asptr(argv[0], (std::vector >**)(0)); _v = SWIG_CheckState(res); if (_v) { return _wrap_new_APNGFrameVector__SWIG_1(nargs, args, self); } } if (argc == 2) { int _v; { int res = SWIG_AsVal_size_t(argv[0], NULL); _v = SWIG_CheckState(res); } if (_v) { void *vptr = 0; int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_apngasm__APNGFrame, 0); _v = SWIG_CheckState(res); if (_v) { return _wrap_new_APNGFrameVector__SWIG_3(nargs, args, self); } } } fail: Ruby_Format_OverloadedError( argc, 2, "APNGFrameVector.new", " APNGFrameVector.new()\n" " APNGFrameVector.new(std::vector< apngasm::APNGFrame > const &)\n" " APNGFrameVector.new(std::vector< apngasm::APNGFrame >::size_type size)\n" " APNGFrameVector.new(std::vector< apngasm::APNGFrame >::size_type size, std::vector< apngasm::APNGFrame >::value_type const &value)\n"); return Qnil; } /* Document-method: APNG::APNGFrameVector.front call-seq: front -> APNGFrame Return the first element in APNGFrameVector. */ SWIGINTERN VALUE _wrap_APNGFrameVector_front(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = (std::vector< apngasm::APNGFrame > *) 0 ; void *argp1 = 0 ; int res1 = 0 ; std::vector< apngasm::APNGFrame >::value_type *result = 0 ; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > const *","front", 1, self )); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp1); result = (std::vector< apngasm::APNGFrame >::value_type *) &((std::vector< apngasm::APNGFrame > const *)arg1)->front(); vresult = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_apngasm__APNGFrame, 0 | 0 ); return vresult; fail: return Qnil; } /* Document-method: APNG::APNGFrameVector.back call-seq: back -> APNGFrame Return the last element in APNGFrameVector. */ SWIGINTERN VALUE _wrap_APNGFrameVector_back(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = (std::vector< apngasm::APNGFrame > *) 0 ; void *argp1 = 0 ; int res1 = 0 ; std::vector< apngasm::APNGFrame >::value_type *result = 0 ; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > const *","back", 1, self )); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp1); result = (std::vector< apngasm::APNGFrame >::value_type *) &((std::vector< apngasm::APNGFrame > const *)arg1)->back(); vresult = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_apngasm__APNGFrame, 0 | 0 ); return vresult; fail: return Qnil; } /* Document-method: APNG::APNGFrameVector.assign call-seq: assign(n, x) Assign a new APNGFrameVector or portion of it. */ SWIGINTERN VALUE _wrap_APNGFrameVector_assign(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = (std::vector< apngasm::APNGFrame > *) 0 ; std::vector< apngasm::APNGFrame >::size_type arg2 ; std::vector< apngasm::APNGFrame >::value_type *arg3 = 0 ; void *argp1 = 0 ; int res1 = 0 ; size_t val2 ; int ecode2 = 0 ; void *argp3 ; int res3 = 0 ; if ((argc < 2) || (argc > 2)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > *","assign", 1, self )); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp1); ecode2 = SWIG_AsVal_size_t(argv[0], &val2); if (!SWIG_IsOK(ecode2)) { SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame >::size_type","assign", 2, argv[0] )); } arg2 = static_cast< std::vector< apngasm::APNGFrame >::size_type >(val2); res3 = SWIG_ConvertPtr(argv[1], &argp3, SWIGTYPE_p_apngasm__APNGFrame, 0 ); if (!SWIG_IsOK(res3)) { SWIG_exception_fail(SWIG_ArgError(res3), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame >::value_type const &","assign", 3, argv[1] )); } if (!argp3) { SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid null reference ", "std::vector< apngasm::APNGFrame >::value_type const &","assign", 3, argv[1])); } arg3 = reinterpret_cast< std::vector< apngasm::APNGFrame >::value_type * >(argp3); (arg1)->assign(arg2,(std::vector< apngasm::APNGFrame >::value_type const &)*arg3); return Qnil; fail: return Qnil; } /* Document-method: APNG::APNGFrameVector.resize call-seq: resize(new_size) resize(new_size, x) Resize the size of the APNGFrameVector. */ SWIGINTERN VALUE _wrap_APNGFrameVector_resize__SWIG_1(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = (std::vector< apngasm::APNGFrame > *) 0 ; std::vector< apngasm::APNGFrame >::size_type arg2 ; std::vector< apngasm::APNGFrame >::value_type *arg3 = 0 ; void *argp1 = 0 ; int res1 = 0 ; size_t val2 ; int ecode2 = 0 ; void *argp3 ; int res3 = 0 ; if ((argc < 2) || (argc > 2)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > *","resize", 1, self )); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp1); ecode2 = SWIG_AsVal_size_t(argv[0], &val2); if (!SWIG_IsOK(ecode2)) { SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame >::size_type","resize", 2, argv[0] )); } arg2 = static_cast< std::vector< apngasm::APNGFrame >::size_type >(val2); res3 = SWIG_ConvertPtr(argv[1], &argp3, SWIGTYPE_p_apngasm__APNGFrame, 0 ); if (!SWIG_IsOK(res3)) { SWIG_exception_fail(SWIG_ArgError(res3), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame >::value_type const &","resize", 3, argv[1] )); } if (!argp3) { SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid null reference ", "std::vector< apngasm::APNGFrame >::value_type const &","resize", 3, argv[1])); } arg3 = reinterpret_cast< std::vector< apngasm::APNGFrame >::value_type * >(argp3); (arg1)->resize(arg2,(std::vector< apngasm::APNGFrame >::value_type const &)*arg3); return Qnil; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGFrameVector_resize(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[4]; int ii; argc = nargs + 1; argv[0] = self; if (argc > 4) SWIG_fail; for (ii = 1; (ii < argc); ++ii) { argv[ii] = args[ii-1]; } if (argc == 2) { int _v; int res = swig::asptr(argv[0], (std::vector >**)(0)); _v = SWIG_CheckState(res); if (_v) { { int res = SWIG_AsVal_size_t(argv[1], NULL); _v = SWIG_CheckState(res); } if (_v) { return _wrap_APNGFrameVector_resize__SWIG_0(nargs, args, self); } } } if (argc == 3) { int _v; int res = swig::asptr(argv[0], (std::vector >**)(0)); _v = SWIG_CheckState(res); if (_v) { { int res = SWIG_AsVal_size_t(argv[1], NULL); _v = SWIG_CheckState(res); } if (_v) { void *vptr = 0; int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_apngasm__APNGFrame, 0); _v = SWIG_CheckState(res); if (_v) { return _wrap_APNGFrameVector_resize__SWIG_1(nargs, args, self); } } } } fail: Ruby_Format_OverloadedError( argc, 4, "APNGFrameVector.resize", " void APNGFrameVector.resize(std::vector< apngasm::APNGFrame >::size_type new_size)\n" " void APNGFrameVector.resize(std::vector< apngasm::APNGFrame >::size_type new_size, std::vector< apngasm::APNGFrame >::value_type const &x)\n"); return Qnil; } /* Document-method: APNG::APNGFrameVector.insert call-seq: insert(pos, argc) -> APNGFrameVector insert(pos, x) -> std::vector< apngasm::APNGFrame >::iterator insert(pos, n, x) Insert one or more new elements in the APNGFrameVector. */ SWIGINTERN VALUE _wrap_APNGFrameVector_insert__SWIG_1(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = (std::vector< apngasm::APNGFrame > *) 0 ; std::vector< apngasm::APNGFrame >::iterator arg2 ; std::vector< apngasm::APNGFrame >::value_type *arg3 = 0 ; void *argp1 = 0 ; int res1 = 0 ; swig::Iterator *iter2 = 0 ; int res2 ; void *argp3 ; int res3 = 0 ; std::vector< apngasm::APNGFrame >::iterator result; VALUE vresult = Qnil; if ((argc < 2) || (argc > 2)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > *","insert", 1, self )); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp1); res2 = SWIG_ConvertPtr(argv[0], SWIG_as_voidptrptr(&iter2), swig::Iterator::descriptor(), 0); if (!SWIG_IsOK(res2) || !iter2) { SWIG_exception_fail(SWIG_ArgError(SWIG_TypeError), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame >::iterator","insert", 2, argv[0] )); } else { swig::Iterator_T::iterator > *iter_t = dynamic_cast::iterator > *>(iter2); if (iter_t) { arg2 = iter_t->get_current(); } else { SWIG_exception_fail(SWIG_ArgError(SWIG_TypeError), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame >::iterator","insert", 2, argv[0] )); } } res3 = SWIG_ConvertPtr(argv[1], &argp3, SWIGTYPE_p_apngasm__APNGFrame, 0 ); if (!SWIG_IsOK(res3)) { SWIG_exception_fail(SWIG_ArgError(res3), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame >::value_type const &","insert", 3, argv[1] )); } if (!argp3) { SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid null reference ", "std::vector< apngasm::APNGFrame >::value_type const &","insert", 3, argv[1])); } arg3 = reinterpret_cast< std::vector< apngasm::APNGFrame >::value_type * >(argp3); result = std_vector_Sl_apngasm_APNGFrame_Sg__insert__SWIG_1(arg1,arg2,(apngasm::APNGFrame const &)*arg3); vresult = SWIG_NewPointerObj(swig::make_nonconst_iterator(static_cast< const std::vector< apngasm::APNGFrame >::iterator & >(result), self), swig::Iterator::descriptor(),SWIG_POINTER_OWN); return vresult; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGFrameVector_insert__SWIG_2(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = (std::vector< apngasm::APNGFrame > *) 0 ; std::vector< apngasm::APNGFrame >::iterator arg2 ; std::vector< apngasm::APNGFrame >::size_type arg3 ; std::vector< apngasm::APNGFrame >::value_type *arg4 = 0 ; void *argp1 = 0 ; int res1 = 0 ; swig::Iterator *iter2 = 0 ; int res2 ; size_t val3 ; int ecode3 = 0 ; void *argp4 ; int res4 = 0 ; if ((argc < 3) || (argc > 3)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > *","insert", 1, self )); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp1); res2 = SWIG_ConvertPtr(argv[0], SWIG_as_voidptrptr(&iter2), swig::Iterator::descriptor(), 0); if (!SWIG_IsOK(res2) || !iter2) { SWIG_exception_fail(SWIG_ArgError(SWIG_TypeError), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame >::iterator","insert", 2, argv[0] )); } else { swig::Iterator_T::iterator > *iter_t = dynamic_cast::iterator > *>(iter2); if (iter_t) { arg2 = iter_t->get_current(); } else { SWIG_exception_fail(SWIG_ArgError(SWIG_TypeError), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame >::iterator","insert", 2, argv[0] )); } } ecode3 = SWIG_AsVal_size_t(argv[1], &val3); if (!SWIG_IsOK(ecode3)) { SWIG_exception_fail(SWIG_ArgError(ecode3), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame >::size_type","insert", 3, argv[1] )); } arg3 = static_cast< std::vector< apngasm::APNGFrame >::size_type >(val3); res4 = SWIG_ConvertPtr(argv[2], &argp4, SWIGTYPE_p_apngasm__APNGFrame, 0 ); if (!SWIG_IsOK(res4)) { SWIG_exception_fail(SWIG_ArgError(res4), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame >::value_type const &","insert", 4, argv[2] )); } if (!argp4) { SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid null reference ", "std::vector< apngasm::APNGFrame >::value_type const &","insert", 4, argv[2])); } arg4 = reinterpret_cast< std::vector< apngasm::APNGFrame >::value_type * >(argp4); std_vector_Sl_apngasm_APNGFrame_Sg__insert__SWIG_2(arg1,arg2,arg3,(apngasm::APNGFrame const &)*arg4); return Qnil; fail: return Qnil; } SWIGINTERN VALUE _wrap_APNGFrameVector_insert(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[5]; int ii; argc = nargs + 1; argv[0] = self; if (argc > 5) SWIG_fail; for (ii = 1; (ii < argc); ++ii) { argv[ii] = args[ii-1]; } if (argc == 3) { int _v; int res = swig::asptr(argv[0], (std::vector >**)(0)); _v = SWIG_CheckState(res); if (_v) { swig::ConstIterator *iter = 0; int res = SWIG_ConvertPtr(argv[1], SWIG_as_voidptrptr(&iter), swig::Iterator::descriptor(), 0); _v = (SWIG_IsOK(res) && iter && (dynamic_cast::iterator > *>(iter) != 0)); if (_v) { void *vptr = 0; int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_apngasm__APNGFrame, 0); _v = SWIG_CheckState(res); if (_v) { return _wrap_APNGFrameVector_insert__SWIG_1(nargs, args, self); } } } } if (argc == 3) { int _v; int res = swig::asptr(argv[0], (std::vector >**)(0)); _v = SWIG_CheckState(res); if (_v) { { int res = SWIG_AsVal_ptrdiff_t(argv[1], NULL); _v = SWIG_CheckState(res); } if (_v) { { int res = SWIG_AsVal_int(argv[2], NULL); _v = SWIG_CheckState(res); } if (_v) { if (argc <= 3) { return _wrap_APNGFrameVector_insert__SWIG_0(nargs, args, self); } return _wrap_APNGFrameVector_insert__SWIG_0(nargs, args, self); } } } } if (argc == 4) { int _v; int res = swig::asptr(argv[0], (std::vector >**)(0)); _v = SWIG_CheckState(res); if (_v) { swig::ConstIterator *iter = 0; int res = SWIG_ConvertPtr(argv[1], SWIG_as_voidptrptr(&iter), swig::Iterator::descriptor(), 0); _v = (SWIG_IsOK(res) && iter && (dynamic_cast::iterator > *>(iter) != 0)); if (_v) { { int res = SWIG_AsVal_size_t(argv[2], NULL); _v = SWIG_CheckState(res); } if (_v) { void *vptr = 0; int res = SWIG_ConvertPtr(argv[3], &vptr, SWIGTYPE_p_apngasm__APNGFrame, 0); _v = SWIG_CheckState(res); if (_v) { return _wrap_APNGFrameVector_insert__SWIG_2(nargs, args, self); } } } } } fail: Ruby_Format_OverloadedError( argc, 5, "insert", " void insert(std::vector< apngasm::APNGFrame >::difference_type pos, int argc, VALUE *argv, ...)\n" " void insert(std::vector< apngasm::APNGFrame >::iterator pos, std::vector< apngasm::APNGFrame >::value_type const &x)\n" " void insert(std::vector< apngasm::APNGFrame >::iterator pos, std::vector< apngasm::APNGFrame >::size_type n, std::vector< apngasm::APNGFrame >::value_type const &x)\n"); return Qnil; } /* Document-method: APNG::APNGFrameVector.reserve call-seq: reserve(n) Reserve memory in the APNGFrameVector for a number of elements. */ SWIGINTERN VALUE _wrap_APNGFrameVector_reserve(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = (std::vector< apngasm::APNGFrame > *) 0 ; std::vector< apngasm::APNGFrame >::size_type arg2 ; void *argp1 = 0 ; int res1 = 0 ; size_t val2 ; int ecode2 = 0 ; if ((argc < 1) || (argc > 1)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > *","reserve", 1, self )); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp1); ecode2 = SWIG_AsVal_size_t(argv[0], &val2); if (!SWIG_IsOK(ecode2)) { SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame >::size_type","reserve", 2, argv[0] )); } arg2 = static_cast< std::vector< apngasm::APNGFrame >::size_type >(val2); (arg1)->reserve(arg2); return Qnil; fail: return Qnil; } /* Document-method: APNG::APNGFrameVector.capacity call-seq: capacity -> std::vector< apngasm::APNGFrame >::size_type Reserved capacity of the APNGFrameVector. */ SWIGINTERN VALUE _wrap_APNGFrameVector_capacity(int argc, VALUE *argv, VALUE self) { std::vector< apngasm::APNGFrame > *arg1 = (std::vector< apngasm::APNGFrame > *) 0 ; void *argp1 = 0 ; int res1 = 0 ; std::vector< apngasm::APNGFrame >::size_type result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0 | 0 ); if (!SWIG_IsOK(res1)) { SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "std::vector< apngasm::APNGFrame > const *","capacity", 1, self )); } arg1 = reinterpret_cast< std::vector< apngasm::APNGFrame > * >(argp1); result = ((std::vector< apngasm::APNGFrame > const *)arg1)->capacity(); vresult = SWIG_From_size_t(static_cast< size_t >(result)); return vresult; fail: return Qnil; } SWIGINTERN void free_std_vector_Sl_apngasm_APNGFrame_Sg_(std::vector< apngasm::APNGFrame > *arg1) { delete arg1; } /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (BEGIN) -------- */ static void *_p_swig__IteratorTo_p_swig__ConstIterator(void *x, int *SWIGUNUSEDPARM(newmemory)) { return (void *)((swig::ConstIterator *) ((swig::Iterator *) x)); } static swig_type_info _swigt__p_allocator_type = {"_p_allocator_type", "allocator_type *", 0, 0, (void*)0, 0}; static swig_type_info _swigt__p_apngasm__APNGAsm = {"_p_apngasm__APNGAsm", "apngasm::APNGAsm *", 0, 0, (void*)0, 0}; static swig_type_info _swigt__p_apngasm__APNGFrame = {"_p_apngasm__APNGFrame", "std::vector< apngasm::APNGFrame >::value_type *|apngasm::APNGFrame *", 0, 0, (void*)0, 0}; static swig_type_info _swigt__p_apngasm__rgb = {"_p_apngasm__rgb", "apngasm::rgb *", 0, 0, (void*)0, 0}; static swig_type_info _swigt__p_apngasm__rgba = {"_p_apngasm__rgba", "apngasm::rgba *", 0, 0, (void*)0, 0}; static swig_type_info _swigt__p_char = {"_p_char", "char *", 0, 0, (void*)0, 0}; static swig_type_info _swigt__p_difference_type = {"_p_difference_type", "difference_type *", 0, 0, (void*)0, 0}; static swig_type_info _swigt__p_p_unsigned_char = {"_p_p_unsigned_char", "unsigned char **", 0, 0, (void*)0, 0}; static swig_type_info _swigt__p_p_void = {"_p_p_void", "void **|VALUE *", 0, 0, (void*)0, 0}; static swig_type_info _swigt__p_size_type = {"_p_size_type", "size_type *", 0, 0, (void*)0, 0}; static swig_type_info _swigt__p_std__allocatorT_apngasm__APNGFrame_t = {"_p_std__allocatorT_apngasm__APNGFrame_t", "std::allocator< apngasm::APNGFrame > *|std::vector< apngasm::APNGFrame >::allocator_type *", 0, 0, (void*)0, 0}; static swig_type_info _swigt__p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t = {"_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t", "std::vector< apngasm::APNGFrame > *|std::vector< apngasm::APNGFrame,std::allocator< apngasm::APNGFrame > > *", 0, 0, (void*)0, 0}; static swig_type_info _swigt__p_swig__ConstIterator = {"_p_swig__ConstIterator", "swig::ConstIterator *", 0, 0, (void*)0, 0}; static swig_type_info _swigt__p_swig__GC_VALUE = {"_p_swig__GC_VALUE", "swig::GC_VALUE *", 0, 0, (void*)0, 0}; static swig_type_info _swigt__p_swig__Iterator = {"_p_swig__Iterator", "swig::Iterator *", 0, 0, (void*)0, 0}; static swig_type_info _swigt__p_unsigned_char = {"_p_unsigned_char", "unsigned char *", 0, 0, (void*)0, 0}; static swig_type_info _swigt__p_value_type = {"_p_value_type", "value_type *", 0, 0, (void*)0, 0}; static swig_type_info _swigt__p_void = {"_p_void", "VALUE|void *", 0, 0, (void*)0, 0}; static swig_type_info *swig_type_initial[] = { &_swigt__p_allocator_type, &_swigt__p_apngasm__APNGAsm, &_swigt__p_apngasm__APNGFrame, &_swigt__p_apngasm__rgb, &_swigt__p_apngasm__rgba, &_swigt__p_char, &_swigt__p_difference_type, &_swigt__p_p_unsigned_char, &_swigt__p_p_void, &_swigt__p_size_type, &_swigt__p_std__allocatorT_apngasm__APNGFrame_t, &_swigt__p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, &_swigt__p_swig__ConstIterator, &_swigt__p_swig__GC_VALUE, &_swigt__p_swig__Iterator, &_swigt__p_unsigned_char, &_swigt__p_value_type, &_swigt__p_void, }; static swig_cast_info _swigc__p_allocator_type[] = { {&_swigt__p_allocator_type, 0, 0, 0},{0, 0, 0, 0}}; static swig_cast_info _swigc__p_apngasm__APNGAsm[] = { {&_swigt__p_apngasm__APNGAsm, 0, 0, 0},{0, 0, 0, 0}}; static swig_cast_info _swigc__p_apngasm__APNGFrame[] = { {&_swigt__p_apngasm__APNGFrame, 0, 0, 0},{0, 0, 0, 0}}; static swig_cast_info _swigc__p_apngasm__rgb[] = { {&_swigt__p_apngasm__rgb, 0, 0, 0},{0, 0, 0, 0}}; static swig_cast_info _swigc__p_apngasm__rgba[] = { {&_swigt__p_apngasm__rgba, 0, 0, 0},{0, 0, 0, 0}}; static swig_cast_info _swigc__p_char[] = { {&_swigt__p_char, 0, 0, 0},{0, 0, 0, 0}}; static swig_cast_info _swigc__p_difference_type[] = { {&_swigt__p_difference_type, 0, 0, 0},{0, 0, 0, 0}}; static swig_cast_info _swigc__p_p_unsigned_char[] = { {&_swigt__p_p_unsigned_char, 0, 0, 0},{0, 0, 0, 0}}; static swig_cast_info _swigc__p_p_void[] = { {&_swigt__p_p_void, 0, 0, 0},{0, 0, 0, 0}}; static swig_cast_info _swigc__p_size_type[] = { {&_swigt__p_size_type, 0, 0, 0},{0, 0, 0, 0}}; static swig_cast_info _swigc__p_std__allocatorT_apngasm__APNGFrame_t[] = { {&_swigt__p_std__allocatorT_apngasm__APNGFrame_t, 0, 0, 0},{0, 0, 0, 0}}; static swig_cast_info _swigc__p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t[] = { {&_swigt__p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, 0, 0, 0},{0, 0, 0, 0}}; static swig_cast_info _swigc__p_swig__ConstIterator[] = { {&_swigt__p_swig__ConstIterator, 0, 0, 0}, {&_swigt__p_swig__Iterator, _p_swig__IteratorTo_p_swig__ConstIterator, 0, 0},{0, 0, 0, 0}}; static swig_cast_info _swigc__p_swig__GC_VALUE[] = { {&_swigt__p_swig__GC_VALUE, 0, 0, 0},{0, 0, 0, 0}}; static swig_cast_info _swigc__p_swig__Iterator[] = { {&_swigt__p_swig__Iterator, 0, 0, 0},{0, 0, 0, 0}}; static swig_cast_info _swigc__p_unsigned_char[] = { {&_swigt__p_unsigned_char, 0, 0, 0},{0, 0, 0, 0}}; static swig_cast_info _swigc__p_value_type[] = { {&_swigt__p_value_type, 0, 0, 0},{0, 0, 0, 0}}; static swig_cast_info _swigc__p_void[] = { {&_swigt__p_void, 0, 0, 0},{0, 0, 0, 0}}; static swig_cast_info *swig_cast_initial[] = { _swigc__p_allocator_type, _swigc__p_apngasm__APNGAsm, _swigc__p_apngasm__APNGFrame, _swigc__p_apngasm__rgb, _swigc__p_apngasm__rgba, _swigc__p_char, _swigc__p_difference_type, _swigc__p_p_unsigned_char, _swigc__p_p_void, _swigc__p_size_type, _swigc__p_std__allocatorT_apngasm__APNGFrame_t, _swigc__p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, _swigc__p_swig__ConstIterator, _swigc__p_swig__GC_VALUE, _swigc__p_swig__Iterator, _swigc__p_unsigned_char, _swigc__p_value_type, _swigc__p_void, }; /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (END) -------- */ /* ----------------------------------------------------------------------------- * Type initialization: * This problem is tough by the requirement that no dynamic * memory is used. Also, since swig_type_info structures store pointers to * swig_cast_info structures and swig_cast_info structures store pointers back * to swig_type_info structures, we need some lookup code at initialization. * The idea is that swig generates all the structures that are needed. * The runtime then collects these partially filled structures. * The SWIG_InitializeModule function takes these initial arrays out of * swig_module, and does all the lookup, filling in the swig_module.types * array with the correct data and linking the correct swig_cast_info * structures together. * * The generated swig_type_info structures are assigned staticly to an initial * array. We just loop through that array, and handle each type individually. * First we lookup if this type has been already loaded, and if so, use the * loaded structure instead of the generated one. Then we have to fill in the * cast linked list. The cast data is initially stored in something like a * two-dimensional array. Each row corresponds to a type (there are the same * number of rows as there are in the swig_type_initial array). Each entry in * a column is one of the swig_cast_info structures for that type. * The cast_initial array is actually an array of arrays, because each row has * a variable number of columns. So to actually build the cast linked list, * we find the array of casts associated with the type, and loop through it * adding the casts to the list. The one last trick we need to do is making * sure the type pointer in the swig_cast_info struct is correct. * * First off, we lookup the cast->type name to see if it is already loaded. * There are three cases to handle: * 1) If the cast->type has already been loaded AND the type we are adding * casting info to has not been loaded (it is in this module), THEN we * replace the cast->type pointer with the type pointer that has already * been loaded. * 2) If BOTH types (the one we are adding casting info to, and the * cast->type) are loaded, THEN the cast info has already been loaded by * the previous module so we just ignore it. * 3) Finally, if cast->type has not already been loaded, then we add that * swig_cast_info to the linked list (because the cast->type) pointer will * be correct. * ----------------------------------------------------------------------------- */ #ifdef __cplusplus extern "C" { #if 0 } /* c-mode */ #endif #endif #if 0 #define SWIGRUNTIME_DEBUG #endif SWIGRUNTIME void SWIG_InitializeModule(void *clientdata) { size_t i; swig_module_info *module_head, *iter; int found, init; /* check to see if the circular list has been setup, if not, set it up */ if (swig_module.next==0) { /* Initialize the swig_module */ swig_module.type_initial = swig_type_initial; swig_module.cast_initial = swig_cast_initial; swig_module.next = &swig_module; init = 1; } else { init = 0; } /* Try and load any already created modules */ module_head = SWIG_GetModule(clientdata); if (!module_head) { /* This is the first module loaded for this interpreter */ /* so set the swig module into the interpreter */ SWIG_SetModule(clientdata, &swig_module); module_head = &swig_module; } else { /* the interpreter has loaded a SWIG module, but has it loaded this one? */ found=0; iter=module_head; do { if (iter==&swig_module) { found=1; break; } iter=iter->next; } while (iter!= module_head); /* if the is found in the list, then all is done and we may leave */ if (found) return; /* otherwise we must add out module into the list */ swig_module.next = module_head->next; module_head->next = &swig_module; } /* When multiple interpreters are used, a module could have already been initialized in a different interpreter, but not yet have a pointer in this interpreter. In this case, we do not want to continue adding types... everything should be set up already */ if (init == 0) return; /* Now work on filling in swig_module.types */ #ifdef SWIGRUNTIME_DEBUG printf("SWIG_InitializeModule: size %d\n", swig_module.size); #endif for (i = 0; i < swig_module.size; ++i) { swig_type_info *type = 0; swig_type_info *ret; swig_cast_info *cast; #ifdef SWIGRUNTIME_DEBUG printf("SWIG_InitializeModule: type %d %s\n", i, swig_module.type_initial[i]->name); #endif /* if there is another module already loaded */ if (swig_module.next != &swig_module) { type = SWIG_MangledTypeQueryModule(swig_module.next, &swig_module, swig_module.type_initial[i]->name); } if (type) { /* Overwrite clientdata field */ #ifdef SWIGRUNTIME_DEBUG printf("SWIG_InitializeModule: found type %s\n", type->name); #endif if (swig_module.type_initial[i]->clientdata) { type->clientdata = swig_module.type_initial[i]->clientdata; #ifdef SWIGRUNTIME_DEBUG printf("SWIG_InitializeModule: found and overwrite type %s \n", type->name); #endif } } else { type = swig_module.type_initial[i]; } /* Insert casting types */ cast = swig_module.cast_initial[i]; while (cast->type) { /* Don't need to add information already in the list */ ret = 0; #ifdef SWIGRUNTIME_DEBUG printf("SWIG_InitializeModule: look cast %s\n", cast->type->name); #endif if (swig_module.next != &swig_module) { ret = SWIG_MangledTypeQueryModule(swig_module.next, &swig_module, cast->type->name); #ifdef SWIGRUNTIME_DEBUG if (ret) printf("SWIG_InitializeModule: found cast %s\n", ret->name); #endif } if (ret) { if (type == swig_module.type_initial[i]) { #ifdef SWIGRUNTIME_DEBUG printf("SWIG_InitializeModule: skip old type %s\n", ret->name); #endif cast->type = ret; ret = 0; } else { /* Check for casting already in the list */ swig_cast_info *ocast = SWIG_TypeCheck(ret->name, type); #ifdef SWIGRUNTIME_DEBUG if (ocast) printf("SWIG_InitializeModule: skip old cast %s\n", ret->name); #endif if (!ocast) ret = 0; } } if (!ret) { #ifdef SWIGRUNTIME_DEBUG printf("SWIG_InitializeModule: adding cast %s\n", cast->type->name); #endif if (type->cast) { type->cast->prev = cast; cast->next = type->cast; } type->cast = cast; } cast++; } /* Set entry in modules->types array equal to the type */ swig_module.types[i] = type; } swig_module.types[i] = 0; #ifdef SWIGRUNTIME_DEBUG printf("**** SWIG_InitializeModule: Cast List ******\n"); for (i = 0; i < swig_module.size; ++i) { int j = 0; swig_cast_info *cast = swig_module.cast_initial[i]; printf("SWIG_InitializeModule: type %d %s\n", i, swig_module.type_initial[i]->name); while (cast->type) { printf("SWIG_InitializeModule: cast type %s\n", cast->type->name); cast++; ++j; } printf("---- Total casts: %d\n",j); } printf("**** SWIG_InitializeModule: Cast List ******\n"); #endif } /* This function will propagate the clientdata field of type to * any new swig_type_info structures that have been added into the list * of equivalent types. It is like calling * SWIG_TypeClientData(type, clientdata) a second time. */ SWIGRUNTIME void SWIG_PropagateClientData(void) { size_t i; swig_cast_info *equiv; static int init_run = 0; if (init_run) return; init_run = 1; for (i = 0; i < swig_module.size; i++) { if (swig_module.types[i]->clientdata) { equiv = swig_module.types[i]->cast; while (equiv) { if (!equiv->converter) { if (equiv->type && !equiv->type->clientdata) SWIG_TypeClientData(equiv->type, swig_module.types[i]->clientdata); } equiv = equiv->next; } } } } #ifdef __cplusplus #if 0 { /* c-mode */ #endif } #endif /* */ #ifdef __cplusplus extern "C" #endif SWIGEXPORT void Init_APNG(void) { size_t i; SWIG_InitRuntime(); mAPNG = rb_define_module("APNG"); SWIG_InitializeModule(0); for (i = 0; i < swig_module.size; i++) { SWIG_define_class(swig_module.types[i]); } SWIG_RubyInitializeTrackings(); SwigClassGC_VALUE.klass = rb_define_class_under(mAPNG, "GC_VALUE", rb_cObject); SWIG_TypeClientData(SWIGTYPE_p_swig__GC_VALUE, (void *) &SwigClassGC_VALUE); rb_undef_alloc_func(SwigClassGC_VALUE.klass); rb_define_method(SwigClassGC_VALUE.klass, "inspect", VALUEFUNC(_wrap_GC_VALUE_inspect), -1); rb_define_method(SwigClassGC_VALUE.klass, "to_s", VALUEFUNC(_wrap_GC_VALUE_to_s), -1); SwigClassGC_VALUE.mark = 0; SwigClassGC_VALUE.trackObjects = 0; swig::SwigGCReferences::initialize(); SwigClassConstIterator.klass = rb_define_class_under(mAPNG, "ConstIterator", rb_cObject); SWIG_TypeClientData(SWIGTYPE_p_swig__ConstIterator, (void *) &SwigClassConstIterator); rb_undef_alloc_func(SwigClassConstIterator.klass); rb_define_method(SwigClassConstIterator.klass, "value", VALUEFUNC(_wrap_ConstIterator_value), -1); rb_define_method(SwigClassConstIterator.klass, "dup", VALUEFUNC(_wrap_ConstIterator_dup), -1); rb_define_method(SwigClassConstIterator.klass, "inspect", VALUEFUNC(_wrap_ConstIterator_inspect), -1); rb_define_method(SwigClassConstIterator.klass, "to_s", VALUEFUNC(_wrap_ConstIterator_to_s), -1); rb_define_method(SwigClassConstIterator.klass, "next", VALUEFUNC(_wrap_ConstIterator_next), -1); rb_define_method(SwigClassConstIterator.klass, "previous", VALUEFUNC(_wrap_ConstIterator_previous), -1); rb_define_method(SwigClassConstIterator.klass, "==", VALUEFUNC(_wrap_ConstIterator___eq__), -1); rb_define_method(SwigClassConstIterator.klass, "+", VALUEFUNC(_wrap_ConstIterator___add__), -1); rb_define_method(SwigClassConstIterator.klass, "-", VALUEFUNC(_wrap_ConstIterator___sub__), -1); SwigClassConstIterator.mark = 0; SwigClassConstIterator.destroy = (void (*)(void *)) free_swig_ConstIterator; SwigClassConstIterator.trackObjects = 0; SwigClassIterator.klass = rb_define_class_under(mAPNG, "Iterator", ((swig_class *) SWIGTYPE_p_swig__ConstIterator->clientdata)->klass); SWIG_TypeClientData(SWIGTYPE_p_swig__Iterator, (void *) &SwigClassIterator); rb_undef_alloc_func(SwigClassIterator.klass); rb_define_method(SwigClassIterator.klass, "value=", VALUEFUNC(_wrap_Iterator_valuee___), -1); rb_define_method(SwigClassIterator.klass, "dup", VALUEFUNC(_wrap_Iterator_dup), -1); rb_define_method(SwigClassIterator.klass, "next", VALUEFUNC(_wrap_Iterator_next), -1); rb_define_method(SwigClassIterator.klass, "previous", VALUEFUNC(_wrap_Iterator_previous), -1); rb_define_method(SwigClassIterator.klass, "inspect", VALUEFUNC(_wrap_Iterator_inspect), -1); rb_define_method(SwigClassIterator.klass, "to_s", VALUEFUNC(_wrap_Iterator_to_s), -1); rb_define_method(SwigClassIterator.klass, "==", VALUEFUNC(_wrap_Iterator___eq__), -1); rb_define_method(SwigClassIterator.klass, "+", VALUEFUNC(_wrap_Iterator___add__), -1); rb_define_method(SwigClassIterator.klass, "-", VALUEFUNC(_wrap_Iterator___sub__), -1); SwigClassIterator.mark = 0; SwigClassIterator.destroy = (void (*)(void *)) free_swig_Iterator; SwigClassIterator.trackObjects = 0; SwigClassRgb.klass = rb_define_class_under(mAPNG, "Rgb", rb_cObject); SWIG_TypeClientData(SWIGTYPE_p_apngasm__rgb, (void *) &SwigClassRgb); rb_define_alloc_func(SwigClassRgb.klass, _wrap_Rgb_allocate); rb_define_method(SwigClassRgb.klass, "initialize", VALUEFUNC(_wrap_new_Rgb), -1); rb_define_method(SwigClassRgb.klass, "r=", VALUEFUNC(_wrap_Rgb_r_set), -1); rb_define_method(SwigClassRgb.klass, "r", VALUEFUNC(_wrap_Rgb_r_get), -1); rb_define_method(SwigClassRgb.klass, "g=", VALUEFUNC(_wrap_Rgb_g_set), -1); rb_define_method(SwigClassRgb.klass, "g", VALUEFUNC(_wrap_Rgb_g_get), -1); rb_define_method(SwigClassRgb.klass, "b=", VALUEFUNC(_wrap_Rgb_b_set), -1); rb_define_method(SwigClassRgb.klass, "b", VALUEFUNC(_wrap_Rgb_b_get), -1); SwigClassRgb.mark = 0; SwigClassRgb.destroy = (void (*)(void *)) free_apngasm_rgb; SwigClassRgb.trackObjects = 0; SwigClassRgba.klass = rb_define_class_under(mAPNG, "Rgba", rb_cObject); SWIG_TypeClientData(SWIGTYPE_p_apngasm__rgba, (void *) &SwigClassRgba); rb_define_alloc_func(SwigClassRgba.klass, _wrap_Rgba_allocate); rb_define_method(SwigClassRgba.klass, "initialize", VALUEFUNC(_wrap_new_Rgba), -1); rb_define_method(SwigClassRgba.klass, "r=", VALUEFUNC(_wrap_Rgba_r_set), -1); rb_define_method(SwigClassRgba.klass, "r", VALUEFUNC(_wrap_Rgba_r_get), -1); rb_define_method(SwigClassRgba.klass, "g=", VALUEFUNC(_wrap_Rgba_g_set), -1); rb_define_method(SwigClassRgba.klass, "g", VALUEFUNC(_wrap_Rgba_g_get), -1); rb_define_method(SwigClassRgba.klass, "b=", VALUEFUNC(_wrap_Rgba_b_set), -1); rb_define_method(SwigClassRgba.klass, "b", VALUEFUNC(_wrap_Rgba_b_get), -1); rb_define_method(SwigClassRgba.klass, "a=", VALUEFUNC(_wrap_Rgba_a_set), -1); rb_define_method(SwigClassRgba.klass, "a", VALUEFUNC(_wrap_Rgba_a_get), -1); SwigClassRgba.mark = 0; SwigClassRgba.destroy = (void (*)(void *)) free_apngasm_rgba; SwigClassRgba.trackObjects = 0; SwigClassAPNGFrame.klass = rb_define_class_under(mAPNG, "APNGFrame", rb_cObject); SWIG_TypeClientData(SWIGTYPE_p_apngasm__APNGFrame, (void *) &SwigClassAPNGFrame); rb_define_alloc_func(SwigClassAPNGFrame.klass, _wrap_APNGFrame_allocate); rb_define_method(SwigClassAPNGFrame.klass, "initialize", VALUEFUNC(_wrap_new_APNGFrame), -1); rb_define_method(SwigClassAPNGFrame.klass, "pixels", VALUEFUNC(_wrap_APNGFrame_pixels), -1); rb_define_method(SwigClassAPNGFrame.klass, "width", VALUEFUNC(_wrap_APNGFrame_width), -1); rb_define_method(SwigClassAPNGFrame.klass, "height", VALUEFUNC(_wrap_APNGFrame_height), -1); rb_define_method(SwigClassAPNGFrame.klass, "color_type", VALUEFUNC(_wrap_APNGFrame_color_type), -1); rb_define_method(SwigClassAPNGFrame.klass, "palette", VALUEFUNC(_wrap_APNGFrame_palette), -1); rb_define_method(SwigClassAPNGFrame.klass, "transparency", VALUEFUNC(_wrap_APNGFrame_transparency), -1); rb_define_method(SwigClassAPNGFrame.klass, "palette_size", VALUEFUNC(_wrap_APNGFrame_palette_size), -1); rb_define_method(SwigClassAPNGFrame.klass, "transparency_size", VALUEFUNC(_wrap_APNGFrame_transparency_size), -1); rb_define_method(SwigClassAPNGFrame.klass, "delay_numerator", VALUEFUNC(_wrap_APNGFrame_delay_numerator), -1); rb_define_method(SwigClassAPNGFrame.klass, "delay_denominator", VALUEFUNC(_wrap_APNGFrame_delay_denominator), -1); rb_define_method(SwigClassAPNGFrame.klass, "rows", VALUEFUNC(_wrap_APNGFrame_rows), -1); rb_define_method(SwigClassAPNGFrame.klass, "save", VALUEFUNC(_wrap_APNGFrame_save), -1); SwigClassAPNGFrame.mark = 0; SwigClassAPNGFrame.destroy = (void (*)(void *)) free_apngasm_APNGFrame; SwigClassAPNGFrame.trackObjects = 0; SwigClassAPNGAsm.klass = rb_define_class_under(mAPNG, "APNGAsm", rb_cObject); SWIG_TypeClientData(SWIGTYPE_p_apngasm__APNGAsm, (void *) &SwigClassAPNGAsm); rb_define_alloc_func(SwigClassAPNGAsm.klass, _wrap_APNGAsm_allocate); rb_define_method(SwigClassAPNGAsm.klass, "initialize", VALUEFUNC(_wrap_new_APNGAsm), -1); rb_define_method(SwigClassAPNGAsm.klass, "add_frame_file", VALUEFUNC(_wrap_APNGAsm_add_frame_file), -1); rb_define_method(SwigClassAPNGAsm.klass, "add_frame", VALUEFUNC(_wrap_APNGAsm_add_frame), -1); rb_define_method(SwigClassAPNGAsm.klass, "add_frame_rgb", VALUEFUNC(_wrap_APNGAsm_add_frame_rgb), -1); rb_define_method(SwigClassAPNGAsm.klass, "add_frame_rgba", VALUEFUNC(_wrap_APNGAsm_add_frame_rgba), -1); rb_define_method(SwigClassAPNGAsm.klass, "assemble", VALUEFUNC(_wrap_APNGAsm_assemble), -1); rb_define_method(SwigClassAPNGAsm.klass, "disassemble", VALUEFUNC(_wrap_APNGAsm_disassemble), -1); rb_define_method(SwigClassAPNGAsm.klass, "save_pngs", VALUEFUNC(_wrap_APNGAsm_save_pngs), -1); rb_define_method(SwigClassAPNGAsm.klass, "load_animation_spec", VALUEFUNC(_wrap_APNGAsm_load_animation_spec), -1); rb_define_method(SwigClassAPNGAsm.klass, "save_json", VALUEFUNC(_wrap_APNGAsm_save_json), -1); rb_define_method(SwigClassAPNGAsm.klass, "save_xml", VALUEFUNC(_wrap_APNGAsm_save_xml), -1); rb_define_method(SwigClassAPNGAsm.klass, "set_loops", VALUEFUNC(_wrap_APNGAsm_set_loops), -1); rb_define_method(SwigClassAPNGAsm.klass, "set_skip_first", VALUEFUNC(_wrap_APNGAsm_set_skip_first), -1); rb_define_method(SwigClassAPNGAsm.klass, "get_frames", VALUEFUNC(_wrap_APNGAsm_get_frames), -1); rb_define_method(SwigClassAPNGAsm.klass, "get_loops", VALUEFUNC(_wrap_APNGAsm_get_loops), -1); rb_define_method(SwigClassAPNGAsm.klass, "is_skip_first", VALUEFUNC(_wrap_APNGAsm_is_skip_first), -1); rb_define_method(SwigClassAPNGAsm.klass, "frame_count", VALUEFUNC(_wrap_APNGAsm_frame_count), -1); rb_define_method(SwigClassAPNGAsm.klass, "reset", VALUEFUNC(_wrap_APNGAsm_reset), -1); rb_define_method(SwigClassAPNGAsm.klass, "version", VALUEFUNC(_wrap_APNGAsm_version), -1); SwigClassAPNGAsm.mark = 0; SwigClassAPNGAsm.destroy = (void (*)(void *)) free_apngasm_APNGAsm; SwigClassAPNGAsm.trackObjects = 0; SwigClassAPNGFrameVector.klass = rb_define_class_under(mAPNG, "APNGFrameVector", rb_cObject); SWIG_TypeClientData(SWIGTYPE_p_std__vectorT_apngasm__APNGFrame_std__allocatorT_apngasm__APNGFrame_t_t, (void *) &SwigClassAPNGFrameVector); rb_include_module(SwigClassAPNGFrameVector.klass, rb_eval_string("Enumerable")); rb_define_alloc_func(SwigClassAPNGFrameVector.klass, _wrap_APNGFrameVector_allocate); rb_define_method(SwigClassAPNGFrameVector.klass, "initialize", VALUEFUNC(_wrap_new_APNGFrameVector), -1); rb_define_method(SwigClassAPNGFrameVector.klass, "dup", VALUEFUNC(_wrap_APNGFrameVector_dup), -1); rb_define_method(SwigClassAPNGFrameVector.klass, "inspect", VALUEFUNC(_wrap_APNGFrameVector_inspect), -1); rb_define_method(SwigClassAPNGFrameVector.klass, "to_a", VALUEFUNC(_wrap_APNGFrameVector_to_a), -1); rb_define_method(SwigClassAPNGFrameVector.klass, "to_s", VALUEFUNC(_wrap_APNGFrameVector_to_s), -1); rb_define_method(SwigClassAPNGFrameVector.klass, "slice", VALUEFUNC(_wrap_APNGFrameVector_slice), -1); rb_define_method(SwigClassAPNGFrameVector.klass, "each", VALUEFUNC(_wrap_APNGFrameVector_each), -1); rb_define_method(SwigClassAPNGFrameVector.klass, "select", VALUEFUNC(_wrap_APNGFrameVector_select), -1); rb_define_method(SwigClassAPNGFrameVector.klass, "delete_at", VALUEFUNC(_wrap_APNGFrameVector_delete_at), -1); rb_define_method(SwigClassAPNGFrameVector.klass, "__delete2__", VALUEFUNC(_wrap_APNGFrameVector___delete2__), -1); rb_define_method(SwigClassAPNGFrameVector.klass, "reject!", VALUEFUNC(_wrap_APNGFrameVector_rejectN___), -1); rb_define_alias(SwigClassAPNGFrameVector.klass, "delete_if", "reject!"); rb_define_method(SwigClassAPNGFrameVector.klass, "pop", VALUEFUNC(_wrap_APNGFrameVector_pop), -1); rb_define_method(SwigClassAPNGFrameVector.klass, "push", VALUEFUNC(_wrap_APNGFrameVector_push), -1); rb_define_alias(SwigClassAPNGFrameVector.klass, "<<", "push"); rb_define_method(SwigClassAPNGFrameVector.klass, "reject", VALUEFUNC(_wrap_APNGFrameVector_reject), -1); rb_define_method(SwigClassAPNGFrameVector.klass, "at", VALUEFUNC(_wrap_APNGFrameVector_at), -1); rb_define_method(SwigClassAPNGFrameVector.klass, "[]", VALUEFUNC(_wrap_APNGFrameVector___getitem__), -1); rb_define_method(SwigClassAPNGFrameVector.klass, "[]=", VALUEFUNC(_wrap_APNGFrameVector___setitem__), -1); rb_define_method(SwigClassAPNGFrameVector.klass, "shift", VALUEFUNC(_wrap_APNGFrameVector_shift), -1); rb_define_method(SwigClassAPNGFrameVector.klass, "unshift", VALUEFUNC(_wrap_APNGFrameVector_unshift), -1); rb_define_method(SwigClassAPNGFrameVector.klass, "empty?", VALUEFUNC(_wrap_APNGFrameVector_emptyq___), -1); rb_define_method(SwigClassAPNGFrameVector.klass, "size", VALUEFUNC(_wrap_APNGFrameVector_size), -1); rb_define_method(SwigClassAPNGFrameVector.klass, "clear", VALUEFUNC(_wrap_APNGFrameVector_clear), -1); rb_define_method(SwigClassAPNGFrameVector.klass, "swap", VALUEFUNC(_wrap_APNGFrameVector_swap), -1); rb_define_method(SwigClassAPNGFrameVector.klass, "get_allocator", VALUEFUNC(_wrap_APNGFrameVector_get_allocator), -1); rb_define_method(SwigClassAPNGFrameVector.klass, "begin", VALUEFUNC(_wrap_APNGFrameVector_begin), -1); rb_define_method(SwigClassAPNGFrameVector.klass, "end", VALUEFUNC(_wrap_APNGFrameVector_end), -1); rb_define_method(SwigClassAPNGFrameVector.klass, "rbegin", VALUEFUNC(_wrap_APNGFrameVector_rbegin), -1); rb_define_method(SwigClassAPNGFrameVector.klass, "rend", VALUEFUNC(_wrap_APNGFrameVector_rend), -1); rb_define_method(SwigClassAPNGFrameVector.klass, "erase", VALUEFUNC(_wrap_APNGFrameVector_erase), -1); rb_define_method(SwigClassAPNGFrameVector.klass, "front", VALUEFUNC(_wrap_APNGFrameVector_front), -1); rb_define_method(SwigClassAPNGFrameVector.klass, "back", VALUEFUNC(_wrap_APNGFrameVector_back), -1); rb_define_method(SwigClassAPNGFrameVector.klass, "assign", VALUEFUNC(_wrap_APNGFrameVector_assign), -1); rb_define_method(SwigClassAPNGFrameVector.klass, "resize", VALUEFUNC(_wrap_APNGFrameVector_resize), -1); rb_define_method(SwigClassAPNGFrameVector.klass, "insert", VALUEFUNC(_wrap_APNGFrameVector_insert), -1); rb_define_method(SwigClassAPNGFrameVector.klass, "reserve", VALUEFUNC(_wrap_APNGFrameVector_reserve), -1); rb_define_method(SwigClassAPNGFrameVector.klass, "capacity", VALUEFUNC(_wrap_APNGFrameVector_capacity), -1); SwigClassAPNGFrameVector.mark = 0; SwigClassAPNGFrameVector.destroy = (void (*)(void *)) free_std_vector_Sl_apngasm_APNGFrame_Sg_; SwigClassAPNGFrameVector.trackObjects = 0; }