SyFi  0.3
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 4627 of file SyFiPYTHON_wrap.cxx.


Constructor & Destructor Documentation

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

Definition at line 4629 of file SyFiPYTHON_wrap.cxx.

: m_value(x) {}

Member Function Documentation

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

Definition at line 4631 of file SyFiPYTHON_wrap.cxx.

{ return &m_value; }
template<class T >
const T* swig::SwigPySequence_ArrowProxy< T >::operator-> ( ) const [inline]

Definition at line 4630 of file SyFiPYTHON_wrap.cxx.

{ return &m_value; }

Member Data Documentation

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

Definition at line 4632 of file SyFiPYTHON_wrap.cxx.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines