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 4486 of file SyFiPYTHON_wrap.cxx.
swig::SwigPySequence_ArrowProxy< T >::SwigPySequence_ArrowProxy | ( | const T & | x | ) | [inline] |
Definition at line 4488 of file SyFiPYTHON_wrap.cxx.
swig::SwigPySequence_ArrowProxy< T >::operator const T * | ( | ) | const [inline] |
Definition at line 4490 of file SyFiPYTHON_wrap.cxx.
{ return &m_value; }
const T* swig::SwigPySequence_ArrowProxy< T >::operator-> | ( | ) | const [inline] |
Definition at line 4489 of file SyFiPYTHON_wrap.cxx.
{ return &m_value; }
T swig::SwigPySequence_ArrowProxy< T >::m_value |
Definition at line 4491 of file SyFiPYTHON_wrap.cxx.