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)
repr(x)
source code
 
iterator(self)
iterator(StringSet self) -> SwigPyIterator
source code
 
__iter__(self) source code
 
__nonzero__(self)
__nonzero__(StringSet self) -> bool
source code
 
__bool__(self)
__bool__(StringSet self) -> bool
source code
 
__len__(self)
__len__(StringSet self) -> std::set< std::string >::size_type
source code
 
append(self, *args)
append(StringSet self, std::set< std::string >::value_type x)
source code
 
__contains__(self, *args)
__contains__(StringSet self, std::set< std::string >::value_type x) -> bool
source code
 
__getitem__(self, *args)
__getitem__(StringSet self, std::set< std::string >::difference_type i) -> std::set< std::string >::value_type
source code
 
add(self, *args)
add(StringSet self, std::set< std::string >::value_type x)
source code
 
discard(self, *args)
discard(StringSet self, std::set< std::string >::value_type x)
source code
 
__init__(self, *args)
__init__(std::set<(std::string)> self, std::less< std::string > const & arg2) -> StringSet __init__(std::set<(std::string)> self) -> StringSet __init__(std::set<(std::string)> self, StringSet arg2) -> StringSet
source code
 
empty(self)
empty(StringSet self) -> bool
source code
 
size(self)
size(StringSet self) -> std::set< std::string >::size_type
source code
 
clear(self)
clear(StringSet self)
source code
 
swap(self, *args)
swap(StringSet self, StringSet v)
source code
 
count(self, *args)
count(StringSet self, std::set< std::string >::key_type const & x) -> std::set< std::string >::size_type
source code
 
begin(self)
begin(StringSet self) -> std::set< std::string >::iterator
source code
 
end(self)
end(StringSet self) -> std::set< std::string >::iterator
source code
 
rbegin(self)
rbegin(StringSet self) -> std::set< std::string >::reverse_iterator
source code
 
rend(self)
rend(StringSet self) -> std::set< std::string >::reverse_iterator
source code
 
erase(self, *args)
erase(StringSet self, std::set< std::string >::key_type const & x) -> std::set< std::string >::size_type erase(StringSet self, std::set< std::string >::iterator pos) erase(StringSet self, std::set< std::string >::iterator first, std::set< std::string >::iterator last)
source code
 
find(self, *args)
find(StringSet self, std::set< std::string >::key_type const & x) -> std::set< std::string >::iterator
source code
 
lower_bound(self, *args)
lower_bound(StringSet self, std::set< std::string >::key_type const & x) -> std::set< std::string >::iterator
source code
 
upper_bound(self, *args)
upper_bound(StringSet self, std::set< std::string >::key_type const & x) -> std::set< std::string >::iterator
source code
 
equal_range(self, *args)
equal_range(StringSet self, std::set< std::string >::key_type const & x) -> std::pair< std::set< std::string >::iterator,std::set< std::string >::iterator >
source code
 
insert(self, *args)
insert(StringSet self, std::set< std::string >::value_type const & __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: