RDKit
Open-source cheminformatics and machine learning.
Loading...
Searching...
No Matches
MolPickler.h File Reference
#include <RDGeneral/export.h>
#include <Geometry/point.h>
#include <GraphMol/Atom.h>
#include <GraphMol/QueryAtom.h>
#include <GraphMol/Bond.h>
#include <GraphMol/QueryBond.h>
#include <RDGeneral/StreamOps.h>
#include <boost/utility/binary.hpp>
#include <boost/variant.hpp>
#include <Query/QueryObjects.h>
#include <iostream>
#include <string>
#include <sstream>
#include <exception>
#include <cstdint>

Go to the source code of this file.

Classes

class  RDKit::MolPicklerException
 used to indicate exceptions whilst pickling (serializing) molecules More...
 
class  RDKit::MolPickler
 handles pickling (serializing) molecules More...
 

Namespaces

namespace  RDKit
 Std stuff.
 
namespace  RDKit::PicklerOps
 

Typedefs

using RDKit::PicklerOps::QueryDetails = boost::variant< MolPickler::Tags, std::tuple< MolPickler::Tags, int32_t >, std::tuple< MolPickler::Tags, int32_t, int32_t >, std::tuple< MolPickler::Tags, int32_t, int32_t, int32_t, char >, std::tuple< MolPickler::Tags, std::set< int32_t > >, std::tuple< MolPickler::Tags, std::string >, std::tuple< MolPickler::Tags, Dict::Pair, double > >
 

Functions

template<class T >
QueryDetails RDKit::PicklerOps::getQueryDetails (const Queries::Query< int, T const *, true > *query)