#include <iostream>
#include <Query/QueryObjects.h>
#include <RDGeneral/types.h>
Go to the source code of this file.
Namespaces | |
| namespace | RDKit |
Classes | |
| class | RDKit::Atom |
| The class for representing atoms. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &target, const RDKit::Atom &at) |
| allows Atom objects to be dumped to streams | |
Definition in file Atom.h.
| std::ostream& operator<< | ( | std::ostream & | target, | |
| const RDKit::Atom & | at | |||
| ) |
allows Atom objects to be dumped to streams
1.5.3