libsbml.string Class Reference

Inheritance diagram for libsbml.string:

Inheritance graph
[legend]

List of all members.


Detailed Description

Proxy of C++ std.basic_string<(char)> class.

Definition at line 256 of file libsbml.py.


Public Member Functions

def __add__
def __bool__
def __delitem__
def __delslice__
def __eq__
def __ge__
def __getitem__
def __getslice__
def __gt__
def __iadd__
def __init__
def __iter__
def __le__
def __len__
def __lt__
def __ne__
def __nonzero__
def __radd__
def __rlshift__
def __setitem__
def __setslice__
def __str__
def assign
def c_str
def copy
def empty
def erase
def find
def find_first_not_of
def find_first_of
def find_last_not_of
def find_last_of
def insert
def iterator
def length
def max_size
def replace
def resize
def rfind
def size
def substr
def swap

Public Attributes

 this

Member Function Documentation

def libsbml.string.__add__ (   self,
  args 
)

Python method signature(s):

__add__(self, string v)    string

Definition at line 528 of file libsbml.py.

def libsbml.string.__bool__ (   self  ) 

Python method signature(s):

__bool__(self)    bool

Definition at line 439 of file libsbml.py.

def libsbml.string.__delitem__ (   self,
  args 
)

Python method signature(s):

__delitem__(self, difference_type i)
__delitem__(self, PySliceObject slice)

Definition at line 464 of file libsbml.py.

def libsbml.string.__delslice__ (   self,
  args 
)

Python method signature(s):

__delslice__(self, difference_type i, difference_type j)

Definition at line 459 of file libsbml.py.

def libsbml.string.__eq__ (   self,
  args 
)

Python method signature(s):

__eq__(self, string v)    bool

Definition at line 548 of file libsbml.py.

def libsbml.string.__ge__ (   self,
  args 
)

Python method signature(s):

__ge__(self, string v)    bool

Definition at line 568 of file libsbml.py.

def libsbml.string.__getitem__ (   self,
  args 
)

Python method signature(s):

__getitem__(self, PySliceObject slice)    string
__getitem__(self, difference_type i)    value_type

Definition at line 473 of file libsbml.py.

def libsbml.string.__getslice__ (   self,
  args 
)

Python method signature(s):

__getslice__(self, difference_type i, difference_type j)    string

Definition at line 449 of file libsbml.py.

def libsbml.string.__gt__ (   self,
  args 
)

Python method signature(s):

__gt__(self, string v)    bool

Definition at line 558 of file libsbml.py.

def libsbml.string.__iadd__ (   self,
  args 
)

Python method signature(s):

__iadd__(self, string v)    string

Definition at line 523 of file libsbml.py.

def libsbml.string.__init__ (   self,
  args 
)

Python method signature(s):

__init__(self, char __s, size_type __n)    string
__init__(self)    string
__init__(self, string arg0)    string
__init__(self, size_type size, value_type value)    string

Definition at line 396 of file libsbml.py.

def libsbml.string.__iter__ (   self  ) 

Definition at line 433 of file libsbml.py.

def libsbml.string.__le__ (   self,
  args 
)

Python method signature(s):

__le__(self, string v)    bool

Definition at line 573 of file libsbml.py.

def libsbml.string.__len__ (   self  ) 

Python method signature(s):

__len__(self)    size_type

Definition at line 444 of file libsbml.py.

def libsbml.string.__lt__ (   self,
  args 
)

Python method signature(s):

__lt__(self, string v)    bool

Definition at line 563 of file libsbml.py.

def libsbml.string.__ne__ (   self,
  args 
)

Python method signature(s):

__ne__(self, string v)    bool

Definition at line 553 of file libsbml.py.

def libsbml.string.__nonzero__ (   self  ) 

Python method signature(s):

__nonzero__(self)    bool

Definition at line 434 of file libsbml.py.

def libsbml.string.__radd__ (   self,
  args 
)

Python method signature(s):

__radd__(self, string v)    string

Definition at line 533 of file libsbml.py.

def libsbml.string.__rlshift__ (   self,
  args 
)

Python method signature(s):

__rlshift__(self, ostream out)    ostream

Definition at line 543 of file libsbml.py.

def libsbml.string.__setitem__ (   self,
  args 
)

Python method signature(s):

__setitem__(self, PySliceObject slice, string v)
__setitem__(self, difference_type i, value_type x)

Definition at line 482 of file libsbml.py.

def libsbml.string.__setslice__ (   self,
  args 
)

Python method signature(s):

__setslice__(self, difference_type i, difference_type j, string v)

Definition at line 454 of file libsbml.py.

def libsbml.string.__str__ (   self  ) 

Python method signature(s):

__str__(self)    string

Definition at line 538 of file libsbml.py.

def libsbml.string.assign (   self,
  args 
)

Python method signature(s):

assign(self, string __str)    string
assign(self, string __str, size_type __pos, size_type __n)    string
assign(self, char __s, size_type __n)    string
assign(self, size_type n, value_type x)

Definition at line 408 of file libsbml.py.

def libsbml.string.c_str (   self  ) 

Python method signature(s):

c_str(self)    char

Definition at line 282 of file libsbml.py.

def libsbml.string.copy (   self,
  args 
)

Python method signature(s):

copy(self, char __s, size_type __n, size_type __pos = 0)    size_type
copy(self, char __s, size_type __n)    size_type

Definition at line 273 of file libsbml.py.

def libsbml.string.empty (   self  ) 

Python method signature(s):

empty(self)    bool

Definition at line 369 of file libsbml.py.

def libsbml.string.erase (   self,
  args 
)

Python method signature(s):

erase(self, size_type __pos = 0, size_type __n = std.basic_string< char >.npos)    string
erase(self, size_type __pos = 0)    string
erase(self)    string
erase(self, iterator pos)    iterator
erase(self, iterator first, iterator last)    iterator

Definition at line 384 of file libsbml.py.

def libsbml.string.find (   self,
  args 
)

Python method signature(s):

find(self, char __s, size_type __pos, size_type __n)    size_type
find(self, string __str, size_type __pos = 0)    size_type
find(self, string __str)    size_type
find(self, char __c, size_type __pos = 0)    size_type
find(self, char __c)    size_type

Definition at line 287 of file libsbml.py.

def libsbml.string.find_first_not_of (   self,
  args 
)

Python method signature(s):

find_first_not_of(self, string __str, size_type __pos = 0)    size_type
find_first_not_of(self, string __str)    size_type
find_first_not_of(self, char __s, size_type __pos, size_type __n)    size_type
find_first_not_of(self, char __c, size_type __pos = 0)    size_type
find_first_not_of(self, char __c)    size_type

Definition at line 335 of file libsbml.py.

def libsbml.string.find_first_of (   self,
  args 
)

Python method signature(s):

find_first_of(self, string __str, size_type __pos = 0)    size_type
find_first_of(self, string __str)    size_type
find_first_of(self, char __s, size_type __pos, size_type __n)    size_type
find_first_of(self, char __c, size_type __pos = 0)    size_type
find_first_of(self, char __c)    size_type

Definition at line 311 of file libsbml.py.

def libsbml.string.find_last_not_of (   self,
  args 
)

Python method signature(s):

find_last_not_of(self, string __str, size_type __pos = std.basic_string< char >.npos)    size_type
find_last_not_of(self, string __str)    size_type
find_last_not_of(self, char __s, size_type __pos, size_type __n)    size_type
find_last_not_of(self, char __c, size_type __pos = std.basic_string< char >.npos)    size_type
find_last_not_of(self, char __c)    size_type

Definition at line 347 of file libsbml.py.

def libsbml.string.find_last_of (   self,
  args 
)

Python method signature(s):

find_last_of(self, string __str, size_type __pos = std.basic_string< char >.npos)    size_type
find_last_of(self, string __str)    size_type
find_last_of(self, char __s, size_type __pos, size_type __n)    size_type
find_last_of(self, char __c, size_type __pos = std.basic_string< char >.npos)    size_type
find_last_of(self, char __c)    size_type

Definition at line 323 of file libsbml.py.

def libsbml.string.insert (   self,
  args 
)

Python method signature(s):

insert(self, size_type __pos1, string __str)    string
insert(self, size_type __pos1, string __str, size_type __pos2, size_type __n)    string
insert(self, size_type __pos, char __s, size_type __n)    string
insert(self, size_type __pos, size_type __n, char __c)    string
insert(self, iterator pos, value_type x)    iterator
insert(self, iterator pos, size_type n, value_type x)
insert(self, iterator __p, size_type __n, char __c)

Definition at line 491 of file libsbml.py.

def libsbml.string.iterator (   self  ) 

Python method signature(s):

iterator(self)    SwigPyIterator

Definition at line 428 of file libsbml.py.

def libsbml.string.length (   self  ) 

Python method signature(s):

length(self)    size_type

Definition at line 263 of file libsbml.py.

def libsbml.string.max_size (   self  ) 

Python method signature(s):

max_size(self)    size_type

Definition at line 268 of file libsbml.py.

def libsbml.string.replace (   self,
  args 
)

Python method signature(s):

replace(self, size_type __pos, size_type __n, string __str)    string
replace(self, size_type __pos1, size_type __n1, string __str, size_type __pos2, 
    size_type __n2)    string
replace(self, size_type __pos, size_type __n1, char __s, size_type __n2)    string
replace(self, size_type __pos, size_type __n1, size_type __n2, char __c)    string
replace(self, iterator __i1, iterator __i2, string __str)    string
replace(self, iterator __i1, iterator __i2, char __s, size_type __n)    string
replace(self, iterator __i1, iterator __i2, size_type __n, char __c)    string
replace(self, iterator __i1, iterator __i2, char __k1, char __k2)    string
replace(self, iterator __i1, iterator __i2, const_iterator __k1, 
    const_iterator __k2)    string

Definition at line 505 of file libsbml.py.

def libsbml.string.resize (   self,
  args 
)

Python method signature(s):

resize(self, size_type new_size)
resize(self, size_type new_size, value_type x)

Definition at line 419 of file libsbml.py.

def libsbml.string.rfind (   self,
  args 
)

Python method signature(s):

rfind(self, string __str, size_type __pos = std.basic_string< char >.npos)    size_type
rfind(self, string __str)    size_type
rfind(self, char __s, size_type __pos, size_type __n)    size_type
rfind(self, char __c, size_type __pos = std.basic_string< char >.npos)    size_type
rfind(self, char __c)    size_type

Definition at line 299 of file libsbml.py.

def libsbml.string.size (   self  ) 

Python method signature(s):

size(self)    size_type

Definition at line 374 of file libsbml.py.

def libsbml.string.substr (   self,
  args 
)

Python method signature(s):

substr(self, size_type __pos = 0, size_type __n = std.basic_string< char >.npos)    string
substr(self, size_type __pos = 0)    string
substr(self)    string

Definition at line 359 of file libsbml.py.

def libsbml.string.swap (   self,
  args 
)

Python method signature(s):

swap(self, string v)

Definition at line 379 of file libsbml.py.


Member Data Documentation

Definition at line 407 of file libsbml.py.




HTML documentation generated on Thu Jan 21 16:56:19 2010 using Doxygen 1.5.8.