SyFi 0.3
swig::from_value_oper< ValueType > Struct Template Reference

List of all members.

Public Types

typedef const ValueType & argument_type
typedef PyObject * result_type

Public Member Functions

result_type operator() (argument_type v) const

Detailed Description

template<class ValueType>
struct swig::from_value_oper< ValueType >

Definition at line 4790 of file SyFi_wrap.cc.


Member Typedef Documentation

template<class ValueType >
typedef const ValueType& swig::from_value_oper< ValueType >::argument_type

Definition at line 4792 of file SyFi_wrap.cc.

template<class ValueType >
typedef PyObject* swig::from_value_oper< ValueType >::result_type

Definition at line 4793 of file SyFi_wrap.cc.


Member Function Documentation

template<class ValueType >
result_type swig::from_value_oper< ValueType >::operator() ( argument_type  v) const [inline]

Definition at line 4794 of file SyFi_wrap.cc.

References swig::from().

      {
        return swig::from(v.second);
      }

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