#include <string>#include <set>#include <ostream>

Go to the source code of this file.
Data Structures | |
| class | ggl::chem::Reaction |
| Reaction description. More... | |
Namespaces | |
| namespace | ggl |
| namespace | ggl::chem |
Functions | |
| std::ostream & | operator<< (std::ostream &out, const ggl::chem::Reaction &r) |
| std::ostream& operator<< | ( | std::ostream & | out, |
| const ggl::chem::Reaction & | r | ||
| ) |
outstream operator for Reaction class that prints the reaction to stream
| out | the stream to write to |
| r | the Reaction to write |