roadrunner  2.6.0
Fast simulator for SBML models
Public Member Functions | Public Attributes | Friends | List of all members
rrllvm::SymbolForest::ConstIterator Class Reference

syntatically the same as a std::map<std::string, const libsbml::ASTNode*>::const_iterator More...

#include <SymbolForest.h>

Public Member Functions

const ConstIteratoroperator-> () const
 
bool operator!= (const ConstIterator &other) const
 
ConstIteratoroperator= (const ConstIterator &o)
 
 ConstIterator (const ConstIterator &o)
 

Public Attributes

const libsbml::ASTNode * second
 

Friends

class SymbolForest
 only SymbolForest can make one of these.
 

Detailed Description

syntatically the same as a std::map<std::string, const libsbml::ASTNode*>::const_iterator

Designed so that the SymbolForest can behave like a std::map.


The documentation for this class was generated from the following file: