Package fife :: Module fife :: Class StringSet
[hide private]
[frames] | no frames]

Class StringSet

source code

_object --+
          |
         StringSet

Proxy of C++ std::set<(std::string)> class

Instance Methods [hide private]
 
__repr__(self) source code
SwigPyIterator
iterator(self) source code
 
__iter__(self) source code
bool
__nonzero__(self) source code
bool
__bool__(self) source code
size_type
__len__(self) source code
 
append(self, *args)
append(self, value_type x)
source code
 
__contains__(self, *args)
__contains__(self, value_type x) -> bool
source code
 
__getitem__(self, *args)
__getitem__(self, difference_type i) -> value_type
source code
 
__init__(self, *args)
__init__(self, std::less<(std::string)> arg0) -> StringSet __init__(self) -> StringSet __init__(self, StringSet arg0) -> StringSet
source code
bool
empty(self) source code
size_type
size(self) source code
 
clear(self) source code
 
swap(self, *args)
swap(self, StringSet v)
source code
 
count(self, *args)
count(self, key_type x) -> size_type
source code
iterator
begin(self) source code
iterator
end(self) source code
reverse_iterator
rbegin(self) source code
reverse_iterator
rend(self) source code
 
erase(self, *args)
erase(self, key_type x) -> size_type erase(self, iterator pos) erase(self, iterator first, iterator last)
source code
 
find(self, *args)
find(self, key_type x) -> iterator
source code
 
lower_bound(self, *args)
lower_bound(self, key_type x) -> iterator
source code
 
upper_bound(self, *args)
upper_bound(self, key_type x) -> iterator
source code
 
equal_range(self, *args)
equal_range(self, key_type x) -> std::pair<(std::set<(std::string)>::iterator,std::set<(std::string)>::iterator)>
source code
 
insert(self, *args)
insert(self, value_type __x) -> std::pair<(std::set<(std::string)>::iterator,bool)>
source code
Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _fife.delete_StringSet
  __del__ = lambda self: