|
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 4627 of file SyFiPYTHON_wrap.cxx.
| swig::SwigPySequence_ArrowProxy< T >::SwigPySequence_ArrowProxy | ( | const T & | x | ) | [inline] |
Definition at line 4629 of file SyFiPYTHON_wrap.cxx.
| swig::SwigPySequence_ArrowProxy< T >::operator const T * | ( | ) | const [inline] |
Definition at line 4631 of file SyFiPYTHON_wrap.cxx.
{ return &m_value; }
| const T* swig::SwigPySequence_ArrowProxy< T >::operator-> | ( | ) | const [inline] |
Definition at line 4630 of file SyFiPYTHON_wrap.cxx.
{ return &m_value; }
| T swig::SwigPySequence_ArrowProxy< T >::m_value |
Definition at line 4632 of file SyFiPYTHON_wrap.cxx.