swig::SwigPySequence_ArrowProxy< T > Struct Template Reference

List of all members.

Public Member Functions

 SwigPySequence_ArrowProxy (const T &x)
const T * operator-> () const
 operator const T * () const

Public Attributes

m_value


Detailed Description

template<class T>
struct swig::SwigPySequence_ArrowProxy< T >

Definition at line 4201 of file SyFi_wrap.cc.


Constructor & Destructor Documentation

template<class T >
swig::SwigPySequence_ArrowProxy< T >::SwigPySequence_ArrowProxy ( const T &  x  )  [inline]

Definition at line 4203 of file SyFi_wrap.cc.

04203 : m_value(x) {}


Member Function Documentation

template<class T >
swig::SwigPySequence_ArrowProxy< T >::operator const T * (  )  const [inline]

Definition at line 4205 of file SyFi_wrap.cc.

References swig::SwigPySequence_ArrowProxy< T >::m_value.

04205 { return &m_value; }

template<class T >
const T* swig::SwigPySequence_ArrowProxy< T >::operator-> (  )  const [inline]

Definition at line 4204 of file SyFi_wrap.cc.

References swig::SwigPySequence_ArrowProxy< T >::m_value.

04204 { return &m_value; }


Member Data Documentation

template<class T >
T swig::SwigPySequence_ArrowProxy< T >::m_value


The documentation for this struct was generated from the following file:

Generated on Mon Aug 31 16:17:06 2009 for SyFi by  doxygen 1.5.9