|
SyFi
0.3
|
Public Member Functions | |
| def | iterator |
| def | __iter__ |
| def | __nonzero__ |
| def | __bool__ |
| def | __len__ |
| def | pop |
| def | __getslice__ |
| def | __setslice__ |
| def | __delslice__ |
| def | __delitem__ |
| def | __getitem__ |
| def | __setitem__ |
| def | append |
| def | empty |
| def | size |
| def | clear |
| def | swap |
| def | get_allocator |
| def | begin |
| def | end |
| def | rbegin |
| def | rend |
| def | pop_back |
| def | erase |
| def | __init__ |
| def | push_back |
| def | front |
| def | back |
| def | assign |
| def | resize |
| def | insert |
| def | pop_front |
| def | push_front |
| def | reverse |
Static Public Attributes | |
| tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
Static Private Attributes | |
| __repr__ = _swig_repr | |
| __swig_destroy__ = _SyFi.delete_symexlist | |
Proxy of C++ std::list<(std::pair<(GiNaC::symbol,GiNaC::ex)>)> class
| def SyFi.symexlist.__init__ | ( | self, | |
| args | |||
| ) |
__init__(std::list<(std::pair<(GiNaC::symbol,GiNaC::ex)>)> self) -> symexlist __init__(std::list<(std::pair<(GiNaC::symbol,GiNaC::ex)>)> self, symexlist arg2) -> symexlist __init__(std::list<(std::pair<(GiNaC::symbol,GiNaC::ex)>)> self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::size_type size) -> symexlist __init__(std::list<(std::pair<(GiNaC::symbol,GiNaC::ex)>)> self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::size_type size, symexpair value) -> symexlist
Definition at line 872 of file SyFi.py.
00872 00873 def __init__(self, *args): 00874 """ 00875 __init__(std::list<(std::pair<(GiNaC::symbol,GiNaC::ex)>)> self) -> symexlist 00876 __init__(std::list<(std::pair<(GiNaC::symbol,GiNaC::ex)>)> self, symexlist arg2) -> symexlist 00877 __init__(std::list<(std::pair<(GiNaC::symbol,GiNaC::ex)>)> self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::size_type size) -> symexlist 00878 __init__(std::list<(std::pair<(GiNaC::symbol,GiNaC::ex)>)> self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::size_type size, symexpair value) -> symexlist 00879 """ _SyFi.symexlist_swiginit(self,_SyFi.new_symexlist(*args))
| def SyFi.symexlist.__bool__ | ( | self | ) |
| def SyFi.symexlist.__delitem__ | ( | self, | |
| args | |||
| ) |
__delitem__(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type i) __delitem__(symexlist self, PySliceObject * slice)
Definition at line 799 of file SyFi.py.
00799 00800 def __delitem__(self, *args): 00801 """ 00802 __delitem__(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type i) 00803 __delitem__(symexlist self, PySliceObject * slice) 00804 """ 00805 return _SyFi.symexlist___delitem__(self, *args)
| def SyFi.symexlist.__delslice__ | ( | self, | |
| args | |||
| ) |
__delslice__(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type i, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type j)
Definition at line 795 of file SyFi.py.
00795 00796 def __delslice__(self, *args): 00797 """__delslice__(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type i, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type j)""" 00798 return _SyFi.symexlist___delslice__(self, *args)
| def SyFi.symexlist.__getitem__ | ( | self, | |
| args | |||
| ) |
__getitem__(symexlist self, PySliceObject * slice) -> symexlist __getitem__(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type i) -> symexpair
Definition at line 806 of file SyFi.py.
00806 00807 def __getitem__(self, *args): 00808 """ 00809 __getitem__(symexlist self, PySliceObject * slice) -> symexlist 00810 __getitem__(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type i) -> symexpair 00811 """ 00812 return _SyFi.symexlist___getitem__(self, *args)
| def SyFi.symexlist.__getslice__ | ( | self, | |
| args | |||
| ) |
__getslice__(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type i, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type j) -> symexlist
Definition at line 783 of file SyFi.py.
00783 00784 def __getslice__(self, *args): 00785 """__getslice__(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type i, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type j) -> symexlist""" 00786 return _SyFi.symexlist___getslice__(self, *args)
| def SyFi.symexlist.__iter__ | ( | self | ) |
| def SyFi.symexlist.__len__ | ( | self | ) |
__len__(symexlist self) -> std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::size_type
| def SyFi.symexlist.__nonzero__ | ( | self | ) |
__nonzero__(symexlist self) -> bool
Definition at line 767 of file SyFi.py.
00767 00768 def __nonzero__(self): 00769 """__nonzero__(symexlist self) -> bool""" 00770 return _SyFi.symexlist___nonzero__(self)
| def SyFi.symexlist.__setitem__ | ( | self, | |
| args | |||
| ) |
__setitem__(symexlist self, PySliceObject * slice, symexlist v) __setitem__(symexlist self, PySliceObject * slice) __setitem__(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type i, symexpair x)
Definition at line 813 of file SyFi.py.
00813 00814 def __setitem__(self, *args): 00815 """ 00816 __setitem__(symexlist self, PySliceObject * slice, symexlist v) 00817 __setitem__(symexlist self, PySliceObject * slice) 00818 __setitem__(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type i, symexpair x) 00819 """ 00820 return _SyFi.symexlist___setitem__(self, *args)
| def SyFi.symexlist.__setslice__ | ( | self, | |
| args | |||
| ) |
__setslice__(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type i, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type j,
symexlist v=std::list< std::pair< GiNaC::symbol,GiNaC::ex >,std::allocator< std::pair< GiNaC::symbol,GiNaC::ex > > >())
__setslice__(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type i, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type j)
Definition at line 787 of file SyFi.py.
00787 00788 def __setslice__(self, *args): 00789 """ 00790 __setslice__(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type i, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type j, 00791 symexlist v=std::list< std::pair< GiNaC::symbol,GiNaC::ex >,std::allocator< std::pair< GiNaC::symbol,GiNaC::ex > > >()) 00792 __setslice__(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type i, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::difference_type j) 00793 """ 00794 return _SyFi.symexlist___setslice__(self, *args)
| def SyFi.symexlist.append | ( | self, | |
| args | |||
| ) |
| def SyFi.symexlist.assign | ( | self, | |
| args | |||
| ) |
assign(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::size_type n, symexpair x)
| def SyFi.symexlist.back | ( | self | ) |
| def SyFi.symexlist.begin | ( | self | ) |
| def SyFi.symexlist.clear | ( | self | ) |
| def SyFi.symexlist.empty | ( | self | ) |
| def SyFi.symexlist.end | ( | self | ) |
| def SyFi.symexlist.erase | ( | self, | |
| args | |||
| ) |
erase(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::iterator pos) -> std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::iterator erase(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::iterator first, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::iterator last) -> std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::iterator
Definition at line 865 of file SyFi.py.
00865 00866 def erase(self, *args): 00867 """ 00868 erase(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::iterator pos) -> std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::iterator 00869 erase(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::iterator first, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::iterator last) -> std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::iterator 00870 """ 00871 return _SyFi.symexlist_erase(self, *args)
| def SyFi.symexlist.front | ( | self | ) |
| def SyFi.symexlist.get_allocator | ( | self | ) |
get_allocator(symexlist self) -> std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::allocator_type
Definition at line 841 of file SyFi.py.
00841 00842 def get_allocator(self): 00843 """get_allocator(symexlist self) -> std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::allocator_type""" 00844 return _SyFi.symexlist_get_allocator(self)
| def SyFi.symexlist.insert | ( | self, | |
| args | |||
| ) |
insert(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::iterator pos, symexpair x) -> std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::iterator
insert(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::iterator pos, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::size_type n,
symexpair x)
Definition at line 903 of file SyFi.py.
00903 00904 def insert(self, *args): 00905 """ 00906 insert(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::iterator pos, symexpair x) -> std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::iterator 00907 insert(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::iterator pos, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::size_type n, 00908 symexpair x) 00909 """ 00910 return _SyFi.symexlist_insert(self, *args)
| def SyFi.symexlist.iterator | ( | self | ) |
iterator(symexlist self) -> SwigPyIterator
Definition at line 762 of file SyFi.py.
Referenced by SyFi.symexlist.__iter__().
| def SyFi.symexlist.pop | ( | self | ) |
| def SyFi.symexlist.pop_back | ( | self | ) |
| def SyFi.symexlist.pop_front | ( | self | ) |
| def SyFi.symexlist.push_back | ( | self, | |
| args | |||
| ) |
| def SyFi.symexlist.push_front | ( | self, | |
| args | |||
| ) |
push_front(symexlist self, symexpair x)
Definition at line 915 of file SyFi.py.
00915 00916 def push_front(self, *args): 00917 """push_front(symexlist self, symexpair x)""" 00918 return _SyFi.symexlist_push_front(self, *args)
| def SyFi.symexlist.rbegin | ( | self | ) |
rbegin(symexlist self) -> std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::reverse_iterator
| def SyFi.symexlist.rend | ( | self | ) |
rend(symexlist self) -> std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::reverse_iterator
| def SyFi.symexlist.resize | ( | self, | |
| args | |||
| ) |
resize(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::size_type new_size) resize(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::size_type new_size, symexpair x)
Definition at line 896 of file SyFi.py.
00896 00897 def resize(self, *args): 00898 """ 00899 resize(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::size_type new_size) 00900 resize(symexlist self, std::list< std::pair< GiNaC::symbol,GiNaC::ex > >::size_type new_size, symexpair x) 00901 """ 00902 return _SyFi.symexlist_resize(self, *args)
| def SyFi.symexlist.reverse | ( | self | ) |
| def SyFi.symexlist.size | ( | self | ) |
| def SyFi.symexlist.swap | ( | self, | |
| args | |||
| ) |
SyFi.symexlist::__repr__ = _swig_repr [static, private] |
SyFi.symexlist::__swig_destroy__ = _SyFi.delete_symexlist [static, private] |
tuple SyFi.symexlist::thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') [static] |