Namespaces | Functions

StreamOps.h File Reference

#include "types.h"
#include <string>
#include <sstream>
#include <iostream>
#include <boost/cstdint.hpp>

Go to the source code of this file.

Namespaces

namespace  RDKit
 

Includes a bunch of functionality for handling Atom and Bond queries.


Functions

void RDKit::appendPackedIntToStream (std::stringstream &ss, boost::uint32_t num)
 Packs an integer and outputs it to a stream.
boost::uint32_t RDKit::readPackedIntFromStream (std::stringstream &ss)
 Reads an integer from a stream in packed format and returns the result.
boost::uint32_t RDKit::pullPackedIntFromString (const char *&text)
template<typename T >
void RDKit::streamWrite (std::ostream &ss, const T &val)
 does a binary write of an object to a stream
template<typename T >
void RDKit::streamRead (std::istream &ss, T &loc)
 does a binary read of an object from a stream
std::string RDKit::getLine (std::istream *inStream)
 grabs the next line from an instream and returns it.
std::string RDKit::getLine (std::istream &inStream)
 grabs the next line from an instream and returns it.