#include <CtabV3000Parser.hh>
|
| virtual bool | parse_atom_line (std::string line, MolFileIOAtom &atom) |
| |
| virtual bool | parse_bond_line (std::string line, MolFileIOBond &bond) |
| |
| void | getline (std::istream &istream, std::string line) const |
| | Having a '-' at the end of the line is a continuation character for V3000 sdf files. More...
|
| |
| void | splitkv (std::string const &kvpair, std::string &key, std::string &value) const |
| | Split a key value pair on the first equals sign. More...
|
| |
◆ ~CtabV3000Parser()
| core::chemical::sdf::CtabV3000Parser::~CtabV3000Parser |
( |
| ) |
|
|
inlineoverride |
◆ getline()
| void core::chemical::sdf::CtabV3000Parser::getline |
( |
std::istream & |
istream, |
|
|
std::string |
line |
|
) |
| const |
|
private |
Having a '-' at the end of the line is a continuation character for V3000 sdf files.
◆ parse()
| bool core::chemical::sdf::CtabV3000Parser::parse |
( |
std::istream & |
tablein, |
|
|
std::string const & |
headerline, |
|
|
MolFileIOMolecule & |
molecule |
|
) |
| |
|
overridevirtual |
◆ parse_atom_line()
| bool core::chemical::sdf::CtabV3000Parser::parse_atom_line |
( |
std::string |
line, |
|
|
MolFileIOAtom & |
atom |
|
) |
| |
|
privatevirtual |
◆ parse_bond_line()
| bool core::chemical::sdf::CtabV3000Parser::parse_bond_line |
( |
std::string |
line, |
|
|
MolFileIOBond & |
bond |
|
) |
| |
|
privatevirtual |
◆ splitkv()
| void core::chemical::sdf::CtabV3000Parser::splitkv |
( |
std::string const & |
kvpair, |
|
|
std::string & |
key, |
|
|
std::string & |
value |
|
) |
| const |
|
private |
The documentation for this class was generated from the following files: