SwigDirector_TPath Class Reference

#include <armagetronad_wrap.h>

Inheritance diagram for SwigDirector_TPath:

Inheritance graph
[legend]
Collaboration diagram for SwigDirector_TPath:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 SwigDirector_TPath (VALUE self)
virtual ~SwigDirector_TPath ()
virtual void Paths (tArray< tString > &paths) const


Detailed Description

Definition at line 29 of file armagetronad_wrap.h.


Constructor & Destructor Documentation

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]

Definition at line 2466 of file armagetronad_wrap.cxx.

02466                                         {
02467 }


Member Function Documentation

void SwigDirector_TPath::Paths ( tArray< tString > &  paths  )  const [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 }


The documentation for this class was generated from the following files:
Generated on Sat Mar 15 23:54:51 2008 for Armagetron Advanced by  doxygen 1.5.4