libSBML C++ API  libSBML 5.8.0 C++ API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SBO.h File Reference

Detailed Description

SBO utility Function.

Author
Ben Bornstein
Include dependency graph for SBO.h:
This graph shows which files directly or indirectly include this file:

Classes

class  SBO
 Methods for interacting with Systems Biology Ontology terms. More...
 

Typedefs

typedef ParentMap::iterator ParentIter
 
typedef std::multimap< int, int > ParentMap
 
typedef std::pair< ParentIter,
ParentIter
ParentRange
 

Variables

static ParentMap mParent
 

Typedef Documentation

typedef ParentMap::iterator ParentIter
typedef std::multimap<int, int> ParentMap
typedef std::pair<ParentIter, ParentIter> ParentRange

Variable Documentation

ParentMap mParent
static