|
| template<class Type > |
| | object (const Type &obj) |
| | Unary constructors. More...
|
| |
| | object () |
| | Default constructor. More...
|
| |
| self | operator() (const DerefProxy< tuple > &args, const DerefProxy< DerefProxy< dict > > &kwds) const |
| | Generic call operation. More...
|
| |
|
| template<class Type > |
| self | operator() (const Type &arg) const |
| |
| template<class Type1 , class Type2 > |
| self | operator() (const Type1 &arg1, const Type2 &arg2) const |
| |
| template<class Type1 , class Type2 , class Type3 > |
| self | operator() (const Type1 &arg1, const Type2 &arg2, const Type3 &arg3) const |
| |
| template<class Type1 , class Type2 , class Type3 , class Type4 > |
| self | operator() (const Type1 &arg1, const Type2 &arg2, const Type3 &arg3, const Type4 &arg4) const |
| |
|
| template<class Type > |
| self | operator() (const DerefProxy< DerefProxy< dict > > &kwds) const |
| |
| template<class Type > |
| self | operator() (const Type &arg, const DerefProxy< DerefProxy< dict > > &kwds) const |
| |
| template<class Type1 , class Type2 > |
| self | operator() (const Type1 &arg1, const Type2 &arg2, const DerefProxy< DerefProxy< dict > > &kwds) const |
| |
| template<class Type1 , class Type2 , class Type3 > |
| self | operator() (const Type1 &arg1, const Type2 &arg2, const Type3 &arg3, const DerefProxy< DerefProxy< dict > > &kwds) const |
| |
| template<class Type1 , class Type2 , class Type3 , class Type4 > |
| self | operator() (const Type1 &arg1, const Type2 &arg2, const Type3 &arg3, const Type4 &arg4, const DerefProxy< DerefProxy< dict > > &kwds) const |
| |
|
| | operator bool () const |
| |
| | operator int () const |
| |
| | operator long () const |
| |
| | operator std::string () const |
| |
| | operator const Ring & () const |
| |
| | operator Polynomial () const |
| |
| | operator Monomial () const |
| |
| | operator const Variable & () const |
| |
| | operator BooleSet () const |
| |
| template<class Type > |
| | operator std::vector< Type > () const |
| |
| template<class Type > |
| | operator std::list< Type > () const |
| |
| template<class Type > |
| | operator std::set< Type > () const |
| |
This class extends boost::python::object by nice conversion operators