#include <map>
#include <string>
#include <vector>
#include <boost/any.hpp>
#include <RDBoost/Exceptions.h>
#include <boost/lexical_cast.hpp>
Go to the source code of this file.
Namespaces | |
| namespace | RDKit |
Classes | |
| class | RDKit::Dict |
The Dict class can be used to store objects of arbitrary type keyed by strings. More... | |
Typedefs | |
| typedef std::vector< std::string > | RDKit::STR_VECT |
Definition in file Dict.h.
1.5.6