SyFi
0.3
|
Public Member Functions | |
SwigPySequence_ArrowProxy (const T &x) | |
const T * | operator-> () const |
operator const T * () const | |
Public Attributes | |
T | m_value |
Definition at line 4615 of file SyFiPYTHON_wrap.cxx.
swig::SwigPySequence_ArrowProxy< T >::SwigPySequence_ArrowProxy | ( | const T & | x | ) | [inline] |
Definition at line 4617 of file SyFiPYTHON_wrap.cxx.
swig::SwigPySequence_ArrowProxy< T >::operator const T * | ( | ) | const [inline] |
Definition at line 4619 of file SyFiPYTHON_wrap.cxx.
{ return &m_value; }
const T* swig::SwigPySequence_ArrowProxy< T >::operator-> | ( | ) | const [inline] |
Definition at line 4618 of file SyFiPYTHON_wrap.cxx.
{ return &m_value; }
T swig::SwigPySequence_ArrowProxy< T >::m_value |
Definition at line 4620 of file SyFiPYTHON_wrap.cxx.