#include <SMILES_grammar.hh>

Public Types | |
| typedef atom1_parser | self_t |
Public Member Functions | |
| atom1_parser () | |
| construction More... | |
| template<typename CharT > | |
| bool | test (CharT ch) const |
Dedicated parser for atom labels comprising only one characters.
Definition at line 232 of file SMILES_grammar.hh.
| typedef atom1_parser ggl::chem::SMILES_grammar::definition< ScannerT >::atom1_parser::self_t |
Definition at line 234 of file SMILES_grammar.hh.
|
inline |
Definition at line 237 of file SMILES_grammar.hh.
|
inline |
tests whether or not the parsed character is a valid and supported atom label
| ch | the parsed character to test |
Definition at line 245 of file SMILES_grammar.hh.