#include <chemdict_parser.hh>
Inherits StarParser, and StarParser.
Detailed Description
Definition at line 39 of file chemdict_parser.hh.
Constructor & Destructor Documentation
Member Function Documentation
virtual bool OnBeginData |
( |
const StringRef & |
data_name | ) |
|
|
virtual |
invoked when a new data control structure is encountered
- Returns:
- When true, for each data-item belonging to the data block, OnDataItem() is invoked. For every loop, OnBeginLoop() is called.
Reimplemented from StarParser.
virtual bool OnBeginData |
( |
const StringRef & |
data_name | ) |
|
|
virtual |
invoked when a new data control structure is encountered
- Returns:
- When true, for each data-item belonging to the data block, OnDataItem() is invoked. For every loop, OnBeginLoop() is called.
Reimplemented from StarParser.
called when a loop is encountered
- Returns:
- When true, for each row in the loop, OnDataRow() is returned. If false, the loop is skipped.
Reimplemented from StarParser.
called when a loop is encountered
- Returns:
- When true, for each row in the loop, OnDataRow() is returned. If false, the loop is skipped.
Reimplemented from StarParser.
invoked when a data item is encountered
Reimplemented from StarParser.
invoked when a data item is encountered
Reimplemented from StarParser.
invoked when a data row in a loop is encountered.
- Parameters:
-
header | describes the row format |
columns | contains the data columns |
Reimplemented from StarParser.
invoked when a data row in a loop is encountered.
- Parameters:
-
header | describes the row format |
columns | contains the data columns |
Reimplemented from StarParser.
virtual void OnEndData |
( |
| ) |
|
|
virtual |
called when leaving a datasection. Will only be invoked when OnBeginData() returned true.
Reimplemented from StarParser.
virtual void OnEndData |
( |
| ) |
|
|
virtual |
called when leaving a datasection. Will only be invoked when OnBeginData() returned true.
Reimplemented from StarParser.
The documentation for this class was generated from the following files: