C API Documentation
|
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 |
Functions | |
RR_DECLSPEC std::ostream & | rr::operator<< (std::ostream &stream, ExecutableModel *model) |
Base class for all code generators in RoadRunner.
typedef cxx11_ns::shared_ptr<EventListener> rr::EventListenerPtr |
listeners are shared objects, so use std smart pointers to manage them.
RR_DECLSPEC std::ostream& rr::operator<< | ( | std::ostream & | stream, |
ExecutableModel * | model | ||
) |
dump the model to a stream convenience func