libSBML Python API  5.10.0
 All Classes Namespaces Files Functions Variables Modules Pages
libsbml.StringSet Class Reference
Inheritance diagram for libsbml.StringSet:
[legend]

Detailed Description

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

Public Member Functions

def clear
 
def empty
 
def get
 
def has_key
 
def insert
 
def size
 

Member Function Documentation

def libsbml.StringSet.clear (   self)

Python method signature(s):

clear(StringSet self)
def libsbml.StringSet.empty (   self)

Python method signature(s):

empty(StringSet self)   bool
def libsbml.StringSet.get (   self,
  args 
)

Python method signature(s):

get(StringSet self, string key)   string
def libsbml.StringSet.has_key (   self,
  args 
)

Python method signature(s):

has_key(StringSet self, string key)   bool
def libsbml.StringSet.insert (   self,
  args 
)

Python method signature(s):

insert(StringSet self, string key)
def libsbml.StringSet.size (   self)

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

Python method signature(s):

size(StringSet self)   long