#include <rubywrapper.h>
Public Member Functions | |
RbArguments (VALUE recv, ID id, int n, VALUE *argv) | |
Public Attributes | |
VALUE | recv |
ID | id |
int | n |
VALUE * | argv |
recv | is the ruby object that receives the function call | |
id | is the ruby id of the receiver member function | |
n | is the number of parameters passed | |
*argv | is a pointer to an array containnig the function parameters |
Definition at line 61 of file rubywrapper.h.
|
Definition at line 68 of file rubywrapper.h. |
|
Definition at line 66 of file rubywrapper.h. Referenced by zeitgeist::RbFuncallWrap(). |
|
Definition at line 64 of file rubywrapper.h. Referenced by zeitgeist::RbFuncallWrap(). |
|
Definition at line 65 of file rubywrapper.h. Referenced by zeitgeist::RbFuncallWrap(). |
|
Definition at line 63 of file rubywrapper.h. Referenced by zeitgeist::RbFuncallWrap(). |