Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

zeitgeist::RbArguments Struct Reference

RbArguments is a structure that describes a ruby function call. More...

#include <rubywrapper.h>

List of all members.

Public Member Functions

 RbArguments (VALUE recv, ID id, int n, VALUE *argv)

Public Attributes

VALUE recv
ID id
int n
VALUE * argv


Detailed Description

RbArguments is a structure that describes a ruby function call.

Parameters:
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.


Constructor & Destructor Documentation

zeitgeist::RbArguments::RbArguments VALUE  recv,
ID  id,
int  n,
VALUE *  argv
[inline]
 

Definition at line 68 of file rubywrapper.h.


Member Data Documentation

VALUE* zeitgeist::RbArguments::argv
 

Definition at line 66 of file rubywrapper.h.

Referenced by zeitgeist::RbFuncallWrap().

ID zeitgeist::RbArguments::id
 

Definition at line 64 of file rubywrapper.h.

Referenced by zeitgeist::RbFuncallWrap().

int zeitgeist::RbArguments::n
 

Definition at line 65 of file rubywrapper.h.

Referenced by zeitgeist::RbFuncallWrap().

VALUE zeitgeist::RbArguments::recv
 

Definition at line 63 of file rubywrapper.h.

Referenced by zeitgeist::RbFuncallWrap().


The documentation for this struct was generated from the following file:
Generated on Thu Apr 6 15:51:11 2006 for rcssserver3d by  doxygen 1.4.4