Public Member Functions | |
SwigPySequence_ArrowProxy (const T &x) | |
const T * | operator-> () const |
operator const T * () const | |
Public Attributes | |
T | m_value |
Definition at line 4201 of file SyFi_wrap.cc.
swig::SwigPySequence_ArrowProxy< T >::SwigPySequence_ArrowProxy | ( | const T & | x | ) | [inline] |
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; }
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; }
T swig::SwigPySequence_ArrowProxy< T >::m_value |
Definition at line 4206 of file SyFi_wrap.cc.
Referenced by swig::SwigPySequence_ArrowProxy< T >::operator const T *(), and swig::SwigPySequence_ArrowProxy< T >::operator->().