C API Documentation
Classes | Typedefs | Functions
rrExecutableModel.h File Reference

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)
 

Detailed Description

Base class for all code generators in RoadRunner.

Author
MTK, ETS, JKM

Typedef Documentation

◆ EventListenerPtr

typedef cxx11_ns::shared_ptr<EventListener> rr::EventListenerPtr

listeners are shared objects, so use std smart pointers to manage them.

Function Documentation

◆ operator<<()

RR_DECLSPEC std::ostream& rr::operator<< ( std::ostream &  stream,
ExecutableModel model 
)

dump the model to a stream convenience func