#include <CtabV3000Parser.hh>
| core::chemical::sdf::CtabV3000Parser::~CtabV3000Parser |
( |
| ) |
|
|
inlineoverride |
| 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.
| bool core::chemical::sdf::CtabV3000Parser::parse |
( |
std::istream & |
tablein, |
|
|
std::string const & |
headerline, |
|
|
MolFileIOMolecule & |
molecule |
|
) |
| |
|
overridevirtual |
| bool core::chemical::sdf::CtabV3000Parser::parse_atom_line |
( |
std::string |
line, |
|
|
MolFileIOAtom & |
atom |
|
) |
| |
|
privatevirtual |
| bool core::chemical::sdf::CtabV3000Parser::parse_bond_line |
( |
std::string |
line, |
|
|
MolFileIOBond & |
bond |
|
) |
| |
|
privatevirtual |
| 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: