#include <armagetronad_wrap.h>
Public Member Functions | |
SwigDirector_TPath (VALUE self) | |
virtual | ~SwigDirector_TPath () |
virtual void | Paths (tArray< tString > &paths) const |
Definition at line 29 of file armagetronad_wrap.h.
SwigDirector_TPath::SwigDirector_TPath | ( | VALUE | self | ) |
Definition at line 2460 of file armagetronad_wrap.cxx.
02460 : tPath(), Swig::Director(self) { 02461 02462 }
SwigDirector_TPath::~SwigDirector_TPath | ( | ) | [virtual] |
Implements tPath.
Definition at line 2469 of file armagetronad_wrap.cxx.
References SWIG_as_voidptr, SWIG_NewPointerObj, and SWIGTYPE_p_tArrayTtString_t.
02469 { 02470 VALUE obj0 = Qnil ; 02471 VALUE result; 02472 02473 obj0 = SWIG_NewPointerObj(SWIG_as_voidptr(&paths), SWIGTYPE_p_tArrayTtString_t, 0 ); 02474 result = rb_funcall(swig_get_self(), rb_intern("paths"), 1,obj0); 02475 }