roadrunner
2.6.0
Fast simulator for SBML models
|
Base class for all code generators in RoadRunner. More...
#include "rrOSSpecifics.h"
#include "rrException.h"
#include "sbml/SBMLDocument.h"
#include <stdint.h>
#include <string>
#include <vector>
#include <list>
#include <ostream>
#include "tr1proxy/rr_memory.h"
Go to the source code of this file.
Classes | |
class | rr::EventListener |
Notifies the user of SBML events. More... | |
class | rr::EventListenerException |
class | rr::ExecutableModel |
Base class for all code generation systems; allows compiling and evaluating the model. More... | |
Typedefs | |
typedef cxx11_ns::shared_ptr< EventListener > | rr::EventListenerPtr |
listeners are shared objects, so use std smart pointers to manage them. | |
Functions | |
std::ostream & | rr::operator<< (std::ostream &stream, ExecutableModel *model) |
dump the model to a stream convenience func | |
Base class for all code generators in RoadRunner.